The Danesh Project

Knowledge bling’s the finer things in life.

Free TUX stickers by Wing Loon

Wing Loon is giving away free TUX stickers for his first anniversary. I’m getting my share by mail soon since I’m one for the frequent comments contributor on his blog.
Don’t miss your chance. All you need to do is comment to qualify for the free TUX stickers.

Happy Anniversary Wing Loon
Source: WingLoon

How to add route in Linux

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 [...]

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 [...]

Check is the Deluge package is available.
pandora:~ # zypper se deluge
Install Deluge
pandora:~ # zypper in deluge

Install the cabextract package.
abooboo># zypper in cabextract
Download the msfont installer script for openSUSE 10.3.
abooboo># wget http://download.opensuse.org/update/10.3/scripts/fetchmsttfonts.sh
Assign execute permission and execute the script.
abooboo># chmod a+x fetchmsttfonts.sh
abooboo># ./fetchmsttfonts.sh
You have ms fonts now. The other simpler way to do this is to simply copy over the fonts you need from a Windows machine and use the fonts manager [...]

« Previous Entries  Next Entries »
  • %BEG_OF_TITLE%Recent Comments%END_OF_TITLE%