Web Design Industry Jargon: Glossary and Resources

July 25th, 2009 No comments

via smashingmagazine.com

Below is a guide to industry terms that should get you well on your way to understanding what web designers are talking about. In addition, we’ve provided some resources for each term to give you more in-depth information.

more …

Categories: webdesign Tags:

10 outstanding Linux backup utilities

July 24th, 2009 No comments

via techrepublic.com

A dependable backup tool is not a luxury – everyone needs to have one. But that doesn’t mean you need to spend a fortune to get the feature set that meets your needs. Jack Wallen introduces some great Linux backup solutions, including a few that are cross platform.

more …

Categories: linux Tags:

Three Books Every System Administrator Should Read

July 12th, 2009 No comments

via linux-mag.com

Let’s face it, most technical and computer books are boring, and reading the texts cover-to-cover is nothing less than a slog. However, there are some exceptions, including a number of books apropos for system administrators. In fact, there are three books I highly recommend and are mandatory reading for my staff.

more …

Categories: linux Tags:

Tech Tip: Setup Your Linux Server to Use a Serial Console

July 12th, 2009 No comments

via linuxjournal.com

Do you have a linux server without a keyboard or monitor? Need to administer the server on-site but don’t want to lug over a monitor and keyboard (or kvm)? Then setup the server to output the console to a serial port and use screen/minicom (Hyperterminal or putty in Windows) to console into the server over a serial cable.

more …

Categories: linux Tags:

10 Free Apps that Turn your Ubuntu into Video Studio

May 22nd, 2009 No comments

via programmerfish.com

Ubuntu has got some excellent FREE applications which can turn your PC into Live Studio! Here I am highlighting top 10 free applications available to make your PC into a Live Studio.

more …

Categories: linux Tags:

64 Things Every Geek Should Know

April 24th, 2009 No comments

via laptoplogic.com

If you consider yourself a geek, or aspire to the honor of geekhood, here’s an essential checklist of must-have geek skills.

more …

Categories: it Tags:

Linux tips every geek should know

April 7th, 2009 No comments

via tuxradar.com

What separates average Linux users from the super-geeks? Simple: years spent learning the kinds of hacks, tricks, tips and techniques that turn long jobs into a moment’s work. If you want to get up to speed without having to put in all that leg-work, we’ve rounded up over 50 easy-to-learn Linux tips to help you work smarter and get the most from your computer. Enjoy!

more …

Categories: linux Tags:

fwbuilder: Manage Firewalls Professionally

April 7th, 2009 No comments

via debian.net

Eveyone knows about netfilter/iptables, a powerful firewall framework and command line tool that is part of every Linux distribution. Unfortunately, managing a security policy with it remains a non-trivial task for several reasons. Partially this is because of the complex syntax of the command line interface and the vast amount of available options and parameters. Another reason is that the administrator has to understand the internal path of the packet inside the Linux kernel and its interaction with different parts of netfilter in order to build rules correctly. This is not a specific problem of iptables though, other popular Open Source firewall platforms, such as OpenBSD PF, ipfilter and ipfw present similar challenges.

more …

Categories: linux Tags:

Linux Performance Tuning

April 7th, 2009 No comments

via linuxforums.org

Fernando Apesteguia concludes: “When a distribution is packaged and delivered to clients, it is designed to be fully compatible with most of the computers available in the market. This is a very heterogeneous set of hardware (hard disks, video cards, network cards, etc.). So distribution vendors like Red Hat, SuSe, Mandriva and the rest of them choose some conservative configuration options to assure a successful installation.”

more …

Categories: linux Tags:

Linux tips every geek should know

March 6th, 2009 No comments

via tuxradar.com

What separates average Linux users from the super-geeks? Simple: years spent learning the kinds of hacks, tricks, tips and techniques that turn long jobs into a moment’s work. If you want to get up to speed without having to put in all that leg-work, we’ve rounded up over 50 easy-to-learn Linux tips to help you work smarter and get the most from your computer. Enjoy!

more …

Categories: linux Tags:

Complete Kickstart: How to Save Time Installing Linux

December 14th, 2008 No comments

via linux-mag.com

If you have to perform a lot of Linux installs, there’s a fast and easy way to do so quickly and efficiently without having to babysit the installation process each time. By making use of Kickstart, you can save time and effort by setting up a Kickstart server and spend your time getting more useful work done.

more …

Categories: linux Tags:

Lazy Linux: 11 secrets for lazy cluster admins

December 7th, 2008 No comments

via ibm.com

Cluster means different things to different people. In the context of this article, cluster is best defined as scale-out — scale-out clusters generally have a lot of the same type of components like Web farms, render farms, and high performance computing (HPC) systems. Administrators will tell you that with scale-out clusters any change, no matter how small, must be repeated up to hundreds of thousands of times; the laziest of admins have mastered techniques of scale-out management so that regardless of the number of nodes, the effort is the same. In this article, the authors peer into the minds of the laziest Linux® admins on Earth and divulge their secrets.

more …

Categories: linux Tags:

Getting a grip on Python: six ways to learn online

December 3rd, 2008 No comments

via arstechnica.com

Programming language tutorials either appeal or do not appeal based on any number of personal factors. Some developers prefer simple lessons that move learning forward in stages. Others like the facts to be laid out in familiar terms with a minimum of hand-holding. Each of the following sites presents its own approach to mastering Python, which you may or may not find useful for your learning path. These represent just a fraction of the available online Python tutorial resources.

more …

Categories: python Tags:

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: