Archive for the ‘linuxDistroSpecific’ Category

How do I quickly set up Tripwire on Opensuse?

One of the very first posts I wrote on this blog when I started in early 2007 is a tutorial on how to quickly set up Tripwire on “Suse Linux” (before they called it “Opensuse”).  But the problem with that post is that I used the Tripwire software that was bundled with the distro at [...]

How to install/configure eDirectory 8.8.5 on Opensuse

UPDATE (post-publish), 20100806:  Though this post was originally tested entirely on 32-bit Opensuse 11.1, thanks to the prompt by Philip (see comments below), I have set up and tested this config on 64-bit Opensuse 11.3 with the 64-bit eDirectory 8.8sp5.  I can confirm that it works well.  Now back to the original post… A little [...]

Opensuse 11.3 is out!

I’ll spare you all of what you can read all over the Internet about the specifics of the latest Opensuse 11.3 release (and there are some good ones, like All About Linux, and OStatic to name a couple) …  And instead I’ll just provide some rambling anecdotes for you… But I do want to say [...]

Remote Upgrade to SLES 11 SP1 Using Zypper

As you might have noted in my previous posts, I do not like to visit server consoles for upgrades.  So I want to thank Novell for having outlined a handy little instruction sheet here:  How to upgrade to SLES/SLED 11 SP1 (TID 7005410) on how to do various remote upgrades from SLES 11 to SLES [...]

How can I remotely upgrade from OES2-SP1 to OES2-SP2?

This is just a simplified adaptation of a community post by author sakila here: http://www.novell.com/communities/node/9298/patching-and-upgrading-oes2-sp1-oes2-sp2 …all due credit (and thanks) to the author for putting that together!!  Please read that doc first to get a feel for what I’m after here, and take in all the warnings and caveats.  Maybe even post a comment, and [...]

How can I renew my Centos/Apache SSL certificate?

I got this question the other day from a Centos administrator: “The certwatch tool has been sending the me an email warning me that I need to renew the SSL Certificate. What do I do?” The email message read like the following (names have been changed): ################# SSL Certificate Warning ################ Certificate for hostname ‘www.yourlinuxguy.com’, [...]

eDirectory Backup / Restore Cheat-Sheet

Here’s a quick cheat-sheet on how to do fast backup of your eDirectory tree from an OES Linux server.  While we’re at it, we’ll do a quick restore of an object. First, let’s back it up!  Let’s grab the whole tree: ndsbackup cvf /tmp/ndsbackup-treeRoot.bak [Root] …note that you will be prompted for the admin user [...]

How to gather and send support info on a Suse system…

To help someone (like me, for instance) remotely diagnose your Suse system, sometimes you need to send him or her diagnostic info from that system.  Fortunately, Suse has a toolset called “supportutils” to do just that.  This article outlines one of my preferred ways of generating and sending such info.  Note that the examples in [...]

How to configure a USB attached serial port on Linux

Recently I came out of the 1990′s, and moved to an IBM laptop that does not have a serial port… Gasp! Of course, this is not a big deal to alot of people, but I’m a server guy.  I do terminal sessions to Sun/Solaris servers and Cisco routers and such;  I really can’t live without [...]

How can I disable the firewall on SLES?

Believe it or not, there are valid reasons why you might want to disable the firewall service on a Suse Linux Enterprise Server (SLES).  For instance, avoiding NCP time-outs on client connections for an OES/SLES server.  If you just want to know how to disable the firewall in most modern incarnations of SLES, read on… [...]