Category: UNIX

UNIX tips and tricks

IPsec, Solaris 10 and non-global zones

I have been working on joining a data-center-only VPN to be able to talk to another data-center-only VPN other by creating a IPsec tunnel between a server in each data center.  I chose to use the Sun Fire V490s that…

Solaris package repository

A Solaris package repository is similar to a yum repository: a place to get Solaris SVR4 packages in datastream format.  It is mostly a straightforward process to setup a repository, but I have found a few gotchas. All these examples…

xsysstats and rpc.rstatd

What is xsysstats? xsysstats is a rpc.rstatd client which graphically displays near real time performance statistics of the running unix kernel. The following statistics are available: cpu packets ipackets (packets in) opackets (packets out) pagei (page in) pageo (page out)…

The cost of bleeding edge?

I’ve just finished updating my workstation at home and at work to Fedora 11.  The impetuous was to cut down on the number of VMs that were running on my machine at home and reduce the number of packages I…

sendmail as a SMTP-AUTH client

For a long time now, I’ve wanted to be able to generate mail from my computer at home, but because I’m behind a dynamic DHCP address, it is hard to have a resolvable hostname.  My hosting provider would not accept…

IPSca and CentOS

IPSca is a SSL certificate provider which provides zero cost Educational SSL Certificates, mainly for .edu sites.  I tried them out for two different websites at work.  The certificates work great, even with having to install a SSLCertificateChainFile entry in…

open-vm-tools and 2009.04.23 release

Open-vm-tools is a  sourceforge project to reimplement VMware Tools as open source.  Their express goal is to be able to support more Guest OSes than is currently available, mainly related to other linux distros. The project does not provide any…

vncviewer and VMware-Workstation 6

When VMware Worstation 6 was released, one of the new features I was interested in was console access via VNC.  This meant I could leave a VM running on my machine at home, and connect to the console with vncviewer…