Русские видео

Сейчас в тренде

Иностранные видео




Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



WSL 2 Kali Linux GUI | How to Install

Installing kali Linux in your windows PC was a huge task, if you were starting out on learning ethical hacking or pen testing course. Worry no more, with the release of WSL (Windows Subsystem for Linux) we can now install the Kali Linux terminal in windows itself without the need of setting up a virtual machine or dual boot. In this tutorial I'll show you guys how you can set up a Kali Linux GUI in your windows 10 operating system. 🚀Commands🚀 1. Open Run and Type: winver And check whether you're running Windows 10 version 2004 or above, if not go to windows update and update to the latest version. If you meet the above criteria you are good to go. 2. Open PowerShell as Administrator and run the following command 🚀 Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux after you've run this command do a system restart. 3. Open PowerShell as Administrator and run the following commands 🚀 dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart 🚀 dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart after you've run both the commands do a system restart. 4. Download and Install WSL 2 Linux Kernel : https://aka.ms/wsl2kernel 5. Open PowerShell as Administrator and run the following command 🚀 wsl --set-default-version 2 Now you are ready to install Kali Linux from the Microsoft store or website 6. Install the Kali Linux app from the Microsoft store or alternatively from the Microsoft website: https://aka.ms/wsl-kali-linux-new 7. Set a username and a password for Kali Linux. 8. In the Kali Linux Terminal run the following commands 🚀 sudo apt update && sudo apt upgrade Enter the password when prompted 🚀 sudo apt install xrdp Enter the password when prompted type in 'y' and press enter 🚀 sudo apt install kali-desktop-xfce Enter the password when prompted type in 'y' and press enter After it is installed run the following command to start XRDP 🚀 sudo service xrdp start Enter the password when prompted Now type in the following command to find the IP address 🚀 ip add 9. Open Remote Desktop Connection and paste the IP Address and click connect. 10. Type in the username and password and click ok. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ● Follow us on facebook: http://fb.me/randomsasi ● Message to us: http://m.me/randomsasi ● visit our website: https://randomsasi.com ● Follow us on twitter:   / randomsasi   ● Follow us on instagram:   / randomsasi   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Music : Y&V - Lune [NCS Release] Music provided by NoCopyrightSounds. Watch:    • Y&V - Lune | Electronic | NCS - Copyr...   Free Download / Stream: http://ncs.io/lune

Comments