How to run IE in openSUSE 10.3

You decided to switch desktops to Linux and now you can’t access your office IE only intranet. What do you do? Well, you could IEs4Linux on WINE. WINE is a opensource Windows API implementation for the Linux platform and IEs4Linux is the “installer” which will download, install and get IE to work with WINE. Add the WINE repository for openSUSE 10.3. YaST2 -> Software -> Software Repositories. http://software.opensuse.org/download/Emulators:/Wine/openSUSE_10.3/ ...

2008-02-23 · 1 min · Danesh Manoharan

How to disable the beep in Linux

If you are like me then you must hate the “BEEP!” that comes along with Linux. Turning it off in KDE or Gnome is easy but what if you are on the virtual console? Here’s how you get rid of the “BEEP!” temporarily or permanently. Temporary solution, ** make sure to be root or use sudo ** Check if you have the pcspkr module loaded. [root@nosebleed ~]# lsmod | grep pcspkr pcspkr 7105 0 Remove the module. lsmod will return nothing if the module was removed. [root@nosebleed ~]# rmmod pcspkr [root@nosebleed ~]# lsmod | grep pcspkr Restore the module when done. [root@nosebleed ~]# modprobe pcspkr [root@nosebleed ~]# lsmod | grep pcspkr pcspkr 7105 0 Permanent solution, ...

2008-02-19 · 1 min · Danesh Manoharan

Improve ALPS touchpad response speed

ALPS touchpad generaly have slower response when compared to the synaptic based touchpads. Here’s a simple X hack to boost the sensitivity of my ALPS touchpad which has dramatically improved my experience with my touchpad. This worked on my openSUSE 10.3 First, check if you really do have a ALPS touchpad. cat /proc/bus/input/devices | grep ALPS sample output; N: Name="AlpsPS/2 ALPS GlidePoint" Make a backup of your xorg.conf file. cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bkp Edit the xorg.conf file. vi /etc/X11/xorg.conf Navigate to the InputDevice Section and look for the “synaptics” driver portion. Replace everything between the Identifier line and EndSection with the settings below. ...

2008-02-18 · 1 min · Danesh Manoharan

PlexyDesk coming to your desktop soon

[googlevideo]http://video.google.com/videoplay?docid=-8495736483859648715[/googlevideo] PlexyDesk is the latest project to come out of Sri Lanka. The project team consists of a group of Sri Lankan developers and the project is only a couple of weeks old. PlexyDesk is a Desktop but not a full desktop environment like KDE and Gnome. The goal for Plexydesk is to simplify and improve the desktop experience by by rendering your desktop workspace and optimally organizing your information thought it support for multi touch screens. Plexdesk will run on top of both KDE and Gnome. ...

2008-02-16 · 1 min · Danesh Manoharan

Netizens, I’m in the first batch

I was fortunate enough to get invited into Netizens, the latest advertising network to hit our shores. Other blogs who made the first batch were hongkiat.com, LiewCF.com, Lingzie’s Tummy Treat, Malaysian Politics, Chinese Music Blog, Friedbeef’s Tech, Rasa Malaysia, Get Found and My 1st Path . Netizens prides itself for being different from the other advertising networks currently available in Malaysia. It’s set out to put more dollars back into the publishers hands then then conventional CPM concepts that we have all come to know very well. Not that the CPM models don’t work but Netizens insists that publishers should be given a large piece of the cake for their efforts. ...

2008-02-15 · 1 min · Danesh Manoharan