Kali has always been my love, tell me about the problems I've met.
First: Font overlap
Gnome-tweak-tool --open tool
A second SSH
To modify the Sshd_config file, the command is:
Vi/etc/ssh/sshd_config
Remove the comment for #passwordauthentication No and modify No to Yes//kali default Yes
Modify Permitrootlogin Without-password to permitrootlogin Yes
Save exit
The command to start the SSH service is:
/etc/init.d/ssh start or service ssh start
To see if the SSH service status is working correctly, the command is:
/ETC/INIT.D/SSH status
Set up the system to automatically start the SSH service
method One: SysV-rc-confsysv-rc-conf--list | grep sshsysv-rc-conf ssh on // system Auto-start SSH service sysv-rc-conf ssh off // Turn off system auto-start SSH service method two: Update-rc.d SSH enable // system automatically start SSH service update-rc.d SSH disabled//shutdown system automatically start SSH service
Third: Change the mirror source
Vi/etc/apt/sources.list
Deb Http://mirrors.aliyun.com/debian wheezy main contrib non-freedeb-src Http://mirrors.aliyun.com/debian Wheezy main contrib non-freedeb http://mirrors.aliyun.com/debian wheezy-updates main contrib non-freedeb<
/C2>-SRC Http://mirrors.aliyun.com/debian wheezy-updates main contrib non-
freedeb http://mirrors.aliyun.com /debian-security wheezy/updates main contrib non-
freedeb-src http://mirrors.aliyun.com/debian-security Wheezy/updates Main contrib Non-free
Execute the following command in turn to complete the Kali image source update and perform a software upgrade:
apt-get updateapt-get upgrade
Fourth: Installation of VMware Tools
We mount the drive and then copy the VMware Tools installer to the/tmp/directory.
mkdir/mnt//dev/cdrom/mnt/vmware/-rf/mnt/vmware/vmwaretools*/tmp/
Finally, go to the/tmp/directory, unzip and then start the installation:
cd/tmp/tar zxpf vmwaretools-*. tar.gz cd vmware-tools-distrib/. /vmware-tools-install.pl
Reboot
Kali using SSH to install VMware tools and font overlap