Skip to content

Instantly share code, notes, and snippets.

View CarloCattano's full-sized avatar
🏠
Working from home

Carlo CarloCattano

🏠
Working from home
View GitHub Profile
@onlurking
onlurking / terminal-setup.md
Last active February 19, 2024 18:01
Configs for zsh, oh-my-zsh, zsh-autosuggestions, zsh-syntax-highlighting and FZF

Setup

Terminal

Instal oh-my-zsh with curl

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
@logsol
logsol / README.md
Last active November 21, 2018 13:49
Reads input from multiple Midi input devices via plug&play and sends them to an Axoloti

Install

pip3 install python-rtmidi

Run

python3 chip_midi_delegate.py

@yeokm1
yeokm1 / Read-only FS on Raspbian.md
Last active January 5, 2021 01:50
Set up Raspbian on Raspberry Pi to boot from and use a read-only file-system
sudo apt-get update
sudo apt-get upgrade
sudo rm -rf opt
cd /var/log/ 
sudo rm `find . -type f`
sudo swapoff --all
sudo update-rc.d -f dphys-swapfile remove
sudo apt-get remove dphys-swapfile
sudo rm /etc/init.d/dphys-swapfile