Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

react native doest reload

echo 256 | sudo tee -a /proc/sys/fs/inotify/max_user_instances
echo 32768 | sudo tee -a /proc/sys/fs/inotify/max_queued_events
echo 65536 | sudo tee -a /proc/sys/fs/inotify/max_user_watches
watchman shutdown-server

 Or
 
 echo 999999 | sudo tee -a /proc/sys/fs/inotify/max_user_watches && echo 999999 | sudo tee -a /proc/sys/fs/inotify/max_queued_events && echo 999999 | sudo tee -a /proc/sys/fs/inotify/max_user_instances && watchman shutdown-server && sudo sysctl -p
Comment

PREVIOUS NEXT
Code Example
Shell :: change git committed message 
Shell :: check difference between two branches git 
Shell :: renaming branch in git 
Shell :: git remove large files with bfg 
Shell :: php 7.4 raspberry pi 
Shell :: sign a commit after push 
Shell :: rmdir multiple directories 
Shell :: install macos on vmware ubuntu 
Shell :: ubuntu path of saving screenshots 
Shell :: terminal open vim 
Shell :: environment variable setup 
Shell :: if clauses bash 
Shell :: Amend The Most Recent Commit in git command 
Shell :: bash comment section to a file 
Shell :: how to fork a repo in git 
Shell :: bash script get last position of character in string 
Shell :: gnu octave 
Shell :: winget github 
Shell :: failed: Invalid argument 
Shell :: scp command 
Shell :: pgadmin terminal connect 
Shell :: hugo documentation 
Shell :: le wagon setup 
Shell :: git repo 
Shell :: git how to remove files from staging 
Shell :: ls command in terminal 
Shell :: join computer to domain powershell script 
Shell :: O arquivo C:UsersjukinAppDataRoaming pmyarn.ps1 
Shell :: cmd print Path pretty 
Shell :: cope file linux 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =