Category: Uncategorized

Automatic documentation of your SLES/OES2 server

The last 2 weeks I replaced a customer of mine while he was on holiday (he just got married!). Beside solving daily problems, I had the tasks to document his network en especially the SLES/OES2 servers. First day I started copying setting to a text document. After a hour I thought by myself: “But what […]

Wednesday July 8th, 2009 in Uncategorized | No Comments »

Upgrade guide from Netware to OES2 SP1

Many information on products I find on the internet (Like you Guy’s because otherwise you won’t be reading this post ;-)). The documentation site of Novell is a great source for me to get info how to install or configure a Novell product. And let us don’t forget the support forums! On the documentation site, […]

Tuesday July 7th, 2009 in Uncategorized | 2 Comments »

SSH Public Key login

This topic has been covered on many sites, but I want to document it for myself so I can find it back easily We use the ssh-keygen utility to generate a RSA key pair. The private key is saved in ~/.ssh/id_rsa with no passphrase and the public key is saved in ~/.ssh/id_rsa.pub/ server1:~/ssh # ssh-keygen […]

Wednesday July 1st, 2009 in Uncategorized | 2 Comments »

Firefox 3.5 on OpenSuse 11.1

Last night Mozilla released Firefox 3.5. Just in time because they announced to release 3.5 in jun 😉 What’s new? Firefox 3.5 is based on the Gecko 1.9.1 rendering platform, which has been under development for the past year. Firefox 3.5 offers many changes over the previous version, supporting new web technologies, improving performance and […]

Wednesday July 1st, 2009 in Uncategorized | No Comments »

Welcome message in Linux

A student of mine had a question how he can modify the welcome message in Linux when you login on TTY or through SSH. So I though to posted it out here. Place your welcome text in /etc/motd. Default this file is emtpy.

Tuesday June 30th, 2009 in Uncategorized | 2 Comments »