From Dynamic to Static: A Beginner’s Guide to Setting a Static IP Address on Ubuntu
Welcome, Linux newcomers! If you’ve just dived into the wonderful world of Ubuntu, you might be wondering how to get a bit more control over your network settings.…
Welcome, Linux newcomers! If you’ve just dived into the wonderful world of Ubuntu, you might be wondering how to get a bit more control over your network settings.…
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 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…
SSH to the web server cd into your wordpress forlder; cd /var/www/html/mywpfolder Make Apache the owner chown apache:apache -R * Change all sub-folder’s permissions to rwxr-xr-x (0755); find…
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…
If you ssh to a box and get the following error message: Warning: the ECDSA host key for 'host' differs from the key for the IP address '192.168.1.1'…
Thanks to the original poster for this great article, please make sure to visit his article here ! TL:DR OpenSSH Installations under CentOS Linux To install the server…
You can achieve this with 3 simple steps: 1- Create you local key on your host (where you will be connecting from) ssh-keygen -t rsa 2- Create a…
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
Get the Cheat Sheet Here ! Got any more Cheat Sheet I should have ? Leave me a comment !