Update source for 1.Kali
Deb Http://http.kali.org/kali kali-rolling main contrib Non-free
2. Install the virtual machine
Apt-get Update
Apt-get Install Open-vm-tools-desktop
Reboot # Reboot , can be installed and then restarted
3. Install Chinese Input Method
Apt-get Install FCITX fcitx-table-wbpy
After the execution of the above command, the small penguin Chinese Input method is installed successfully, after successful installation, you need to start this input method to use, start the small Penguin Input Method command as follows
#fcitx
After executing this command, output a lot of information, the output of information, the input method at the start of some configuration files loaded, the last line prompts to set the environment variable xmodifiers, some programs are often because xmodifiers an incorrect environment variable setting causes the application to be unusable, setting xmodifiers the method for environment variables is as follows (in Bash as an example)
Export xmodifiers= "@im =your_xim_name"
Syntax, ">your_xim_name xim xim server. Therefore, even though several xim program, An application can use only one xim input
FCITX The default registered XIM name is Fcitx, but if Fcitx is started xmodifiers already set,fcitx will automatically register the appropriate name with the system settings, if not set, use the following methods to set
You can generally add the following in the ~/.bashrc file
Export xmodifiers= "@im =FCITX"
Export XIM=FCITX
Export XIM_PROGRAM=FCITX
After adding and saving the above content, re-login to the current user,fcitx IME will start automatically. If it is not started, enter FCITX in the terminal
4. Chinese-typed browser
Apt-get Install ICEWEASEL-L10N-ZH-CN
5. Encountering terminal string overlap issues
Start the system, open the terminal, enter the following command to install the font
Apt-get Install Ttf-wqy-microhei Ttf-wqy-zenhei xfonts-wqy
In this step, you re-open the terminal, you will find that the problem has been resolved, font overlap problem solved. In order to make the font more beautiful, we can modify the system font.
To open the Optimization tool:
Gnome-tweak-tool
Basic configuration of Kali 2016