echo "deb http://http.kali.org/kali kali-rolling main contrib non-free" | sudo tee /etc/apt/sources.list
sudo apt purge --autoremove pipewire-pulse
apt --fix-broken install
sudo systemctl status systemd-resolved.service
sudo systemctl restart systemd-resolved.service (only this )
sudo systemctl status systemd-resolved.service
service bluetooth restart
sudo dpkg -i *.deb ( normal .deb file install command )
./configure --- make install ( install Python in Kali command )
How to install all type of softwers in KALI linux
sudo su
sudo apt update
sudo apt install snapd
apt update
apt install snapd
systemctl enable --now snapd apparmor
Snap install but not Working —
systemctl enable --now snapd.apparmor
How to install Snap Store in KALI linux
dpkg --list
sudo apt remove gimp
sudo apt --purge remove gimp
sudo apt-get autoremove
sudo apt purge --auto-remove gimp
sudo apt clean
pidof [appname]
kill -9 [number]
Name | Work | normal Code | snap Code | flathub Code |
---|---|---|---|---|
~~~~~~~~~~~~~~~~~~~~ | ~~~~~~~~~~~~~~~~ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
FIRST_ADD_KALI_REPOSITORY link |
FIRST_ISTALL_SNAP_THEN_USE_IT link |
FIRST_SETUP_FLATHUB link |
||
~~~~~~~~~~~~~~~~~~~~ | ~~~~~~~~~~~~~~~~ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
office 360 | Microsoft link |
sudo snap install office365webdesktop –beta | ||
wats app | Messaging app | sudo snap install whatsapp-for-linux | flatpak install flathub com.github.eneshecan.WhatsAppForLinux | |
telegram | Messaging_app | sudo snap install telegram-desktop | flatpak install flathub org.telegram.desktop | |
viber | Messaging app | app Downlod link |
sudo snap install viber-unofficial | flatpak install flathub com.viber.Viber |
google message | Messaging app | scan the code using phon link |
||
kdeconnect | File transfer | sudo apt install kdeconnect | ||
freecad | Engineering_Drawing | sudo apt install freecad | sudo snap install freecad | flatpak install flathub org.freecadweb.FreeCAD |
shotcut | Video Editor | sudo apt install shotcut | sudo snap install shotcut –classic | link |
gimp | Photo Editor | |||
simplescreenrecorder | Screen recorder | sudo apt install simplescreenrecorder | ||
audacity | Audio Editor | |||
handbrake | Video compressor | |||
codeblocks | Coding | |||
blender | Graphic design | |||
freeDownloadManager | ||||
ktouch | Typing Pracktice | |||
virtualbox | ||||
terminator | ||||
edge | Browser | |||
audacious | mp3 player |
rm [file location] (for Empty file)
rm -r [...] (for a directory)
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install wine wine64 wine32 winbind winetricks
wine xxxxxx.exe
// Windows PowerShell
// Copyright (C) Microsoft Corporation. All rights reserved.
// PS C:\WINDOWS\system32> wsl --status
wsl --install
wsl --update
wsl --status
wsl --list --online
wsl --install -d kali-linux
// set userName : XXXX
// set Passward : 1XX
┌──(whitedevil㉿akashdip2001)-[/]
└─$ ls /mnt
c d e wsl wslg
┌──(whitedevil㉿akashdip2001)-[/]
└─$ cd /mnt/c/Users
ls
akash 'All Users' Default 'Default User' desktop.ini Public
┌──(whitedevil㉿akashdip2001)-[/mnt/c/Users]
└─$ cd /mnt/c/Users/akash/Desktop
┌──(whitedevil㉿akashdip2001)-[/mnt/c/Users/akash/Desktop]
└─$
| WSL more, | file permissions | | — | — |
cat /etc/os-release
// PRETTY_NAME="Kali GNU/Linux Rolling"
// NAME="Kali GNU/Linux"
// VERSION_ID="2024.3"
// VERSION="2024.3"
// VERSION_CODENAME=kali-rolling
// ID=kali
// ID_LIKE=debian
// HOME_URL="https://www.kali.org/"
// SUPPORT_URL="https://forums.kali.org/"
// BUG_REPORT_URL="https://bugs.kali.org/"
// ANSI_COLOR="1;31"
mini
Desktop envirorment with kex server
(❌ not Recommended ❌)sudo apt update && sudo apt upgrade -y
sudo apt install kali-win-kex
kex --win -s
// set passward (6) Ex: 1XXAs0
// then enter Kali pass : 1XX
kex --esm --ip -s // for Wondows Remote Desktop
exit
wsl --shutdown
// Uninstall Win-KeX and Xfce
sudo apt purge kali-win-kex
sudo apt purge xfce4 xfce4-goodies
sudo apt autoremove --purge
// Uninstall the Current Desktop Environment (Xfce and Win-KeX)
sudo apt purge kali-win-kex xfce4 xfce4-goodies
sudo apt purge lightdm light-locker
sudo apt autoremove --purge
sudo apt clean
Full
Desktop envirorment (✅ Recommended ✅)// Install the GNOME Desktop Environment
sudo apt update
sudo apt install kali-desktop-gnome gdm3
// Set GNOME as the Default Environment
sudo update-alternatives --config x-session-manager
// Restart WSL or the System
wsl --shutdown
wsl
// To be continue ...
« Ubuntu linux all commands |
---|
Fedora linux all commands » |
✔️ my Website