- Published:
- April 30, 2008 – 8:30 pm
- Author:
- By Dave
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.
Categories: Programs, Security, Software
Tagged: extensions, firefox, privacy, Security
- Published:
- April 30, 2008 – 3:35 pm
- Author:
- By Dave
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 [...]
Categories: Cell Phones, Programs, Tech, Windows Mobile
Tagged: battery, battery life, cell phone, instant message, mobile, Windows Mobile
- Published:
- April 17, 2008 – 11:16 pm
- Author:
- By Dave
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 [...]
Categories: Hardware, Security, Social Media
Tagged: cellular telephone, MyOpenID, openid, Security, smart card, target site, two factor, USD, verisign, Verisign Labs PIP
- Published:
- April 8, 2008 – 3:32 pm
- Author:
- By Dave
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 [...]
Categories: Linux, Shell, System Administration
Tagged: bash, copy, HTML