vanutsteen.nl => nerds only A blog on rails, php, computing, my bass guitar and stuff

Brother HL-2030 and printing from Windows with Samba

on in Linux

I wanted to make the Brother HL-2030 printer which I connected to my newly Installed Debian server available on the local network via Samba. With the standard /etc/samba/smb.conf the printer was directly visible on the internet. But the printerdriver...

Like the new look of my site?

on in Development

I installed a new template for this site. I didn’t make it myself, but I like it a lot. Maybe I’ll make a new template soon, but for now this will do. Or shall I reïstall the old one?

A howto on setting up Asterisk and Amportal for debian

on in Linux

For a long time I wanted to install Asterisk on my debian server. I installed it once, with the default debian packages but that wasn’t to my likings. So here is a guide for everyone who wants to use Asterisk in combination with Amportal.

My main...

Sending the hostname via dhcp

on in Linux

By default, a Windows machine sends his hostname via dhcp to the dhcp server. A Linux machine does not do this standard. I know knoppix does it. But by default, Debian Sarge 3.1 does not. In this howto I’ll explain how to make Sarge send the hostname...

Debian sarge: how to install openoffice.org

on in Linux

A short story this time on howto install openoffice.org on Debian Sarge. Yes, that’s quite simple, but here are the packages I like to install with openoffice.org. I want it to use the dutch spellingcheck and to integrate with Gnome. Here is the command...

OpenSEF

on in Development

A new project for Mambo has been started: OpenSEF. The company Xaneon has opensourced it’s SEF component for Mambo. It’s still a bèta version, but soon the stable version will be released.

I installed it and expected it to work right out of the box...

New country list script

on in Development

Hi,

I’ve enhanced my previous script. What it does, is that it generates a dropdownlist with countrienames and countrycodes. You can use a parameter to get a specific country selected.

You can use it like this:

...

Php function for checking a string for an url

on in Development, PHP

Hi, Under the link “read more” you can find a self-written function that checks a string for url’s. I don’t know what to say more. I think it explains itself. It is very simple and I tried to make it as fast as possible.

It first checks the string...