Tag

#Linux

Configure static IP on Ubuntu

2014-11-26

This procedure will work many version of Ubuntu. I personally tested this on all Ubuntu versions from 12 and up, and should also work fine, or be a…

Create a new user on Debian based Linux distro

2014-11-26

Very straight forward, create a user, a home folder, assign permissions to it, you’re done ! This create a simple user, with no particular rights. useradd johnyluky passwd…

Managing Multiple Linux Servers with ClusterSSH

2013-11-16

Thanks to the original poster, please make sure to visit his original post here http://www.linux.com/learn/tutorials/413853-managing-multiple-linux-servers-with-clusterssh    

Linux vi Super Cheat Sheet

2013-11-10

  Get the Cheat Sheet Here !   Got any more Cheat Sheet I should have ? Leave me a comment !

Easy command to install Linux Kernel Headers

2013-11-09

This command work with all Debian based OS. Open a command shell, and type the following: apt-get install -y linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,')   If you have the equivalent…

Kernel 3.12 Released – Install and Compile in Debian Linux

2013-11-09

Thanks to the original poster, please visit his post here: http://www.tecmint.com/kernel-compilation-in-debian-linux/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+tecmint+%28Tecmint%3A+Linux+Howto%27s+Guide%29 Only one note to add to this; the very last command installs the kernel, but specify the…