-
The Simpsons Couch Gag Goes ASCII
Sunday March 27 The creators of The Simpsons created an awesome ASCII couch gag. The couch gag begins with the family jumping on the couch as usual. Then Bart removes the letters F A T S and O from Homer’s knees and places them on Homer’s belly. Homer looks down at his stomach, discontented, and…
-
9 Really Useful Tricks With pv- Pipe Viewer
pv allows a user to see the progress of data through a pipeline, by giving information such as time elapsed, percentage completed (with progress bar), current throughput rate, total data transferred, and ETA. Here’s a nice list of cool ways you can use pv 1) Simulate typing echo “You can simulate on-screen typing just like…
-
How To Install Fonts In Fedora Easily
I have a massive collection of TrueType fonts that I want to add to my Fedora fc 14 installation. Installing TrueType fonts in new versions of Fedora is actually quite easy. To install the font system wide, all you need to do is put it in the fonts in a directory. To be consistent, create…
-
Interesting Way To View Log Files glTail.rb
View real-time data and statistics from any logfile on any server with SSH, in an intuitive and entertaining way. glTail is a sick Ruby script by Erlend Simonsen. He made looking at log files actually fun. glTail.rb uses OpenGL and Ruby to visualize logs in real time. glTail shows each HTTP requests in the shape…