arnourse.net

Menu

Skip to content
  • Home
  • WebSVN
  • Gallery
  • Webmail
  • Web Apps
  • Blog

Tag Archives: debian

How to install latest git

August 31, 2017 by rick.nourse
sudo add-apt-repository -y ppa:git-core/ppa
sudo apt update
sudo apt -y install git
Tagged debian, linux, ubuntu |

How to fix inotify_watch_limit

August 31, 2017 by rick.nourse
touch ~/98-watches.conf
echo '# add this files to /etc/sysctl.d/' >> ~/98-watches.conf
# yes, allowing 524288 files to be open is a lot
echo 'fs.inotify.max_user_watches = 524288' >> ~/98-watches.conf
sudo mv ~/98-watches.conf /etc/sysctl.d
sudo sysctl -p --system
Tagged debian, linux, ubuntu |

Post navigation

Recent Posts

  • How to setup ssh
  • How to install proxychains
  • How to install polipo
  • How to install latest nodejs
  • How to install latest git

Recent Comments

    Archives

    • July 2019
    • August 2017
    • April 2016

    Categories

    • Technology

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    Proudly powered by WordPress | Theme: Sundance by WordPress.com.