Kali using SSH to install VMware tools and font overlap

Source: Internet
Author: User
Tags aliyun

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.