Archive

Archive for June, 2008

HOWTO batch encode video for iPod under Linux

June 25th, 2008 No comments

This script targets the 5G video iPod, which has a 2-inch screen with 320×240 pixel resolution. If Apple has released a widescreen iPod by the time you read this, this script is not for you. Sorry.

more …

Categories: linux Tags:

Run-levels: Create, use, modify, and master

June 20th, 2008 No comments

via redhatmagazine.com

A run-level is a system state that is defined by the services listed in /etc/rc.d. Typically, advanced administration of a machine is done by switching run-levels (or state) to perform tasks such as minimal resource usage, run-level 3, shutdown run-level 0, or maintenance. Maintenance is run-level 1–or single user mode, as it is commonly known

more …

Categories: linux Tags:

Top 100 of the Best (Useful) OpenSource Applications

June 4th, 2008 No comments

The following is a list of about 100 of the best OpenSource Applications, that actually help make Linux more usable for people. It is my hope that this list shows potential Linux users that there really is a large, effective, productive and usable range of free,spacer_gif Top 100 of the Best (Useful) OpenSource Applications OpenSource applications. For existing Linux users (like myself), I think this will provide a great resource in finding applications that may better suit your needs, or just for fun! Needless to say, this is just some of the thousands of applications available! I develop web sites, so this list tends to focus on applications which support that type of work.spacer_gif Top 100 of the Best (Useful) OpenSource Applications…

more …

Categories: linux Tags:

Wiping your disk drive clean

June 4th, 2008 No comments

via linux.com

Everybody who owns a computer will someday need to dispose of a disk drive. Before you do, it is a good idea to cleanse the drive, so no one can read your sensitive information. Deleting files and reformatting is not sufficient; determined effort can still reveal data from a drive even after it appears to be gone. To do a more thorough job, I suggest using wipe.

You need to take special pains because files that are “deleted” are not really gone. Most operating systems, including Linux and its ext2 filesystem, just delete the pointer to a deleted file; the data still exists on the drive. It is not effectively removed until every bit of the space it was occupying on the drive has been overwritten. Even then there are ways, albeit difficult, to analyze the drive and extract data. The only way, short of melting the drive, to ensure the data is gone for good is to overwrite the drive several times with random data.

more …

Categories: hardware, linux Tags:

Redundant Array Of Inexpensive Disks (RAID) – Technical Paper

June 3rd, 2008 No comments

via howtoforge.com

The storage capacity and data retrieval speeds of Hard Disks have increased multiple folds in last few years. However for large business organizations, which not only need to store terabytes of invaluable data but access them frequently as well. These organizations cannot afford to let their systems go offline even for a short duration of time. Moreover they cannot even think of loosing even small amount of data due to disk failure or for that matter any other reason.

more …

Categories: hardware, linux Tags: