 |
 |
 |
 |
 |
 |
Speaking UNIX: Man oh man
UNIX has hundreds if not thousands of commands, and it's impossible to
remember every option and nuance. But, happily, you don't have to: man, UNIX's built-in,
online reference system, is man's best friend.
|
 |
Articles |
 |
28 Jul 2009 |
|
| |
Speaking UNIX: The Squirrel portable shell and scripting language
If you don't want to commit to the idiosyncrasies of a specific shell running on a particular
platform, try the Squirrel Shell. The Squirrel Shell provides an advanced, object-oriented
scripting language that works equally well on UNIX, Linux, Mac OS X, and Windows systems.
Write a script once, and run it anywhere.
|
 |
Articles |
 |
17 Mar 2009 |
|
| |
Speaking UNIX: Opening Windows with Cygwin
Cygwin is a UNIX-like environment for the Microsoft Windows operating
system. It includes a real UNIX shell, a Portable Operating System Interface (POSIX) emulation
library, and thousands of UNIX utilities ported to Windows.
|
 |
Articles |
 |
16 Dec 2008 |
|
| |
Speaking UNIX: Go fish!
The Friendly Interactive Shell, or fish, is a joy to use. Its syntax,
context-sensitive help, and color-coded command-line interface (CLI) greatly simplify the
use of UNIX and ease the burdens of scripting.
|
 |
Articles |
 |
25 Nov 2008 |
|
| |
Speaking UNIX: !$#@*%
Learn how to use pipelines, redirections, operators, and more in UNIX.
|
 |
Articles |
 |
30 Sep 2008 |
|
| |
Speaking UNIX: More shell scripting techniques
Like other UNIX operating systems and Linux, the IBM AIX operating system has several powerful tools that arm systems administrators, developers, and users to tackle day-to-day tasks and to simplify their or their customers' business and life. One such tool in UNIX is the ability to write shell scripts to automate tasks, simplifying difficult or long and tedious jobs.
|
 |
Articles |
 |
09 Sep 2008 |
|
| |
Speaking UNIX: The new and improved Vim editor
If you've worked on IBM AIX, another flavor of UNIX, or
Linux, you've more than likely used the vi editor. Since its conception in 1976, vi has
become a staple for anyone wanting to edit files. How could someone make a more powerful
editing tool than vi, you may ask? The answer is Vim, and this article provides details on the
many enhancements that have made Vim a highly used and acceptable editor in the world
of UNIX and Linux.
|
 |
Articles |
 |
19 Aug 2008 |
|
| |
Speaking UNIX: Peering into pipes
The pipe operator connects one UNIX command to another to create ad hoc programs
right on the command line. But a pipe is something of a black box, occluding the data
flowing from one utility to the next. Pipe Viewer provides a peek into the pipeline. Here's
how to use it in day-to-day tasks.
|
 |
Articles |
 |
03 Nov 2009 |
|
| |
Speaking UNIX: Just a few clicks
The way you interface with a computer is changing constantly. Operating systems that
once started as a command line-only interface have moved to a graphical front end.
Sometimes, however, moving away from the building blocks that made the operating
system isn't necessarily a step in the right direction. Thankfully, the IBM AIX operating
system has kept to what's important: the stability, functionality, and robustness of a
computer's operating system.
|
 |
Articles |
 |
01 Jul 2008 |
|
| |
Speaking UNIX: Booting up
Ever wonder what makes a computer tick or how a UNIX server does what it does? For
those who wonder what happens when you push the power button on your computer,
here's your inside look. This article discusses the different boot types, managing the IBM
AIX bootlist, and the AIX boot sequence. After reading this article, you should have a
better understanding of what exactly is happening when your server starts.
|
 |
Articles |
 |
13 May 2008 |
|
| |
Speaking UNIX: Inside TCP/IP
The Internet has played a huge role in the advancement of technology, business, and
everyday life for huge numbers of the world's people. Configuring a computer to
communicate over a network and connecting to the Internet has become an essential task
for administrators. This article shows how to configure a server running IBM AIX to connect to and use
the Internet.
|
 |
Articles |
 |
22 Apr 2008 |
|
| |
Speaking UNIX: 10 great tools for any UNIX system
The universe of UNIX tools changes constantly. Here are 10 tools -- some
you may have overlooked and some new -- to tinker with.
|
 |
Articles |
 |
12 May 2009 |
|
| |
Speaking UNIX: It is all about the inode
Have you ever wondered what Iused and %Iused mean in UNIX commands like df or what
people are talking about when the say inode? UNIX and Linux systems both use inodes, and
IBM AIX is no different. Discover what an inode is and why inodes are important to UNIX, the
structure of an inode, and commands for working with inodes.
|
 |
Articles |
 |
10 Jun 2008 |
|
| |
Speaking UNIX: Advanced applications of rsync
Keeping multiple machines synced can be challenging. Fortunately, a
powerful tool is available to make the task easier: rsync.
|
 |
Articles |
 |
22 Sep 2009 |
|
| |
Speaking UNIX: Stayin' alive with Screen
The command line is a powerful tool, but it has a fatal weakness: If the shell
perishes, so does your work. To keep your shell and your work alive -- even across
multiple sessions and dropped connections -- use GNU Screen, a windowing system
for your console.
|
 |
Articles |
 |
10 Feb 2009 |
|
| |