Use Kali Linux subsystem for Windows 10
Microsoft has already brought the well-known Kali LinuxWindows Subsystem for Linux (WSL) to WSL. Now, let's try to replace Ubuntu with native Kali, bash on Kali on Windows. Then Windows will become the mainstream desktop release for Linux. Is it humorous?
News: https://www.bkjia.com/Linux/2018-03/151210.htm
Windows 10 custom installation of Kali Linux, no virtual machine, no Docker to achieve Windows and Kali Linux interaction. However, it seems that there is a difference with kali Linux, which is equivalent to a simple version.
Install the Windows subsystem of Linux
Enable the "Linux Windows subsystem" optional feature and restart.
1. Open PowerShell as administrator and run:
Enable-WindowsOptionalFeature-Online-FeatureName Microsoft-Windows-Subsystem-Linux
2. Restart the computer when prompted.
Follow these steps to check your build. For earlier versions of Windows 10, run these commands using lxrun.
1. Open the Microsoft Store and select your favorite Linux release.
2. Select "get"
Fault Diagnosis: Installation failed, error 0x80070003.
The WSL optional component is not enabled. Please enable it and try again.
See https://aka.ms/wslinstall for details.
Error: 0x8007007e
Press any key to continue...
Linux Windows sub-systems only run on the system drive (usually your C: Drive ). Make sure that the new application is stored on the system drive.
Solution:
1. Open the control panel and go to "applications and functions"
2. Select "programs and functions" from the right panel"
3. Click "enable or disable Windows" in the left-side menu"
4. Select "Windows Linux subsystem" and save
5. Restart.
Try installing Neofetch on Kali Linux.
Neofetch is a cross-platform easy-to-use system information display command line script that collects your system information and displays it together with the image on the terminal, this image may be your release logo or an ascii art you choose.
Sudo apt-get install neofetch
Once you install Neofetch, the general syntax for using it is:
$ Neofetch
Note: If you do not have a w3m-img or imagemagick installed, screenfetch is enabled by default and neofetch displays your [ASCII art logo], as shown in.
Install screenFetch on Kali Linux
ScreenFetch is a command line script that displays system/topic information in the screenshot. It can be used on Linux, OS X, FreeBSD, and many other Unix-like systems.
Bkjia @ DESKTOP-TBSF2I2 :~ $ Sudo apt-get install screenfetch
We trust you have got ed the usual lecture from the local System
Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
[Sudo] password for bkjia:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
Bc giblib1 libfreetype6 libgif7 libid3tag0 libimlib2 libjbig0 libjpeg62-turbo libpng16-16 lib1_5 libx11-6
Libxau6 libxcb1 libxdmcp6 libxext6 scrot libx11-data
The following NEW packages will be installed:
Bc giblib1 libfreetype6 libgif7 libid3tag0 libimlib2 libjbig0 libjpeg62-turbo libpng16-16 lib1_5 libx11-6
Libxau6 libxcb1 libxdmcp6 libxext6 screenfetch scrot libx11-data
0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded.
Need to get 2,916 kB of archives.
After this operation, 7,772 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get: 1 http://kali.mirror.garr.it/mirrors/kali kali-rolling/main amd64 bc amd64 1.07.1-1 [108 kB]
... Omitted...
Use the screenfetch tool.
Bkjia @ DESKTOP-TBSF2I2 :~ $ Screenfetch
Awk: cannot open/proc/fb (No such file or directory)
Bkjia @ DESKTOP-TBSF2I2
OS: kali
Kernel: x86_64 Linux 4.4.0-43-Microsoft
##### Uptime: 2 m
####### Packages: Unknown
# O # Shell: bash 4.4.18
####### CPU: Intel Core i5-3210M @ 4x2.501 GHz
########## GPU:
############ RAM: 2239MiB/3934MiB
###############
################
#################
#####################
#####################
#################
See the top of this article.
Bkjia @ DESKTOP-TBSF2I2 :~ $ Uname-
Linux DESKTOP-TBSF2I2 4.4.0-43-Microsoft #1-Microsoft Wed Dec 31 14:42:53 PST 2014 x86_64 GNU/Linux
This article permanently updates link: https://www.bkjia.com/Linux/2018-03/151256.htm