Skip to content

Instantly share code, notes, and snippets.

View realChainLife's full-sized avatar
💭
Caffeinate | Create | Code

Sonia John realChainLife

💭
Caffeinate | Create | Code
View GitHub Profile
### Keybase proof
I hereby claim:
* I am realchainlife on github.
* I am realchainlife (https://keybase.io/realchainlife) on keybase.
* I have a public key ASDA4yXBOFbCIu-GaiKgxVh1ZYpgE6WUlM-9BaibGNHgJAo
To claim this, I am signing this object:
@byk0t
byk0t / docker-compose.yml
Last active January 26, 2024 16:08
Docker compose for odoo:14 and PostgreSQL:13
version: '3'
services:
db:
image: postgres:13
volumes:
- db-data:/var/lib/postgresql/data/pgdata
ports:
- 5432:5432/tcp
environment:
- POSTGRES_PASSWORD=odoo
@jnewbery
jnewbery / BitcoinCoreReviewClub.md
Last active October 20, 2020 09:12
Bitcoin Core PR Review Club
@parkan
parkan / ethdns-for-chrome.sh
Last active October 5, 2020 17:31
How to enable ethdns.xyz ENS-via-DoH in Chrome
# follow instructions in https://www.zdnet.com/article/how-to-enable-dns-over-https-doh-in-google-chrome/
# replacing the parameter string with:
--enable-features="dns-over-https<DoHTrial" --force-fieldtrials="DoHTrial/Group1" --force-fieldtrial-params="DoHTrial.Group1:server/https%3A%2F%2Fethdns.xyz%2Fdns-query/method/POST
@JoshuaPoddoku
JoshuaPoddoku / aTheUnpretentiousWebHome.md
Last active April 27, 2022 11:44
Welcome to The Unpretentious Web

Introduction

The Unpretentious Web is an initiative to focus on productive skills for web development. Due to amid outbreak of COVID-19, most of us are sitting at home pausing all the outdoor activities. It's the right time to learn, collaborate and contribute. The key aspect of this community is to learn web developement in an effective way, right from the basics. We will provide resources, links, PDFs and chance to make your own projects and collaborate with others.