Skip to content

Instantly share code, notes, and snippets.

@caglar10ur
Last active December 11, 2015 12:38
Show Gist options
  • Save caglar10ur/4601472 to your computer and use it in GitHub Desktop.
Save caglar10ur/4601472 to your computer and use it in GitHub Desktop.
Customizations for Raspbian
# apt-get update
# apt-get dist-upgrade
# apt-get install screen vim git avahi-daemon chkconfig watchdog mc libzmq-dev libzmq1 netatalk
# modprobe bcm2708_wdog
# echo "bcm2708_wdog" >>/etc/modules
# chkconfig watchdog on
# cat /etc/watchdog.conf | grep -v ^#
max-load-1 = 24
max-load-5 = 18
max-load-15 = 12
watchdog-device = /dev/watchdog
realtime = yes
priority = 1
# /etc/init.d/watchdog start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment