free shell account list
Have you ever needed a shell account to teach or explore with? Here is a large list of free providers with which you can connect to... shells.red-pill.eu
Have you ever needed a shell account to teach or explore with? Here is a large list of free providers with which you can connect to... shells.red-pill.eu
From beginlinux.com The primary purpose of the slave server is to provide a backup to the primary master server should it go down for any reason. The major difference between…
From kmandla.wordpress.com As if screen wasn’t cool enough to start with, here’s a little bonus to make your day a wee bit brighter: There’s an -x flag for screen, which…
From blog.taragana.com Like every other Operating System Linux not free from security issues. These issues can be anticipated and averted only with suitable preventive steps. However, sticking to the buttoned-down…
Vinux is a remastered version of the popular Ubuntu 10.04 Lucid Lynx distribution optimised for the needs of blind and partially sighted users.. It provides three screen readers, two full-screen…
From blog.amit-agarwal.co.in Here is the command to test that all the directories in your path actually exist. IFS=:;for p in $PATH; do test -d $p || echo $p; done read…
From mywiki.wooledge.org This page shows common errors that Bash programmers make. The following examples are all flawed in some way: ???Contents for i in `ls *.mp3` cp $file $target Filenames…