Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

update kali

┌──(kali㉿kali)-[~]
└─$ echo "deb http://http.kali.org/kali kali-rolling main non-free contrib" | sudo tee /etc/apt/sources.list

┌──(kali㉿kali)-[~]
└─$ sudo apt update && sudo apt -y full-upgrade

┌──(kali㉿kali)-[~]
└─$ cp -rbi /etc/skel/. ~

┌──(kali㉿kali)-[~]
└─$ [ -f /var/run/reboot-required ] && sudo reboot -f
Comment

how to update kali linux

sudo apt-get update 
sudo apt-get upgrade
Comment

how to update kali linux

sudo apt-get update -y && sudo apt-get full-upgrade -y && sudo apt-get update -y && sudo apt-get autoremove -y && sudo apt-get update -y
Comment

PREVIOUS NEXT
Code Example
Shell :: how to run flutter on google chrome 
Shell :: install auth in laravel 8 with bootstrap 
Shell :: start emulator from command line 
Shell :: microsoft install mpi on ubuntu 
Shell :: git change commit message of old commit 
Shell :: how to delete all docker images 
Shell :: install alacritty ubuntu 20.04 
Shell :: upgrade ubuntu 16.04 to 20.04 
Shell :: nodemon install 
Shell :: install heroku cli wsl 
Shell :: completely remove app from linux 
Shell :: view installed rpms 
Shell :: restart-Service sshd 
Shell :: xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun 
Shell :: remove orphan packages manjaro 
Shell :: bash how to generate md5 checksums on all files in a directory 
Shell :: docker pull image and rename it 
Shell :: install pandas in python 
Shell :: install i3-gaps ubuntu 
Shell :: install sudo 
Shell :: restart network centos 
Shell :: heroku cli connect to app 
Shell :: xclip string to clipboard 
Shell :: how to install laravel on mac 
Shell :: change all crlf to lf vscode 
Shell :: how to see all the extension installed in visual studio code 
Shell :: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1,diffie-hellman-group14-sha1 
Shell :: remove yarn ubuntu 
Shell :: install brew debian 
Shell :: how to isntall blender on linux 
ADD CONTENT
Topic
Content
Source link
Name
9+3 =