-
Notifications
You must be signed in to change notification settings - Fork 0
Linux
Adam Conkey edited this page Dec 30, 2022
·
27 revisions
I use balenaEtcher on MacOS to write a disk image to a USB flash drive.
cd ~/Downloads
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current.amd64.debsudo snap install slack spotify
sudo snap install emacs --classicsudo apt install \
build-essential \
cargo \
curl \
git \
htop \
texlive-full \
tmux \
xclipsudo add-apt-repository ppa:spvkgn/exa
sudo apt update
sudo apt install exaNote it's possible to do an apt install, but I've had panic problems with that, and apt will install it as batcat to avoid a name conflict, so it's best to just grab the deb manually:
- Download the latest version from Releases with a
_amd64.debextension. - Install adapting to your version number:
sudo dpkg -i bat-musl_0.22.1_amd64.deb
- Enter your GPU information here to figure out which run file to download.
-
sudo apt purge nvidia*if there were any drivers already installed on the machine. - Reboot machine and enter TTY terminal with Ctrl + Alt + F2
- Run the script:
cd ~/Downloads sudo chmod +x NVIDIA-Linux-x86_64-525.60.11.run # Whatever your file is named sudo ./NVIDIA-Linux-x86_64-525.60.11.run
- Follow the prompts until it succeeds, and reboot.
- Do
ssh-keygenand follow prompts, use defaults. - Copy public key to clipboard:
xclip -sel c < ~/.ssh/id_rsa.pub - Add the key where you need it, e.g. GitHub