Sysadmin pet peeve - don't use root!
There are people (I was one of them) who just use root account on servers for managing them, deploying apps and also share this single account with other sysadmins and even with developers.
A collection of 4 posts
There are people (I was one of them) who just use root account on servers for managing them, deploying apps and also share this single account with other sysadmins and even with developers.
Just a quick summary of DigitalOcean article [https://www.digitalocean.com/community/tutorials/how-to-add-swap-on-centos-7] on enabling swap: dd if=/dev/zero of=/swapfile bs=1024 count=4096k chmod 600 /swapfile mkswap /swapfile swapon
Monitorix is not part of official Debian repos, so you need to add Monitorix to apt sources.list. Official documentation [http://www.monitorix.org/doc-debian.html] for installing Monitorix on Debian is quite
If you are setting up a new server here are some basic but crucial steps that are needed to be prepare your Ubuntu 14.04 for running securely and smoothly. 0. Remove Ubuntu