Followers gadget...
November 29th, 2009Have you noticed this?
The Google FriendConnect gadget has been added to the side bar!
Help yourself ![]()
![]()
Multiboot on a x86 server - Choose the OS to be booted from the command line
December 1st, 2009Here is a little quick and dirty script which allows to choose the OS that will be booted from the command line.
The script has been written to work with RedHat Linux (Some updates will be required to match the use of GRUB2.
The idea of this script is simply to create a grub.conf file from grub.conf files found on the different disks on the server (Ooops, I’ve forgotten to say this: One and only one OS is installed per disk - for now
) and set the default entry to the one chosen by the user.
Find the script here: rem_reboot.pl
Testing the user id has been added to exit the script before actually running it if not run as root
Debian unstable, CUPS 1.4.1: Sharing printers
October 30th, 2009Configuring a shared printer with CUPS is something quite easy. Nevertheless, it appears that I haven’t been able to print from a Mac OS X client (I haven’t tried from any other client OS).
Trying to print a document from the client has lead to the following type of error message:
E [29/Oct/2009:22:35:23 +0100] Request from "client ip address" using invalid Host: field "servername.domain"
To fix this, add the following to the /etc/cups/cupsd.conf file:
ServerAlias *
and restart CUPS:
root@servername~# /etc/init.d/cups restart
Enjoy ![]()
Networker 7.5.1 client on Debian GNU Linux 5.0 / Ubuntu 9.04
September 28th, 2009Networker client for Linux only comes “rpm packaged".
Here are a few stepsIn order to install Networker Client on Debian or Ubuntu linux servers:
Install
alienpackage converterroot@deb:~# apt-get install alien
Convert the networker client package from rpm to deb
root@deb:~# alien lgtoclnt-7.5.1-1.x86_64.rpm
Install the deb package
root@deb:~# dpkg -i lgtoclnt_7.5.1-2_amd64.deb
Start the networker client. this will create the /nsr directory. Then kill the networker client daemon:
root@deb:~# nsrexecd root@deb:~# kill `pidof nsrexecd`
Create the
/nsr/res/serversroot@deb:~# cat /nsr/res/servers your_networker_server.yourdomain.com
Wnat to know more???