Monthly Archives: April 2008

Post on Makeuseof: Keeping Safe on the Web: 8 Firefox Addons for Privacy and Security 0

I have a new post up on Makeuseof, regarding Firefox Addons for Privacy and Security. Maybe you won’t use all of them but even installing some of them (NoScript in particular) can really lower your chances of getting hit with a javascript exploit.

Windows Mobile IM and Battery Life 1

If you are like me, as soon as you start using Instant Messaging (Octrotalk, Windows Live Messenger, IM+, Palringo) on your Windows Mobile Device – your battery life goes out the window. I’m talking, 12 hrs max. That is not a good thing for a mobile device where you need it to last at least [...]

Using the PayPal/Verisign Security Key with OpenID for Two-Factor Authentication 8

As soon as I heard PayPal would be offering a $5 Security Key for additional security while logging in, I jumped on it. A few days later, it arrived in the mail. It’s a great idea, but I decided that carrying a little secure key that generates special numbers for the 3 times [...]

Using Twitter as a Feed Reader 2

Twitter is a great social tool – halfway between an Instant Messaging client and e-mail. You can leave messages for people publicly or privately, and you can even import RSS feeds into your own twitter stream. It has blog integration in that you can have your blog put every post you make into your Twitter [...]

Prompt to confirm copy even with cp -f? 3

Wow – I get so frustrated when I try to copy some files over old ones and I get:
[root@server1 wordpress]# cp -Rf * ../public_html/
cp: overwrite `../public_html/license.txt’? y
-R is recursive, but -f is supposed to copy over without confirmation. What could it be?!
Check out your alias command using ‘alias’:
[root@server1 wordpress]# alias
alias cp=’cp -i’
Sure enough – alias [...]