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 very good indicator of what to do, on any Debian based Linux distribution. Like many OS out there, right after installation, everything is configured to use DHCP. ..
Tag : Linux
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 johnyluky mkdir /home/johnyluky chown johnyluky:users /home/johnyluky Anyone wants to pitch in to add a bit more to this ? Add more rights to the users for specific ..
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 &nb..
Get the Cheat Sheet Here ! Got any more Cheat Sheet I should have ? Leave me a..
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 for CentOS, RedHat, Fedora, etc… Please le me know in the comments so I can add ..
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 command for a x386 system. If you system is amd64, those commands wont work. This is the command for i386: # dpkg -i linux-image-3.12.0-customkernel_1_i386.deb linux-headers-3.12.0-customkernel_1_i386.deb This is ..
Thanks to the original poster, please visit his post here: Tutorial – pyrit – First steps and tutorial – WPA/WPA2-PSK and a world of affordable many-core platforms – Google Projec..