Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Live Share not doing anything on linux ubuntu 20.04

# Step 1
# https://docs.microsoft.com/pt-br/visualstudio/liveshare/reference/linux#install-linux-prerequisites
wget -O ~/vsls-reqs https://aka.ms/vsls-linux-prereq-script && chmod +x ~/vsls-reqs && ~/vsls-reqs

# Step 2
echo "deb http://security.ubuntu.com/ubuntu impish-security main" | sudo tee /etc/apt/sources.list.d/impish-security.list
sudo apt update
sudo apt install libssl1.1
Comment

PREVIOUS NEXT
Code Example
Shell :: unable to locate package build-essential 
Shell :: docker no space left on device 
Shell :: change package name flutter 
Shell :: restart nginx in mac 
Shell :: python venv windows 
Shell :: ansible ignore tag 
Shell :: ubuntu notes install 
Shell :: see raid config linux 
Shell :: install angular 
Shell :: install pecl on mac 
Shell :: git delete remote branch error: unable to delete remote ref does not exist 
Shell :: clear history linux 
Shell :: chmod files 644 directories 755 
Shell :: powershell join array 
Shell :: how to know what container is using a volume? 
Shell :: a script that generates the assembly code (Intel syntax) of a C code and save it in an output file 
Shell :: network in arch linux 
Shell :: epub to pdf converter ubuntu 
Shell :: how to search forward in emacs 
Shell :: ubuntu show computer performance from terminal 
Shell :: homebrew linux 
Shell :: count occurrences of word in file linux 
Shell :: install docker on Amazon Linux 2 AMI 
Shell :: npm find peer dependencies 
Shell :: rostopic bag file to csv 
Shell :: rename lxc name on ubuntu 
Shell :: add to path windows powershell 
Shell :: uninstall edb postgres mac 
Shell :: install shutter ubuntu 
Shell :: linux command if directory exists 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =