Tag

#Debian

Install VMware Tools on any Debian Base OS

2013-12-02

In VMware, select your guest, and click “Install/Upgrade VMware Tools” Then go back in your VM, and issue all the following commands from terminal. mkdir -p /media/cdrom mount…

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…