sh-halftheory-pi

Helper scripts to run on the raspberrypi.
Programmed by Scott Sinclair.

CommandFunction
configTurn off/on common features – audio, bluetooth, hdmi, etc.
optimizeCommon optimizations – set easy passwords, apt updates, stop logging, etc.
playPlay a video.
playlistPlay a collection of videos in an endless loop.
renicerWrapper for renice. Give top priority to a process.

Install

cd ~
sudo apt-get -y install git tmux
git clone https://github.com/halftheory/sh-halftheory-pi
cd sh-halftheory-pi
chmod +x install.sh
./install.sh

Operation

Type [command] without arguments or [command] -help to see usage options.

Update

./update.sh

Uninstall

./install.sh -uninstall