Saturday, December 24, 2011
Friday, December 16, 2011
Sunday, November 13, 2011
Friday, October 21, 2011
Friday, October 14, 2011
Saturday, October 8, 2011
Saturday, October 1, 2011
Sunday, September 25, 2011
Speed Up Your Low-Powered PC or Netbook by Overclocking [How To]
Sent to you by Guy via Google Reader:
Netbooks run basically the same OS as your desktop PC, but their portability and low cost mean that they're made to run a bit slower. By overclocking you can push it just over the speed bump to where it's a bit more usable. Here's how to overclock your Atom-based PC or netbook. More »
Things you can do from here:
- Subscribe to Lifehacker using Google Reader
- Get started using Google Reader to easily keep up with all your favorite sites
Hardware Freak Is a Fast, Light System Information Utility [Windows Downloads]
Sent to you by Guy via Google Reader:
Windows: If our recent guides to building your own computer and the parts you'll need to do so have you interested in upgrading your PC, Hardware Freak is a free, portable system information tool that will show you the hardware inside your case with a single click. More »
Things you can do from here:
- Subscribe to Lifehacker using Google Reader
- Get started using Google Reader to easily keep up with all your favorite sites
Tuesday, September 20, 2011
Sunday, September 18, 2011
Monday, September 12, 2011
Saturday, September 10, 2011
Friday, September 9, 2011
Monday, September 5, 2011
Sunday, September 4, 2011
Saturday, September 3, 2011
Ignore Tracks You've Recently Skipped in iTunes [ITunes Tip]
Sent to you by Guy via Google Reader:
Chances are, most of you don't actively rate every song in your library, but you probably do skip tracks you don't like as much. If you'd rather not sync those "disliked" songs to your iPod, iTunes has a feature that lets you ignore them. More »
Things you can do from here:
- Subscribe to Lifehacker using Google Reader
- Get started using Google Reader to easily keep up with all your favorite sites
Use iTunes Feature To Get Rid Of Awful Music You Shouldn't Have Downloaded
Sent to you by Guy via Google Reader:
When you're listening to your music collection, it's easy to get annoyed with yourself for stuffing so many terrible songs that you once liked for some inexplicable reason. Apple knows you all too well, and has provided a feature that helps you shed the chaff.
Macworld points out how accessing Last Skipped can improve your musical life. Here are the steps:
*Click on the iTunes header and choose Last Skipped. You'll see a list of skipped songs along with timestamps of the last time you skipped them.
*Right click on the skipped song, then click on Skips to get the number of times you've skipped it.
*You can use the info to create a Smart Playlist and set the condition that songs that have been skipped a certain number of times won't make the cut.
The point of iTunes' Skip feature [Macworld via Lifehacker]
Things you can do from here:
- Subscribe to The Consumerist using Google Reader
- Get started using Google Reader to easily keep up with all your favorite sites
Thursday, September 1, 2011
Tuesday, August 30, 2011
Sunday, August 28, 2011
Use Amazon WebPay to Meet Rewards Card Minimum Spending Requirements [Money]
Sent to you by Guy via Google Reader:
Many upper level rewards credit cards have minimum monthly spending requirements, such as the AMEX Business Gold with it's $2,000 minimum. If you live a frugal lifestyle and don't have a mortgage it can be difficult to ensure you spend that much every month. You can always buy gift cards, but even easier is using fee-free Amazon Webpay to transfer money from your card to a spouse, family member, or business partner. More »
Things you can do from here:
- Subscribe to Lifehacker using Google Reader
- Get started using Google Reader to easily keep up with all your favorite sites
Monday, August 22, 2011
Running Shoe Finder Offers Sneaker Recommendations Customized to Your Body a...
Sent to you by Guy via Google Reader:
If you're in the market for a new pair of running shoes, this handy tool from Runner's World is a great place to start. Answer a few questions about your physical characteristics and your running style to get customized recommendations. More »
Things you can do from here:
- Subscribe to Lifehacker using Google Reader
- Get started using Google Reader to easily keep up with all your favorite sites
Friday, August 19, 2011
Escaping the firewall with an SSH tunnel, SOCKS proxy, and PuTTY
Sent to you by Guy via Google Reader:
Once upon a time the thought of a firewalled, cordoned, and censored web was enough to send chills up the spine of any internet user. As the years have passed, however, our sentiment has softened. A completely free, decentralized, and unaccountable web might sound ideal, but in actuality it's a very tall order for any large, centralized institution to successfully manage. As a result, the web itself — the backbone — is still free, but schools, offices, ISPs, and even a few countries have started to filter your connection to it.
Now, most surfers aren't even aware that their web access is being filtered, but for tuned-in power users and libertarians the effects of filtering, traffic shaping, and censorship are an assault against their most vital human rights. Fortunately, with a free program called PuTTY, a process called SSH tunneling, and SOCKS proxying, almost anyone can escape their local firewall and enjoy the web in its free and original form. As a rather nice added bonus, SSH tunneling also encrypts all of the data that passes through your local network and ISP, ensuring that no one can snoop on your communications.
Skip ahead to the actual walkthrough
PuTTY and SSH
If you haven't remotely administered a Unix/Linux-like server before, you probably haven't heard of Secure Shell (SSH). Secure Shell is simply a network protocol that allows for encrypted communication between two computers — usually yours, and a remote server. "Shell" refers to the command-line interface (CLI) that is present on almost every kind of computer, including Mac OS X and Windows. SSH is typically used to securely access a remote computer's CLI, but it can also be used to copy files — or it can be used as a tunnel between your computer and another computer on the internet.
PuTTY is an SSH client. You can use it to access a remote CLI, or you can use it to set up a tunnel — and that's what we're going to do now.
Tunneling
When you type a URL or click a link, a request travels from your computer, through the local router and modem, over your ISP's network, across the internet, and into the remote web server. Your request can be filtered at any stage, but generally it's at the local router (the school/corporate firewall) or at the ISP (traffic shaping, federal censorship).
Tunneling bypasses the local router, modem, and your ISP's network, and connects you directly to the internet. If you're in China, for example, SSH tunneling all of your traffic through a computer in America will bypass any national-level filtering and censorship. The actual act of forcing your web traffic through another computer (and another port) is called SOCKS proxying, incidentally — and you can SOCKS proxy without SSH, but it's less secure and more likely to be filtered by your local ISP.
Setting up a tunnel
This guide will focus on using PuTTY, which is only available for Windows. There is a section at the end for Mac and Linux users.
First, download PuTTY (putty.exe). It's a free, standalone program that doesn't require installation — so just make a shortcut on your desktop or taskbar.
Next, you need to find a remote Linux server to use as the end point of your SSH tunnel. You can use a free one (which might involve you jumping through a few hoops to get an account activated), or you can rent a cheap virtual private server (VPS) for around $5/month (which you could also use as a development server or BitTorrent seed box). Either way, you need an SSH account on a remote server, and the IP address and port that you need to connect to.
Now open PuTTY and fill in the Host Name and Port. Make sure SSH is selected from the Connection Type. It should look something like this:
In the left-hand panel, navigate through Connection > SSH > Tunnels (see below). Enter 8080 in the Source Port box and select the Dynamic radio button. Click Add and "D8080″ will appear in the Forwarded Ports list.
Now head back to Session at the top of the left-hand panel, type a name in the Saved Sessions box ("tunnel"), and click Save. Click Open at the bottom of the PuTTY and a new window will pop up asking for your login name; type it in and press Enter. Type your password in and press Enter.
Voila! You now have an open SSH tunnel.
Things you can do from here:
- Subscribe to Extremetech using Google Reader
- Get started using Google Reader to easily keep up with all your favorite sites