Yearly Archives: 2009

Enable The RT2860STA Linux Wireless Driver

I’ve been using ndiswrapper and the Windows drivers for the Ralink RT2700E wireless card in my MSI Wind U100 432US. It turns our that the kernel included with Ubuntu Jaunty now includes the native Linux driver for this card. I’m not sure when this was added to the kernel, but I’m using version 2.6.28-15. Continue reading

Fade Out Images with GIMP

There’s no need to go out and buy Adobe Photoshop and take Photoshop classes. Just follow this simple GIMP tutorial to learn how to fade out the edge of an image.

One of the features that gives images a web 2.0 kind of look is fading out the edges. This is most commonly seen in the image reflection effects. I’m not going to cover a reflection in this post. I’ll just cover the image fade out part for now. Continue reading

Command Line Basics: Redirecting Output

In today’s command line basics, I’m going to show you how to redirect output from the bash cli (command line interface). The output of most GNU command line tools is normally sent to the terminal (ie – standard output). There are times when you would like to have the output saved as a file. Now, you could copy the text from the terminal and paste it into a text editor and save it, but there’s a better way. Continue reading