Skip to content

Instantly share code, notes, and snippets.

View dolby360's full-sized avatar
👾
Contact me and let's collaborate

Dolev Ben Aharon dolby360

👾
Contact me and let's collaborate
  • Israel
View GitHub Profile
@dolby360
dolby360 / config
Created November 2, 2024 19:32
ssh config for github.
Host github.com
User git
Hostname github.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/github
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
@dolby360
dolby360 / rpi_setup.md
Last active October 29, 2024 11:54
Cheet shit for setting up a rasberry pi.

Before inserting the card: Add a file called ssh Add another file called wpa_supplicant.conf with:

country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

network={
 ssid="NETWORK NAME"