I'm here? Days ago determined such as Kali pit, but install Kali AH VM tools AH update ah made for several days. A summary of the various issues that arise during this period.
1, Kali of the installation version selection
On the official website to see so many Kali version should choose, in the Internet did not find a very detailed answer, here speculation + Pro Test do a simple explanation.
These are the mirrors that can be used both on the virtual machine and in the host, and those that are labeled VMS and VBox are virtual machine-specific mirrors. I was installed in the virtual machine Kali, anyway, in this category is not tangled, with the above on it can be.
Then the best choice to install the 32-bit, because 64 bit some software is not, and I use the time really very card, point 64 installation will appear AMD64, this with the host does not matter, want to play 64 bit is OK.
and a variety of light version as the name implies is a concise version, in view of no special needs, under the ordinary version is good.
As for http and Torrent, the point HTTP will be downloaded directly from the Web page, and the point torrent will download a seed first.
E17, Kde, Lxde, Mate, Xfce these are different graphical desktop environments.
In conclusion, there is no special need, download Kali Linux can go to install
2. Update
(1) Enter the command to modify the Kali update source.
VI /etc/apt/sources.list
(2) Delete the original comment, enter the update source, save the exit.
(3) Execution of life can be.
[Email protected]:~# apt-get update && apt-get upgrade && apt-get Dist-upgrade
3. Kernel Installation
(1) Execute the command uname-r to view the kernel version.
(2) Execute the command Apt-cache search linux-headers to see if the kernel header file is installed.
(3) If the contents of Uname-r appear in the search kernel header file, then there is no need to install the kernel, if not, enter the following instructions to install.
[Email protected]:~# apt-get install linux-headers-$ (uname-r)
4. VM Tools Installation
If the update source is not swapped and updated, there are a variety of issues with installing VM tools, which is why I have been delayed installing VM tools for several days.
Installation steps:
(1) Locate the VM Toolbar's virtual machine option and select Install VMware Tools.
(2) Installation
[Email protected]:~# apt-get install open-vm-tools-desktop fuse
(3) Restart.
The role of installing VM Tools is to implement the file exchange between the host and the virtual machine, and then not ctrl+alt to return to the host mode, although it does not seem to be so important, but in the course of this toss-up is still a lot of things learned.
5. SSH settings
[Email protected]:~# vi/etc/ssh/sshd_config
(1) Add a line Permitrootlogin Yes
(2) Delete the comment number of passwordauthentication Yes
(3) Start SSH
[Email protected]:~#/etc/init.d/ssh Start
(4) Check whether the SSH service status is working properly
[Email protected]:~#/etc/init.d/ssh Status
Happy!
Kali basic configuration of Linux into pits (2018.1)