from Wired Top Stories
How do you sort through the clutter and find games that you will enjoy? Here are three ways to find out about great games?
Help for Technical Support people - If it was an easy solution, we wouldn't be using Google. Shared here are answers and useful information for IT, geeks, and others.


I spend a lot of time defending educational as opposed to purely technical solutions to security. Not that I don’t believe in the usefulness of technical solutions. However, there are many people in the security business who believe that education is a waste of time because it isn’t 100-percent effective. Unfortunately, you can make the very same argument against any technological solution. Randy Abrams and I discussed that conflict of ideas at some length in a paper for AVAR: see People Patching: Is User Education Of Any Use At All? And Robert Slade made some excellent points more recently in post Security unawareness.| Original Ranking | Sorted by prevalence | Sorted alphanumerically |
| 1 | password | 111111 |
| 2 | 123456 | 1234 |
| 3 | 12345678 | 12345 |
| 4 | 1234 | 123456 |
| 5 | qwerty | 1234567 |
| 6 | 12345 | 12345678 |
| 7 | dragon | 2000 |
| 8 | pussy | 696969 |
| 9 | baseball | abc123 |
| 10 | football | baseball |
| 11 | letmein | dragon |
| 12 | monkey | football |
| 13 | 696969 | harley |
| 14 | abc123 | jennifer |
| 15 | mustang | jordan |
| 16 | michael | letmein |
| 17 | shadow | master |
| 18 | master | michael |
| 19 | jennifer | monkey |
| 20 | 111111 | mustang |
| 21 | 2000 | password |
| 22 | jordan | pussy |
| 23 | superman | qwerty |
| 24 | harley | shadow |
| 25 | 1234567 | superman |
David Harley BA CITP FBCS CISSP is an English IT security researcher, author/editor and consultant known for his prolific blogs and articles and his books on and research into topics like malware, Mac security, anti-malware product testing and management of email abuse. He works closely with ESET, where, since 2011, he has held the position of Senior Research Fellow.
Here’s a list of changes I have done to improve the security of my WordPress blogs though the perpetual worry that such a thing can happen again will remain.find . -type d -perm -o=wYou may also want to execute the following two commands in your shell to set the right permissions for all your WordPress files and folders (reference).
find /your/wordpress/folder/ -type d -exec chmod 755 {} \;
find /your/wordpress/folder/ -type f -exec chmod 644 {} \;
For directories, 755 (rwxr-xr-x) means that only the owner has write permission while others have read and execute permissions. For files, 644 (rw-r–r–) means that file owners have read and write permissions while others can only read the files.Options -IndexesIt will prevent the outside world from seeing a listing of files available in your directories in case the default index.html or index.php files are absent from those directories.
define('WP_DEBUG', true);
if (WP_DEBUG) {
define('WP_DEBUG_DISPLAY', false);
@ini_set('log_errors', 'On');
@ini_set('display_errors', 'Off');
@ini_set('error_log', '/path/to/error.log');
}
last -if /var/log/wtmp.1 | grep USERNAME | awk '{print $3}' | sort | uniq -c
find . -type f -mtime -3 | grep -v "/Maildir/" | grep -v "/logs/"
This story, How to Improve the Security of your WordPress Blog, was originally published at Digital Inspiration on 07/08/2012 under Security, WordPress, Internet.


Thought you may like to take a look at what happens after Zagg invisible shield products are installed for a few years. I bought the full body protection film for my iPod classic about three years ago. It was peeling so I decided to replace it.
The photo shows the sticky residue left behind. They do advertise "no sticky film left behind after removal". I've tried multiple solvents, orange based as Zagg suggested, alcohol, and Goo Gone Extreme, WD40, and even baby oil. My iPod is essentually ruined. I was an enthusiastic proponent of their products until this experience. As a result Ive removed the newly purchased screen protectors from my wifes and my iPhones. Just wanted to give a heads up to others using, or thinking of using this product.

Visit YouTube in your browser and it’s easy enough to search for and play any videos you like. Downloading individual clips and using them offline is a little more difficult, though -- unless you get help from a third-party tool like YouTube Mate.
Dear Joe Wilcox,The good news then: Songs purchased directly from Amazon are still available. But those uploaded are gone. Lucky I didn't upload many. Did you? Technically, 5GB of online storage remains, just not for music.
Your 20GB + Cloud Player Premium Promotion subscription has ended and you are now limited to 250 imported songs in your Amazon Cloud Player library and 5GB of free storage in Amazon Cloud Drive. If you would like to review your usage or subscribe to a new plan, visit the Manage Your Cloud Subscriptions page.
If your Cloud Player library contained more than 250 imported songs when your subscription expired, you will be unable to access your previously-imported music, but you will still be able to access all of your Amazon MP3 purchases.
You are currently using 0.04 GB of Cloud Drive storage. If your Cloud Drive account contains more than 5 GB of files you will be prevented from uploading additional files until you delete enough files to be under the 5 GB limit or subscribe to a storage plan with enough space for your files.
For more details and instructions on how to manage your Amazon Cloud accounts, please see our Cloud Drive Online Help and Cloud Player Online Help pages. If you need further assistance, please contact Cloud Drive Customer Service or Cloud Player Customer Service.
You no longer have to spend time manually importing your music to the cloud. Your music library is scanned and then matched to Amazon's eligible catalog. Matched files are delivered as high-quality 256 Kbps MP3s. Unmatched files in MP3 or AAC format will be uploaded. Most music on your hard drive can be scanned, regardless of whether the music is from iTunes or any other application. Any eligible MP3 album or song that you previously purchased from Amazon will be added to your Cloud Player account, and all future purchases will be added directly to Cloud Player for no added charge.From another perspective, there's the forced upgrade: 25 bucks a year to Premium service or lost access to anything over 250 songs or not purchased from Amazon:
You'll get a 30-day free upgrade to Cloud Player Premium. If you don't subscribe to Cloud Player Premium or reduce your library to at most 250 imported songs before the end of the 30 days, you won't be able to access your imported songs in Cloud Player and will have to re-import them. Amazon MP3 purchases don't count against your 250 song limit and will continue to be accessible in Cloud Player. Your music isn't lost, though -- music files you imported to Cloud Drive before July 31, 2012 will still be accessible in and downloadable from Cloud Drive.So, wait. I can still get to the music, just not listen to it using cloud player? But if I want to listen to it in Cloud Player, I have to automatically (using Premium service) or manually upload again? But wait, again. The email contradicts the online info: "You will be unable to access your previously-imported music".










