To view the current routing table run “route -n”
[root@klmppswdr01p ~]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.41.42.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
10.41.41.0 10.41.42.8 255.255.255.0 UG 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
0.0.0.0 10.41.42.1 0.0.0.0 UG 0 0 0 eth0
To add a route refer to the command below.
"route add -net 10.41.41.0 netmask 255.255.255.0 gw 10.41.42.8"
To delete a route refer to the command below.
"route del -net 10.41.41.0 netmask 255.255.255.0 gw 10.41.42.8"
The routing information above is not persistent across reboots. After a reboot, the routing information will be lost and you need to add them in again.
To make the routing information persistent, add the “route add” line as seen above into the /etc/rc.local file.
Sample /etc/rc.local file.
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.
touch /var/lock/subsys/local
route add -net 10.41.41.0 netmask 255.255.255.0 gw 10.41.42.8
I recently purchased a webcam for skype. I’m using the UVC driver to power the webcam on my openSUSE11 machine.
Getting the webcam up was simple with openSUSE.
Verify if the uvc package is available.
pandora:~ # zypper se uvc
Reading installed packages...
S | Name                | Summary                            | Type
--+----------------------+-------------------------------------+-----------
| luvcview            | WebCam viewer                      | package
| uvcvideo            | USB Video Class (UVC) webcam driver | srcpackage
| uvcvideo-kmp-debug  | USB Video Class (UVC) webcam driver | package
| uvcvideo-kmp-default | USB Video Class (UVC) webcam driver | package
| uvcvideo-kmp-pae    | USB Video Class (UVC) webcam driver | package
| uvcvideo-kmp-xen    | USB Video Class (UVC) webcam driver | package
Select the suitable driver for your kernel. ” uname -r “. In my case pae.
pandora:~ # zypper in uvcvideo-kmp-pae
Reading installed packages...
The following NEW package is going to be installed:
uvcvideo-kmp-pae
Overall download size: 36.0 K. After the operation, additional 81.0 K will be used.
Continue? [YES/no]: y
Downloading package uvcvideo-kmp-pae-r200_2.6.25.5_1.1-2.2.i586 (1/1), 36.0 K (81.0 K unpacked)
Downloading: uvcvideo-kmp-pae-r200_2.6.25.5_1.1-2.2.i586.rpm [done (6.1 K/s)]
Installing: uvcvideo-kmp-pae-r200_2.6.25.5_1.1-2.2 [done]
If you want a webcam viewer then install the luvcview package.
pandora:~ # zypper in luvcview
Reading installed packages...
The following NEW package is going to be installed:
luvcview
Overall download size: 45.0 K. After the operation, additional 83.0 K will be used.
Continue? [YES/no]: y
Downloading package luvcview-0.2.4-0.pm.1.i586 (1/1), 45.0 K (83.0 K unpacked)
Downloading: luvcview-0.2.4-0.pm.1.i586.rpm [done (3.2 K/s)]
Installing: luvcview-0.2.4-0.pm.1 [done]
Plug in your webcam and test.
pandora:~ # luvcview

Something many have been waiting for.
Dropbox is an online storage solution that fits seamlessly into your OS. It’s currently in Beta and accounts are by invite only. I received my invite from Thaweesak.
Continue Reading ->

It’s done. DNS records are up to date, mysql synchronized and directory structure intact.
My new hosting provider is Fivio Internet Services.
Why?
Simple, I’m tired of the big players. Shared hosting users don’t get the respect they need most times and I’m not alone on this. Many share my experience.
It’s time to look elsewhere. Smaller upcoming providers like Fivio will always have their customers taken care of well. It’s just good business ethics.
I’ve had excellent support from them during my move so far and looking forward to a great hosting experience with them.
I’m moving to a new hosting service today.My current host has been plagued with downtimes and DB issues. Hopefully in the future I can host with them again.
Hopefully the downtime’s minimal. I will keep you posted.