Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

react native cannot connect to metro server

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 :: crontab view output 
Shell :: babel source maps 
Shell :: deno install windows 
Shell :: anaconda for ubuntu 18.04 
Shell :: how to use git stash in current branch 
Shell :: delete all feature branches 
Shell :: rmdir unix 
Shell :: pytest_check 
Shell :: bash loop over files with extension 
Shell :: sudo-get update 
Shell :: install k3s on ubuntu 
Shell :: shell get creation date of file 
Shell :: rebase github 
Shell :: bash lines to one line 
Shell :: how to setup a gitignore 
Shell :: git cherry pick parts of a commit 
Shell :: gnu octave ubuntu 20.04 
Shell :: sveltekit with tailwindcss 
Shell :: openjdk-17-jdk 
Shell :: ssh file transfer 
Shell :: copy file to server 
Shell :: create samba user ubuntu 
Shell :: kali linux command download 
Shell :: what is the use of cat command in linux 
Shell :: how to remove package files in linux 
Shell :: Syntax error: word unexpected (expecting "in") 
Shell :: how to change git commit date 
Shell :: centos 6 vm.min_free_kbytes 
Shell :: Lightweight Javascript DB for use in Node.js 
Shell :: zsh command not found ntp for macos 
ADD CONTENT
Topic
Content
Source link
Name
4+1 =