Install VMware Tools on any Debian Base OS
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…
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 post here: http://www.backtrack-linux.org/wiki/index.php/Pyrit_cluster Based on the article, I will create a new one for Kali Linux…
If you would like you Kali OS to boot and go directly to command line login, follow this simple procedure below: Thanks to the original poster of this…
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
Disk partition alignment is very important for SQL to perform as best as possible on the current hardware. Make sure that your partitions are aligned ! Thanks to…
Once you have you Microsoft SQL Server installed, you will need to open some port in the firewall if you intend to access it from another server/computer. Copy…
Thanks to the original poster for creating a very nice post about this. Make sure to visit his post here !