Add a prefix string to beginning of each line

July 27th, 2016

Various ways to add a prefix to every line in a file.

M1 Basic Training

July 27th, 2016

Webinar for the Elk-M1 alarm system.

Installing Recessed sensors in doors and windows

July 27th, 2016

Nice recommendations for installing alarm sensors.

Installing fun plug (FFP) on D-Link DNS 320, 323, 325, 323, 343 and 345

July 27th, 2016

Good instructions on installing fun plug to extend the D-Link NAS devices.

Automatically run program on startup under linux ubuntu

July 27th, 2016

sudo mv /filename /etc/init.d/
sudo chmod +x /etc/init.d/filename
sudo update-rc.d filename defaults