This tutorial will show you how to setup a cool, dynamic wallpaper for your computer based upon XPlanet. The image to left is the final result of this how-to; notice the cloud map and the daylight, which are both periodically updated to match real-time cloud data and sunlight. You can chose to do the same [...]
I recently covered three utilities you can use to monitor your system resources in Linux. One of those programs, iftop gives you information about the network traffic of your machine. In this article I’ll show the in-depth usage of iftop, as well as another program called nethogs that was recommended by a reader. With these [...]
Most Linux users are familiar with the top command. Top shows you a list of processes on your system and provides a ton of useful information such as their CPU usage and owner. Unfortunately, this isn’t always enough data and many people don’t know where to turn next. This article covers three performance monitoring applications [...]
I’ve previously written about how to securely and permanently delete files in Linux and Windows. The programs I mentioned in those tutorials were all command-line baed, but this tutorial will show you how to add a secure-delete option to the contextual menu in Ubuntu and Fedora Linux. Install the Nautilus Actions Configuration utility First, install [...]
Sometimes it is necessary to find out which package is responsible for a particular file on a Linux machine. This article explains how to identify the package that owns a file on Ubuntu or Fedora Linux (it applies to any distribution using deb or RPM, so it will also work in Debian, RedHat, etc…) Deb-based [...]
Many power users have multiple computers setup in their office or on their desks, which typically results in either multiple keyboards, mice, and monitors, or the use of a KVM switch to change between each machine individually. There are downsides to both of these solutions; multiple keyboards take up lots of space and can be [...]
If you make a typo on the command line in Ubuntu, or if you type the name of a command that doesn’t exist, the system will automatically provide you with a list of commands that are similar to what you entered; or, if the command exists but the package it belongs to is not installed, [...]
Introduction Note: this is a Windows equivalent of my popular article, Howto Delete Files Permanently and Securely in Linux. When you normally delete a file in Windows, you aren’t actually making that file disappear from your hard drive — not even when you empty it from the recycle bin. This is because deleting a file doesn’t actually overwrite it [...]
The basics of the bash "for" loop; this article can help you save hours of time on redundant tasks.
iSCSI 101: How to setup a Storage Area Network using iSCSI. Using a file server and iSCSI, this article explains how to present a RAID array, a disk partition, or even an individual file, as a storage device which can then be formatted, partitioned, and mounted by a client.
Wednesday, August 4, 2010
2 Comments