The 7 Deadly Linux Commands

November 21st, 2008 No comments

via junauza.com

If you are new to Linux, chances are you will meet a stupid person perhaps in a forum or chat room that can trick you into using commands that will harm your files or even your entire operating system. To avoid this dangerous scenario from happening, I have here a list of deadly Linux commands that you should avoid.

more …

Categories: linux Tags:

The Unix and Internet Fundamentals HOWTO

November 9th, 2008 No comments

via tldp.org

This document is intended to help Linux and Internet users who are learning by doing. While this is a great way to acquire specific skills, sometimes it leaves peculiar gaps in one’s knowledge of the basics ? gaps which can make it hard to think creatively or troubleshoot effectively, from lack of a good mental model of what is really going on.

I’ll try to describe in clear, simple language how it all works. The presentation will be tuned for people using Unix or Linux on PC-class machines. Nevertheless, I’ll usually refer simply to ?Unix? here, as most of what I will describe is constant across different machines and across Unix variants.

more …

Categories: hardware, linux Tags:

MySQL databases backup using mysqldump

November 8th, 2008 No comments

A script to take daily, weekly and monthly backups of your MySQL databases using mysqldump. Features – Backup mutiple databases – Single backup file or to a seperate file for each DB – Compress backup files – Backup remote servers – E-mail logs.

more …

Categories: mysql Tags:

smartmontools: control the health of your hard disk

November 8th, 2008 No comments

via debian.net

Particularly for hard disks, the tool in charge is smartctl from the package smartmontools. IDE disks (if they?re not of the age of dinosaurs) have an integrated self-testing tool called SMART which means ?Self-Monitoring, Analysis and Reporting Technology?. Modern SCSI disks have it too if they?re SCSI 3 or newer. It happens that inside the disk chipset there are routines to check parameters of disk health: spin-up time, number of read failures, temperature, life elapsed? And all of those parameters are not only registered by the disk chipset, but they have designated security limits and both parameters and limits can be checked by software who access the disk using the appropriate I/O instructions.

more …

Categories: hardware Tags:

The ultimate guide to graphics card

October 1st, 2008 No comments

via techradar.com

There’s a good chance the most powerful chip inside your PC, in raw computational terms, is on your graphics card. So, how did graphics get so powerful, what are graphics cards good for right now and how on earth do you choose from the baffling array of 3D chipsets on offer?

more …

Categories: hardware Tags:

5 Cool Apps to Make the Linux Terminal More Productive

September 18th, 2008 No comments

via makeuseof.com

If you work on Linux you?ll know that the command line is the way to go (in some cases at least). If you are in GUI mode than you can access the command line via the Terminal. Here are some applications/utilities that will transform your command line experience.

more …

Categories: linux Tags:

The ultimate guide to motherboards

September 15th, 2008 No comments

via techradar.com

As with every other component, motherboards have come a long way from the original IBM PC of 1981. If you’re old enough to remember the first De Lorean DMC-12, perhaps the original PC XT mobo still casts some dark shadow over your memory? At the time there were certainly wonders to behold; these days, they simply look a mess with integration the last thing on the designers mind and all the IO having to be decidedly off-board.

more …

Categories: hardware Tags:

10 quick tips to make Linux networking easier

August 16th, 2008 No comments

via techrepublic.com

Networking is a must-have on all levels of computing. Be it home or corporate, networking is the one aspect of computing that is, without a shadow of a doubt, a deal breaker. And with some help, the Linux operating system can be the king of networking, in both ease of use and security. But that doesn?t mean the average (and sometimes even the above-average) user can?t use some help. These tips should help make Linux networking go a little more smoothly.

more …

Categories: linux Tags:

19 Most Essential Open Source Applications That You Probably Want To Know

August 13th, 2008 No comments

via smashingapps.com

Today, we are listing here 19 Most Essential and useful open source applications that you probably want to know to use in your daily life. Most of them are top of the list projects that have an open source industry leading popularity and many of them are not listed here but over all the list has variety of projects for every one of you. Just take a look at them and share your thoughts here.

more …

Categories: it Tags:

Using free software for HTTP load testing

August 13th, 2008 No comments

via linux.com

A good way to see how your Web applications and server will behave under high load is by testing them with a simulated load. We tested several free software tools that do such testing to see which work best for what kinds of sites. If you leave out the load-testing packages that are no longer maintained, non-free, or fail the installation process in some obscure way, you are left with five candidates: curl-loader, httperf, Siege, Tsung, and Apache JMeter.

more …

Categories: linux Tags:

Ubuntu and Your iPod

August 9th, 2008 No comments

via linuxjournal.com

This article is from a new book published by No Starch Press: Ubuntu Linux for Non-Geeks: A Pain-Free, Project-Based, Get-Things-Done Guidebook by Rickford Grant. This excerpt covers using your iPod with Ubuntu and it is full of tips, tricks, and helpful pointers. Reprinted with permission from No Starch Press, all rights reserved. More information about the book and its autho

more …

Categories: linux Tags:

Anatomy of the Linux file system

July 28th, 2008 No comments

via ibm.com

When it comes to file systems, Linux? is the Swiss Army knife of operating systems. Linux supports a large number of file systems, from journaling to clustering to cryptographic. Linux is a wonderful platform for using standard and more exotic file systems and also for developing file systems. This article explores the virtual file system (VFS)?sometimes called the virtual filesystem switch?in the Linux kernel and then reviews some of the major structures that tie file systems together.

more …

Categories: linux Tags:

OpenBIOS

July 28th, 2008 No comments

The OpenBIOS project provides you with most free and open source Open Firmware implementations available. Here you find several implementations of IEEE 1275-1994 (Referred to as Open Firmware) compliant firmware. Among its features, Open Firmware provides an instruction set independent device interface. This can be used to boot the operating system from expansion cards without native initialization code. It is Open Firmware’s goal to work on all common platforms, like x86, AMD64, PowerPC, ARM and Mips. With its flexible and modular design, Open Firmware targets servers, workstations and embedded systems, where a sane and unified firmware is a crucial design goal and reduces porting efforts noticably.

more …

Categories: hardware, linux Tags:

Downloading Torrent from the Terminal

July 28th, 2008 No comments

via linuxhaxor.net

There are quite a few applications in linux that has the ability to download torrent from the terminal. rtorrent is perhaps the easiest to use and widely configurable out of all of them. To kick off with downloading any torrent file, you simply have to provide the link location of the torrent file,

more …

Categories: linux Tags:

Convert Filenames to Lowercase

July 28th, 2008 No comments

via linuxjournal.com

Back in the good old days, there was an operating system that didn’t seem to think NAME and name were different. The result was that sometimes when you transfered files from a floppy disk (remember them?) created on that Dumb Old System, you would clutter your directory with uppercase filenames. As us UNIX old-timers learned a nifty trick to get directory names to sort before filenames in the output of the ls command (namely, start directory names with an uppercase letter), having filenames with uppercase letters was irritating.

more …

Categories: linux Tags:

Setting up a Local Area Network

July 23rd, 2008 No comments

via ibm.com

This article describes how to build a Local Area Network (LAN) consisting of two or more computers running the Red Hat Linux operating system. The article begins with the basics: an overview of the TCP/IP (Transmission Control Protocol/Internet protocol) suite, and an explanation of assigning IP addresses in a LAN. Then the article covers the LAN hardware and configuration using a tool called LinuxConf in the Red Hat Linux operating system environment. Lastly, the article walks you through the critical steps of testing and troubleshooting your LAN.

more …

Categories: linux Tags:

Lazy Linux: 10 essential tricks for admins

July 23rd, 2008 No comments

via ibm.com
Learn these 10 tricks and you’ll be the most powerful Linux? systems administrator in the universe…well, maybe not the universe, but you will need these tips to play in the big leagues. Learn about SSH tunnels, VNC, password recovery, console spying, and more. Examples accompany each trick, so you can duplicate them on your own systems.

more …

Categories: linux Tags:

10 Best Hacking and Security Software Tools for Linux

July 22nd, 2008 No comments

via junauza.com

Linux is a hacker?s dream computer operating system. It supports tons of tools and utilities for cracking passwords, scanning network vulnerabilities, and detecting possible intrusions. I have here a collection of 10 of the best hacking and security software tools for Linux. Please always keep in mind that these tools are not meant to harm, but to protect.

more …

Categories: linux Tags:

42 of the Best Free Linux Video Software

July 21st, 2008 No comments

via linuxlinks.com

There is a sizeable amount of free video software available on the Linux platform which is both fully featured and mature. Become a digital video editing master, turn your Linux machine into a Home Theatre box are two avenues that are explored in this article.

To provide an insight into the quality of software that is available, we have compiled a list of 42 high quality Linux video applications, covering a broad spectrum of uses. Most of the titles included in this feature are desktop applications with an elegant graphical front-end, although we have not neglected console software.

more …

Categories: linux Tags:

Benchmarking hardware RAID vs. Linux kernel software RAID

July 15th, 2008 No comments

via linux.com

Want to get an idea of what speed advantage adding an expensive hardware RAID card to your new server is likely to give you? You can benchmark the performance difference between running a RAID using the Linux kernel software RAID and a hardware RAID card. My own tests of the two alternatives yielded some interesting results.

more …

Categories: hardware, linux Tags: