Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

download vs code in linux

sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.list.d/vscode.list'
sudo apt install apt-transport-https
sudo apt update
sudo apt install code
Comment

download vscode linux terminal

sudo snap install --classic code
Copy
Comment

PREVIOUS NEXT
Code Example
Shell :: delete local branches not on remote 
Shell :: failed to start daemon: pid file found, ensure docker is not running or delete /var/run/docker.pid 
Shell :: how to update a local project from git 
Shell :: change user in git repository 
Shell :: setup aws cli ubuntu 
Shell :: pwd as string powershell 
Shell :: angular cli ubuntu 
Shell :: react native Could not find "Podfile.lock" at 
Shell :: npm port already in use 
Shell :: composer install drupal drush 
Shell :: install vercel npm 
Shell :: install chromium terminal 
Shell :: scanf not working in vscode 
Shell :: error: RPC failed; curl 28 OpenSSL SSL_read: Connection was reset, errno 10054 send-pack: unexpected disconnect while reading sideband packet fatal: the remote end hung up unexpectedly Everything up-to-date 
Shell :: linux kill all python processes 
Shell :: test smb connection linux 
Shell :: fix shortcut virus cmd 
Shell :: decompress tar.gz 
Shell :: apt install zbar 
Shell :: docker-compose container list 
Shell :: pip install import export django 
Shell :: show fortigate uptime 
Shell :: reset iptables ubuntu 
Shell :: check disk space ubuntu 
Shell :: aws cli create bucket command 
Shell :: screen recorder linux 
Shell :: ubuntu install without suggested packages 
Shell :: install pi hole cmd 
Shell :: upgrading composer globally on windows 
Shell :: restart nginx in mac 
ADD CONTENT
Topic
Content
Source link
Name
6+1 =