Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

react native cannot load

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 :: adding ssh key to gitlab 
Shell :: nvmrc 
Shell :: deploy django site to aws 
Shell :: move repository from bitbucket to github 
Shell :: chmod user to root 
Shell :: instalar webmin ubuntu 20.04 
Shell :: create file linux 
Shell :: what is sudo in linux 
Shell :: xampp phpmyadmin not found 
Shell :: precompile bits/stdc++.h 
Shell :: make new branch in git 
Shell :: y option in apt-get 
Shell :: bash start two processes at the same time 
Shell :: touch command in windows 
Shell :: setup ssh key 
Shell :: fix corrupt pdf command line 
Shell :: mvn clean install does not running test 
Shell :: count file linux 
Shell :: npm install from git 
Shell :: download file ssh 
Shell :: how to use scp 
Shell :: get total github lines 
Shell :: update centos kernel version yum 
Shell :: github change commit date 
Shell :: cat in bash shell 
Shell :: reset git from last commit 
Shell :: how to start kurento medial server in linux 
Shell :: colcon reset build 
Shell :: Push to an existing repository form command line 
Shell :: dependencies to install python3.10 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =