Cheat Sheet
Ubuntu tips and tricks
Apps
Azure CLI
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bashDocker
sudo apt-get update
sudo apt-get install -y \
apt-transport-https \
ca-certificates \
curl \
gnupg-agent \
software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo apt-key fingerprint 0EBFCD88
sudo add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
stable"
sudo apt-get update
sudo apt-get install -y docker-ce docker-ce-cli containerd.io
sudo usermod -aG docker $USERFlamehost
Forticlietn SSL VPN
Microsoft Teams
vscode
zsh
zsh pure
Keyboard
en_US with pt_BR keys
Last updated