Skip to content

Instantly share code, notes, and snippets.

View newsworthy39's full-sized avatar

newsworthy39

View GitHub Profile
@newsworthy39
newsworthy39 / install.sh
Last active January 21, 2025 15:57 — forked from Faheetah/install.sh
Install containerd and nerdctl on Ubuntu
# Note: can also just install nerdctl-full
sudo apt-get update
sudo apt-get install containerd iptables
wget https://github.com/containerd/nerdctl/releases/download/v2.0.1/nerdctl-2.0.1-linux-amd64.tar.gz
tar -zxf nerdctl-*-linux-amd64.tar.gz nerdctl
sudo mv nerdctl /usr/bin/nerdctl
rm -rf nerdctl*
@newsworthy39
newsworthy39 / userconf.txt
Created May 29, 2024 14:10 — forked from M0LTE/userconf.txt
Raspberry Pi userconf
Create a file named user userconf (or userconf.txt) containing the following:
pi:$6$c70VpvPsVNCG0YR5$l5vWWLsLko9Kj65gcQ8qvMkuOoRkEagI90qi3F/Y7rm8eNYZHW8CY6BOIKwMH7a3YYzZYL90zf304cAHLFaZE0
Place userconf (or userconf.txt) plus an empty file named ssh (or ssh.txt) in the BOOT (FAT32) partition of the SD card.
Insert the SD card in the Raspberry Pi and it should boot with access to user 'pi' (password : raspberry) via SSH.