Information Technology Grimoire

Version .0.0.1

IT Notes from various projects because I forget, and hopefully they help you too.

codium

VS Code

https://code.visualstudio.com/download

dpkg -i foo.deb

Or Codium instead of vscode

Codium has no telemetry

sudo apt install dirmngr software-properties-common apt-transport-https curl -y
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/vscodium.gpg] https://download.vscodium.com/debs vscodium main" | sudo tee /etc/apt/sources.list.d/vscodium.list
sudo apt update
sudo apt install codium
sudo apt install notepadqq python3-virtualenv python3-venv