7 Things To Do With The Pipe In a Linux Shell

Tuesday, July 1st, 2008

The pipe is the vertical line above your enter key. It looks like this without the quotes: "|". Using the pipe character in the Linux shell allows you to string commands together, performing another command on the output from the first. This is a list of 10 things you can ...

7 Linux Commands I Use Every Day

Tuesday, May 20th, 2008

This article is for people who have just began to use Linux, it is not for Linux experts. If you know quite a bit about Linux, you will not find this article useful. It does not fully cover the use of these commands, but gives basic examples. These commands are ...

Using Firestarter and a Shell to Monitor Malicious Traffic

Thursday, May 15th, 2008

Now that you have your ubuntu router set up, what can you do with it? There are a few interesting things you will notice if you look at your events list long enough. You might notice a large number of incoming requests for a specific port. Let's use one that ...