Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

visule stdio fro kali

visual studio code for Kali Lunix 
sudo apt update
sudo apt install curl gpg gnupg2 software-properties-common apt-transport-https
then 
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
sudo install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/
then 
echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main" | sudo tee /etc/apt/sources.list.d/vscode.list
sudo apt update
sudo apt install code
Comment

PREVIOUS NEXT
Code Example
Shell :: configure rest api for docker in windows 
Shell :: how to know branch from which add branch 
Shell :: kubuntu snap app not showing 
Shell :: unix sort du output by size 
Shell :: print all installed program with scoop 
Shell :: prepend xml to svg sed 
Shell :: The default branch has been renamed 
Shell :: install gnuunicorn pip 
Shell :: create environment without conda 
Shell :: raspberry pi autostart gui application 
Shell :: regex log level info or warn or erro 
Shell :: source script locatin 
Shell :: command to check the status of a system service 
Shell :: open browser from command line windows 
Shell :: add user to wheel groub 
Shell :: linux manjaro tg link 
Shell :: exiting nano 
Shell :: touch equivalent in windows 
Shell :: pyinstaller Failed to execute script pyi_rth__tkinter 
Shell :: bash how to create directories in all subdirectories 
Shell :: install jenkins ubuntu 
Shell :: will exe file work on ubantu 
Shell :: github create directory 
Shell :: linux birthday 
Shell :: shell cehck if string is null 
Shell :: ????l2tp ubuntu terminal 
Shell :: gatsby-plugin-feed-generator 
Shell :: fzf rpm 
Php :: drupal 8 show php errors settings.php 
Php :: install php8.1 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =