- 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 a full day, if not multiple days. The problem is that IM networks need to remain connected – a ‘heartbeat’ signal is sent over the network to ensure the client is still online, and so that if you receive any instant messages they are delivered to you, well, instantly. The reason text messages do not eat up battery life is because the cell phone network does not require your phone to have a heartbeat data connection to the cellular network – if a text message is sent to you, your phone picks it up when….
Categories: Cell Phones,Other Technology,Programs,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 a month I login to PayPal just wasn’t worth it. For the uninitiated, two-factor authentication is when two separate methods are used to verify an identity. For example, a thumbprint and a codeword, or a eye scan and a smart card. The most useful in my and many other’s opinion is a One Time password token, like the Paypal/Verisign security key. This device, which is meant to be carried with you at all times (think, belongs on your keychain, and you keep it in your pocket like a key) generates a series of numbers which depend on….
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: 12[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’: 12[root@server1 wordpress]# alias alias cp=’cp -i’ Sure enough – alias is set on Redhat Based systems into -i, or interactive mode. Remove this alias with ‘unalias cp’ and it will be removed. Happy copying!
Categories: Linux,Shell,System Administration
Tagged: bash, copy, HTML