Posts Tagged ‘Unix’

Linux Tip: Job Scheduling With Cron & At

Thursday, September 18th, 2008

You need to run a job at midnight when system usage is low, or you need to run jobs daily or weekly, but you would rather be sleeping, or enjoying life in some other way. Other good reasons for scheduling jobs include letting routine tasks happen automatically, or ensuring tasks are handled the same way every time. This tip helps you use the cron and at capabilities to schedule jobs periodically or at a single future time.

Linux and UNIX systems allow you to schedule jobs in the future, either just once, or on a recurring schedule. This article shows you how to schedule jobs periodically, and how to run a job at some future time.

Link: IBM

O’Reilly’s Reference Library

Friday, July 25th, 2008

Rodrick Brown has put together a list of O’Reilly’s CD bookshelf online. Here you’ll find books like Java, Perl Networking, Unix, Web Design, Web Development, Oracle, Linux, XML, Cisco, Active Directory, LDAP, PHP, MySQL and many more. Each title contains the entire book online.

Link: Rodrick Brown

Big Unix Cheat Sheet

Monday, April 7th, 2008

This document is a collection of Unix/Linux/BSD commands and tasks which are useful for IT work or for advanced users. This is a practical guide with concise explanations, however the reader is supposed to know what s/he is doing.

Link: Unix Toolbox

Learn 10 Good UNIX Usage Habits

Tuesday, March 4th, 2008

Adopt 10 good habits that improve your UNIX® command line efficiency — and break away from bad usage patterns in the process. This article takes you step-by-step through several good, but too often neglected, techniques for command-line operations. Learn about common errors and how to overcome them, so you can learn exactly why these UNIX habits are worth picking up.

When you use a system often, you tend to fall into set usage patterns. Sometimes, you do not start the habit of doing things in the best possible way. Sometimes, you even pick up bad practices that lead to clutter and clumsiness. One of the best ways to correct such inadequacies is to conscientiously pick up good habits that counteract them. This article suggests 10 UNIX command-line habits worth picking up — good habits that help you break many common usage foibles and make you more productive at the command line in the process. Each habit is described in more detail following the list of good habits.

Link: IBM