M1 Basic Training
July 27th, 2016Webinar for the Elk-M1 alarm system.
Installing Recessed sensors in doors and windows
July 27th, 2016Nice recommendations for installing alarm sensors.
Installing fun plug (FFP) on D-Link DNS 320, 323, 325, 323, 343 and 345
July 27th, 2016Good instructions on installing fun plug to extend the D-Link NAS devices.
Automatically run program on startup under linux ubuntu
July 27th, 2016sudo mv /filename /etc/init.d/
sudo chmod +x /etc/init.d/filename
sudo update-rc.d filename defaults
How to set up bash completion for command arguments
July 27th, 2016Here are a couple of links to the information that actually helped me create some bash completion functions.
How do I set up bash completion for command arguments?
Writing your own Bash Completion Function
