Skip to content

Instantly share code, notes, and snippets.

View malud's full-sized avatar

Marcel Ludwig malud

View GitHub Profile
@malud
malud / .gitconfig
Created November 3, 2014 09:59
Git gc configuration / preventing high cpu / memory load with git svn repositories
[pack]
windowMemory = 16m
threads = 1
depth = 1
deltaCacheSize = 1
packSizeLimit = 128m
[core]
packedGitWindowSize = 1m
packedGitLimit = 256m
@malud
malud / config_wlan.sh
Created October 18, 2014 07:03
preventing the raspberry pi wlan stick goes to sleep
#steps to prepare heartbeat script
#assuming that you use the Edimax EW-7811Un
sudo nano /etc/modprobe.d/8192cu.conf
#add the following lines
# Disable power management
options 8192cu rtw_power_mgnt=0 rtw_enusbss=0