Skip to content

Instantly share code, notes, and snippets.

View khimaros's full-sized avatar
🕳️
breadboards and microcontrollers

khimaros khimaros

🕳️
breadboards and microcontrollers
View GitHub Profile
@khimaros
khimaros / 00default-release
Last active November 9, 2023 18:56
debian testing with automatic security updates from unstable
APT::Default-Release "testing";
@khimaros
khimaros / install.sh
Last active October 4, 2021 06:07
install
#!/bin/bash
set -ex
apt update
apt install -y vim git screen
git clone https://github.com/khimaros/raid-explorations