Converting Images

I have fought with trying to remember the syntax for Imagemagik’s convert command for years. I finaly caved in [from my normal position of &ldqu ... »

The GrovePi kit

Check out GrovePi These kits make working with the Raspberry Pi GPIO pins so simple and clean. I just ordered one of these kits and I will try to writ ... »

Centering a string

Center a string using awk awk = everyone’s favorite - right? ... »

Author image Geoff McNamara on #awk,

Ansible - modifying sudoers

Ansible - modifying /etc/sudoers I have locked administrators out of using sudo with a simple typo. ... »

Author image Geoff McNamara

Command line disk tree

Command line disk tree I am writing another article on the basics of using git. It was going to be a short art ... »

Author image Geoff McNamara

MT7630e Wifi build and install

Wifi mt7630e Today&rsquo;s hero is Jakub Kicinski. He rewrote the Mediatek MT7630e drivers to clean up the code and< ... »

Author image Geoff McNamara

SSH basics

SSH Debug with verbose output $HOME/.ssh/config first and foremost - debug with -vvvv ... »

Author image Geoff McNamara

vagrant and ansible

vagrant and ansible putting vagrant on steroids First, set up vagrant t ... »

Author image Geoff McNamara

vagrant lxc nodes

Using vagrant with lxc One command; vagrant up Now that I successfully ma ... »

Author image Geoff McNamara

vagrant-lxc plugin

vagrant-lxc plugin OK today I finally had time to get vagrant-lxc to work. Up until now I have had vagrant virtual ... »

Author image Geoff McNamara