$ cd ~ $ git clone https://github.com/facebook/watchman.git $ cd watchman/ $ git checkout v4.7.0 $ sudo apt-get install -y autoconf automake build-essential python-dev $ ./autogen.sh $ ./configure $ make $ sudo make install $ watchman –version $ 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 […]
How To Change Forgotten Password On Ubuntu 14.04 Servers
Since we’re all humans and we do forget at times, this brief tutorial is going to show you how to reset or recovery a forgotten users or root password on Ubuntu 14.04. Now, something you should understand before you continue. This method will only work if you’re directly connected to the machine and able to […]
Install Cassandra and Titan on Ubuntu Server 14.04 Trusty
Hello everyone, this guide show step by step how to install cassandra and titan on Ubuntu Server 14.04 Trusty. In my example, My Ubuntu Server username: tiendang My IP: 192.168.14.129 Prerequisites Install Ubuntu Server 14.04 Trusty. Link download: http://releases.ubuntu.com/14.04.1/ubuntu-14.04.1-server-amd64.iso After install, make sure your server is up to date sudo apt-get update sudo apt-get upgrade Check your […]