Using openssh without a password How to configure OpenSSH to use SSH keys for authentication instead of a password. Tags: SecurityLinux Read more about Using openssh without a passwordAdd new comment
Using sed Some more advanced examples of how to use the sed command in Linux.Tags: LinuxBashsed Read more about Using sedAdd new comment
POSIX character classes Some of the character classes to use in regular expressions. Tags: LinuxBash Read more about POSIX character classesAdd new comment
CD Burning using the shell How to burn CD's using only bash. First create an iso with the following command:mkisofs -o HomeMovie.iso -J -r -V HomeMovie Movie.avi Movie.srt In this example:Tags: LinuxBash Read more about CD Burning using the shellAdd new comment