blogs

Setting up Gaim with Jabber / Gtalk (google talk)

Now im really getting ticked off. AOL MSN YAHOO are all playing up. Mails sent are getting dumped into the junk / spam folders. They call it anti-spam, I call it playing spoilt sport. There are better non-intrusive methods which we use to block spam . They are simply scared of the competition. Google for news on this....

Fedora Creation of Services

# Source function library.

# chkconfig: 345 105 15
# description:
# The above two lines are imp to put it in chkconfig

PID=`pidof service`

start() {

echo There is a service process already running: $PID
else
/Path to service/service > /dev/null &
echo `pidof service` > /usr/local/bin/servicepid
echo Starting : service `pidof service`

GNOME GUI tweaks....

after a strong 6+ hrs of coding,planning and finishing of a lot of backlogged work.., I Felt like doing something else, just to take my mind off code.

Was playing with GNOME and decided to see what can I do to make it feel more user friendly. Did not like some of the defaults. so here they are, the changes (gnome 2.8, debian sarge sable)

WPA with ndiswrapper, wireless lans, security

Debian sarge (amd64) does not come with the software needed to enable WPA authtentication on wireless lans.

before you are tempted to give up and go with WEP security, read about the security flaws here.

Security of the WEP algorithm:
http://www.isaac.cs.berkeley.edu/isaac/wep-faq.html

Bluetooth transfers to nokia 6260 phone

For some strange reason 'obexftp' does not seem to be able to send data to the phone.

Perhaps im just to lazy to figure it out, but i find obex_test a simpler way. (i.e. if you do like command line)

cant use the gnome-bluetooth vfs layer b/c im on deb stable and i aint upgrading till the next stable release comes in.

here the commands in good old' command line

Syndicate content