Skip to content

Instantly share code, notes, and snippets.

View ph98's full-sized avatar
🏠
Home is where the WIFI is

Parham Heidari ph98

🏠
Home is where the WIFI is
View GitHub Profile
@ph98
ph98 / docker-compose.yml
Last active September 16, 2020 12:22
don't forget for .env
version: '2'
services:
wordpress:
env_file:
- .env
depends_on:
- db
image: wordpress:latest
restart: always
volumes:
@ph98
ph98 / cloudSettings
Created August 4, 2020 14:32
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-08-04T14:32:56.730Z","extensionVersion":"v3.4.3"}
@ph98
ph98 / config.md
Last active November 29, 2019 21:21
thing used in react native ...

linux react native developer things:

change default java versison

sudo update-alternatives --config java

Error: ENOSPC: System limit for number of file watchers reached,

echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p