Top 5 Things to Do After Installing Kali Linux (2024)

Sdílet
Vložit
  • čas přidán 1. 06. 2024
  • The video describes the top 5 things to do after installing Kali Linux on any platform. Check out the best things to do after installing Kali Linux.
    Kali Linux is used for penetration test, ethical hacking and digital forensics. Kali Linux is derived from Debian distro and is a valuable tool for cybersecurity professionals.
    ====================
    ** RESOURCES **
    How to install Kali Linux: • FASTEST: Install Kali ...
    How to install VirtualBox on MacBook: • How to Install Virtual...
    Official Website of Kali: www.kali.org/
    #KaliLinux #ThingsToDoAfterInstallingKali
    ====================
    Time Stamps:
    00:00 - Intro
    00:30 - Step 1:- Update and Upgrade
    02:23 - Step 2:- Create a Low-level User
    06:11 - Step 3:- Verify Essential Tools
    08:21 - Step 4:- Install Tilix Multiplexer
    10:12 - Step 5:- Install HTOP
    12:01 - Bonus
    14:12 - Outro
    ====================
    ** COMMANDS **
    To Update the System:
    sudo apt update
    To Upgrade the System:
    sudo apt upgrade -y
    To Remove Packages No Loger Needed:
    sudo apt autoremove
    Change User Password:
    Passwd
    Create a Low-level User:
    sudo adduser [USERNAME]
    sudo usermod -aG sudo [USERNAME]
    Verify sudo Privilege:
    grep 'sudo' /etc/group
    Verify if a Tool is Installed:
    [TOOL_NAME] --version
    Examples:
    python --version
    git --version
    Clone Project with Git
    Git clone [SOURCE_URL]
    Install Tilix Multiplexer:
    sudo apt install tilix
    Launch Tilix:
    tilix
    Install HTOP:
    sudo apt install htop
    Launch HTTP:
    htop
  • Věda a technologie

Komentáře • 8

  • @ultrananas4873
    @ultrananas4873 Před 4 měsíci +6

    you can already split your default terminal with Ctrl+shift+D and Ctrl+shift+R ( Down and Right )

    • @TechChuk
      @TechChuk  Před 4 měsíci

      You're correct. But the advantage a multiplexer like Tilix holds over the default terminal is that Tilix is more user friendly, in my opinion.

  • @umarfaroukahmad1550
    @umarfaroukahmad1550 Před 2 měsíci

    why do i need low level user if i had my main user and also root? please explain why its important thank you so much

    • @TechChuk
      @TechChuk  Před 2 měsíci +1

      Thanks for your comment. Essentially, you may want to have separate user accounts for different admins and assigned privileges based on their experiences to ensure safety and accountability.

  • @vilaiyattupillai5744
    @vilaiyattupillai5744 Před 2 měsíci

    How do install the scrcpy please help

    • @TechChuk
      @TechChuk  Před 2 měsíci

      Did you try instructions on this page scrcpy.org/
      ?

  • @netor-3y4
    @netor-3y4 Před 4 měsíci

    if you have any problems i can help you

    • @Franziko-xh
      @Franziko-xh Před 3 měsíci +1

      I have problems with doing a network scan on my private network with nmap, when the scan is complete it doesn't show the devices that are on it just say 0 hosts.