Featured »

March 2, 2022 – 2:00 pm

Books have been written on the subject of awk and sed. Here’s a small sample of commands I put together over the years that are useful for everyday system administration tasks. Most of these tasks …

Read the full story »
Networking

Unix and Linux network configuration. Multiple network interfaces. Bridged NICs. High-availability network configurations.

Applications

Reviews of latest Unix and Linux software. Helpful tips for application support admins. Automating application support.

Data

Disk partitioning, filesystems, directories, and files. Volume management, logical volumes, HA filesystems. Backups and disaster recovery.

Monitoring

Distributed server monitoring. Server performance and capacity planning. Monitoring applications, network status and user activity.

Commands & Shells

Cool Unix shell commands and options. Command-line tools and application. Things every Unix sysadmin needs to know.

Informix database migration on HP-UX

May 1, 2006 – 10:51 am
construction loader

Rather than rebuilding an Informix database on the new HP-UX server, it possible to migrate the existing installation from the old server. The database resides on raw disks with transparent volumes that are not visible …

Creating large AIX JFS filesystems

April 21, 2006 – 12:01 pm
hard drive disk

A quick note on creating large JFS filesystems on AIX: if the filesystem is 64Gb or might be expanded to over 64Gb any time in the future, make sure the NBPI (Number of Bytes Per …

Monitoring Veritas VM problems on Solaris

April 20, 2006 – 4:41 pm
solaris-logo

Several Veritas VM and system logs can be used to monitor and diagnose problems with the Volume Manager. An automated script can be used to grab the last few lines from these logs whenever a …

Timeline Plots with GNUPlot

April 13, 2006 – 10:52 am

GNUPlot is an open-source versitile data plotting and mathematical charting application. Timeline plot is the most common type of a plot you would generate. It also seems that it’s one of the more capricious features …

Simple network monitoring with ping

April 11, 2006 – 10:12 am
computer_security_it_privacy_0002

In the Spring of 2005 Comcast experienced a major DNS outage. Since then many Comcast users have switched to DNS servers that belong to Verizon and other ISPs. Comcast started taking a lot of flak …

Solaris One-Liners

March 21, 2006 – 12:41 pm
sun_solaris_0001

Useful Solaris commands for system administrators

CUPS printing on Solaris 10

February 28, 2006 – 12:08 pm
sun_solaris_0002

Download the Companion CD for Solaris 10 GA on: Solaris 10 Companion cd download

Generating complex SQL queries with shell scripts

February 21, 2006 – 9:08 am
shell_0004

It is sometimes necessary to use complex select and insert queries with dozens of variables. Writing such queries by hand is a tedious process and the chance of making a mistake is high. A few …

NFS-mount “Permission denied” error

February 16, 2006 – 11:27 am
keys_security_lock_01

NFS is a relatively uncomplicated functionality of any Unix system. However, from time to time you are bound to run in the “permission denied” error while trying to NFS-mount a filesystem. Everything seems to be …

Protected: Notes on Electronic Security

February 7, 2006 – 12:05 pm

There is no excerpt because this is a protected post.

Wget Google image collector

February 1, 2006 – 1:07 pm
dump truck

Google Images is an extremely useful tool for webmasters, designers, editors, and just about anybody else who’s in a hurry to find just the right photo or clipart. However, this Google tool has a couple …

PHP Web Development Software

January 23, 2006 – 12:48 am
shell

ASP.NET developers have been spoiled by intuitive but inflexible GUIs and IDEs. These Microsoft tools (and various third-party add-ons) make your life as a programmer relatively painless; but only as long as you don’t try …

Accessing Samba server in DMZ

January 22, 2006 – 2:04 pm
Security concept: Golden closed padlock on digital background, 3d render

This note explains how to access a Samba server located on the “orange” DMZ subnet from a Windows PC on the “green” LAN. The problem for Samba is caused by the firewall blocking NETBIOS responses. …

Find and Replace in MySQL

December 28, 2005 – 11:34 am
mysql-logo

A simple one-line command to perform find and replace operations in MySQL:

KDE 3.2 Desktop

December 26, 2005 – 7:22 pm

Some screenshots of KDE 3.2 running under SuSE 9.2 on an AMD 64 machine with CrossOver Windows emulator and Microsoft Office XP installed.

A general view of the KDE desktop with one of the standard backgrounds.

Here’s …

Sun Java Desktop

December 21, 2005 – 8:07 pm
solaris-logo

A few screenshots taken with Sun Java Desktop running under Solaris 10 on a SunBlade 2000 workstation, which also works great as a heated footstool when placed under your desk.

A general view of the desktop …

Monitoring process CPU and memory usage

December 15, 2005 – 11:24 am
shell

This article contains examples of using prstat to monitor CPU and memory utilization by individual processes and groups of processes.
Example 1: Show CPU and memory usage by all processes called “*ora_smon_imanax*”
The following prstat command will …

Using pkg-get on Solaris

December 13, 2005 – 12:27 pm
sun_solaris_0002

Pkg-get Installation Notes
Pkg-get is an open-source,  Sun-approved software installation and management tool for Sun Solaris. You can use pkg-get to install a variety of pre-compiled software without having to worry about version compatibility, patch requirements, …

Installing SuSE Linux 10 on a laptop

December 10, 2005 – 7:53 pm
suse_linux_0003

What’s the best Linux distro for desktop applications? My subjective opinion based on years of Linux experience is that SuSE 10 at the moment offers the best combination of features and user friendliness. The latter, …

Veritas Enterprise Administrator GUI

December 9, 2005 – 11:27 am
HP-Greets-IBM-2

The following is an overview of the GUI for Veritas Enterprise Administrator 3.2

Exporting spreadsheet data to MySQL

December 9, 2005 – 2:10 am
logo_mysql

The following is a process for migrating spreadsheet data to MySQL database using a Shell script in a Unix environment. To follow this tutorial you must already know how to create MySQL schemas and tables. …

Script to modify Veritas HA Cluster Resource Configuration

December 7, 2005 – 11:10 am
shell

The following interactive Korn shell script can be used to make common changes to the configuration of Veritas HA Cluster resources. The script enables you to view the listing of available resources; view resource configuration; …