Linux

These posts are all related to linux

August 9, 2011

Mount sshfs with a script

sshfs is great for mounting remote directories locally. If you want to mount a sshfs directory locally with a script, you need to be able to connect to it with a script. This script uses expect to...

Read

July 20, 2011

Edit sudoers with visudo and nano

Editing sudoers file allows you to manage which users can use the sudo command. You should never modify this file by hand, and syntax errors will make it so you can't use sudo and possibly not be...

Read