Change SSH port

I am changing the SSH port on my Kali box so that it will accept sessions on port 443. This way I can connect to it anywhere that port 443 is open. Enter the following and then restart the ssh service.   Source: http://www.liquidweb.com/kb/changing-the-ssh-port/  

Installing VMware tools on Kali

You need the kernel headers! echo cups enabled >> /usr/sbin/update-rc.decho vmware-tools enabled >> /usr/sbin/update-rc.dapt-get install gcc make linux-headers-$(uname -r)ln -s /usr/src/linux-headers-$(uname -r)/include/generated/uapi/linux/version.h /usr/src/linux-headers-$(uname -r)/include/linux/ cp VMwareTools-*.tar.gz /tmp/tar zxpf VMwareTools-*.tar.gzsudo ./vmware-install.pl -d     Source: http://titantechcorp.com/?p=834