Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

kali sources.list

kali@kali:~$ echo "deb http://http.kali.org/kali kali-rolling main non-free contrib" | sudo tee /etc/apt/sources.list
kali@kali:~$ echo "deb http://http.kali.org/kali kali-last-snapshot main non-free contrib" | sudo tee /etc/apt/sources.list
kali@kali:~$ echo "deb http://http.kali.org/kali kali-experimental main non-free contrib" | sudo tee /etc/apt/sources.list.d/kali-experimental.list
kali@kali:~$ echo "deb-src http://http.kali.org/kali kali-rolling main non-free contrib" | sudo tee -a /etc/apt/sources.list
Comment

kali sources

kali@kali:~$ grep -v '#' /etc/apt/sources.list | sort -u

deb http://http.kali.org/kali kali-rolling main non-free contrib
kali@kali:~$
Comment

PREVIOUS NEXT
Code Example
Shell :: changing mac address linux 
Shell :: git rename remote 
Shell :: set different user for git 
Shell :: see raid config linux 
Shell :: remove openshot ubuntu 
Shell :: create r anaconda environment 
Shell :: mac kill port 8000 
Shell :: remove root permission from folder 
Shell :: ano de lançamento do youtube 
Shell :: heroku procfile laravel 
Shell :: ngx translate install 
Shell :: powershell join array 
Shell :: pkg-config: not found 
Shell :: get a list of all nuget packages used in a solution 
Shell :: ubuntu delete user 
Shell :: windows port permission denied 
Shell :: vs code set ubuntu wsl as default terminal 
Shell :: django cors install 
Shell :: k8s get current context 
Shell :: Ubuntu check free space by 5 ways 
Shell :: how to download playonlinux 
Shell :: Fix the upstream dependency conflict, or retry 
Shell :: how to steal stolen deleted code... from github... 
Shell :: warp out files in linux 
Shell :: how to clone a repo with a different name 
Shell :: Scan Existing disk in linux 
Shell :: fatal: the remote end hung up unexpectedly 
Shell :: uninstall tesseract 4 
Shell :: Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs 
Shell :: how to make python + docx exe 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =