Software

TwitterFacebook
Get flash to fully experience Pearltrees
http://www.techsupportalert.com/content/best-free-music-players-and-organizers.htm Portable version available (the AIMP installer gives an option between a standard and portable installation; just select the portable installation) *Note: I don't recommend downloading from the main website because it links to a download site (Brothersoft) that receives yellow ratings from WOT and block status from certain Host file providers (hpHosts, MVPS). A previous version had an unpatched Secunia advisory (may still be present).

Best Free Music Player and Organizer

GBA

PCSX2 is an open source Playstation 2 emulator. It's purpose is to mimic the the PS2 hardware, using a combination MIPS CPU Interpreters , Recompilers and a Virtual Machine which manages hardware states and PS2 system memory. http://code.google.com/p/pcsx2/

pcsx2 - PCSX2 - a Playstation 2 Emulator

Black Hat Briefings

The Black Hat Briefings is a computer security conference that brings together a variety of people interested in information security . Representatives of federal agencies and corporations attend along with hackers . The Briefings take place regularly in Las Vegas , Europe ( Barcelona and Amsterdam ), Abu Dhabi and occasionally Tokyo [ 1 ] . An event dedicated to the Federal Agencies is organized in Washington, D.C. [ 2 ] [ edit ] History http://en.wikipedia.org/wiki/Black_Hat_Briefings
Think you do enough to secure your passwords, browsing, and networking? http://lifehacker.com/5938980/how-secure-are-you-online-the-checklist#password

How Secure Are You Online: The Checklist

https://www.eff.org/https-everywhere

HTTPS Everywhere

HTTPS Everywhere is a Firefox and Chrome extension that encrypts your communications with many major websites, making your browsing more secure. Encrypt the web: Install HTTPS Everywhere today. HTTPS Everywhere is produced as a collaboration between The Tor Project and the Electronic Frontier Foundation . Many sites on the web offer some limited support for encryption over HTTPS , but make it difficult to use. For instance, they may default to unencrypted HTTP, or fill encrypted pages with links that go back to the unencrypted site.

What Kind of Maintenance Do I Need to Do on My Windows PC?

http://lifehacker.com/5815256/what-kind-of-maintenance-do-i-need-to-do-on-my-windows-pc Dear Lifehacker, You guys recently talked about Mac Maintenance , but I'm frankly still a little lost when it comes to Windows. Should I be defragging, cleaning my registry, and running programs like CCleaner? What do I actually need to do to maintain my Windows PC?
No matter how tech savvy you are, there are certain things every one of us has to deal with when using a computer—and we don't always deal with them in the most efficient ways.

Top 10 Simple Things Every Computer User Should Know How to Do

http://lifehacker.com/5941496/top-10-simple-things-every-computer-user-should-know-how-to-do
We're all decluttering our closets and basements in celebration of spring, but it's time for a break. http://lifehacker.com/5897770/how-to-speed-up-clean-up-and-revive-your-android-phone

How to Speed Up, Clean Up, and Revive Your Android Phone

Five tools for getting rid of duplicate files

http://www.techrepublic.com/blog/five-apps/five-tools-for-getting-rid-of-duplicate-files/1248 January 16, 2012, 8:35 AM PST Takeaway: If your system has gotten gunked up with duplicate files, clean up the mess with one of the handy tools on this list. Duplicate files and folders can clutter up a user’s computer, and they can wreak havoc on collaborative work. Although manually tracking down dupes is hardly practical, a number of specialized tools can handle the task.

Understanding the Libraries Feature in Windows 7

The new libraries feature in Windows 7 makes it easier to manage your files and folders. Today we take a look at how to access libraries, how to use them, and how to include network locations to the libraries as well. The libraries feature in Windows 7 provides a central place to manage files that are located in multiple locations throughout your computer. http://www.howtogeek.com/howto/10283/understanding-the-libraries-feature-in-windows-7/

Chat with Your Friends through ms dos Command Prompt

-: Chat with Friends through ms dos Command Prompt :- 1) All you need is your friend's IP Address and your Command Prompt. 2) Open Notepad and write this code as it is.....! @echo off :A Cls echo MESSENGER set /p n=User: set /p m=Message: net send %n% %m% Pause Goto A