Automatically pulled from Google Starred

Filed under: , , ,

If there’s one thing better than a handy, free application it’s a handy, free application that runs on everyone’s computer. Looking for a cross-platform download manager? Take a look at Multiget.

Once installed, Multiget monitors your clipboard for download links — or you can start putting the app to use via its floating drop box. Find something you want to download in your favorite browser, then click and drag a link onto the box to initiate the transfer. Downloads can also be started via Multiget’s task menu.

Multiget supports multiple simultaneous threads per download, FTP and HTTP resuming (as long as the server supports it), and it works through proxies.

The developer provides binaries for and Windows – as well as the source code, of course. Those of you running a distro with apt-get can likely do a simple apt-get install multiget. and BSD users have to jump through the additional hoop of compiling from source, but Multiget will work for you, too!

Multiget is a multi-threaded download manager for any OS originally appeared on Download Squad on Thu, 08 Oct 2009 11:00:00 EST. Please see our terms for use of feeds.

Read | Permalink | Email this | Comments

Add to digg
Add to del.icio.us
Add to Google
Add to StumbleUpon
Add to Facebook
Add to Reddit
Add to Technorati



Sponsored Topics:
Open sourceDownload SquadWindowsLinuxMicrosoft Windows

Go to Source

Tags: , , , , , , , , , , , , ,

Great post on how to setup proftpd with .

Only down side is the normal apt repository has proftd 1.3.1 which has a / bug that allows uploading, but doesn’t give a directory listing.

So, my solution was to add the debian sid repo

and then do:

apt-get update

sudo apt-get install proftpd-dev

This installed proftpd 1.3.2a which as of today is the stable release. TSL/SSL works as expected.

Tags: , , , , , , ,

Automatically pulled from My Clippings on NewsGator Online

Two years ago, I detailed how to build a Hackintosh for under $800—then covered how to do the same with less hacking. Now that ’s out, we’re revisiting the , building a Hack Pro from scratch for roughly $900.

For folks eager to try a but never wanted to plunk down the high price tag to get it, the Hackintosh—that is, a regular PC tweaked to run OS X—has always been an attractive option. That said, it’s not something you should take on lightly unless you’re willing—even enthusiastic—to and maintain a PC entirely from scratch. I can’t guarantee it’ll be easy, but if you follow this guide step-for-step (it’s exhaustive) and stick with the same (or at least roughly the same) hardware as I am, I can vouch for a rock solid system that also happens to cost a good deal less than you’d pay for a comparable Mac.

Price Comparisons

Most Hackintosh enthusiasts will say you shouldn’t build a Hackintosh primarily to save money, as it’s more than just an insert-disc-and-click install. Still, I always enjoy looking at the price differences between my Hackintosh and ’s current offerings. At the moment, the cheapest Mac in the store is a Mac mini sporting a 2.0GHz Core 2 Duo processor, 1GB of RAM, and a 120GB hard drive. For $300 more, I’m running a 3.0GHz Quad-Core processor, 8GB of RAM, a 1TB hard drive, and a damn saucy card. I could have made this build much cheaper by skimping on hardware and still ended up with a great little machine, but I liked aiming for around the $800 price point from my last build—plus I really wanted to make it fly.

The most expensive iMac, by comparison, has only a 3.06GHz Core 2 Duo with 4GB of memory for $2,200 ($1,300 more than my build, but it is built into a monitor), while the cheapest Mac Pro has a single 2.66GHz Quad-Core processor, 3GB of RAM, and a 640GB hard drive—and it costs $2,500 ($1,600 more than mine, though it’s a different and better processor and DDR3 rather than DDR2 RAM). In short, my $900 “Hack Pro” sports nearly as good or better hardware than any Mac that Apple sells short of the $3,300 8-Core Mac Pro (which can, incidentally, get more expensive, but it won’t get much better).

Tags: , , , , , , , , , , , , , , , , , ,

Automatically pulled from My Clippings on NewsGator Online

When you’re used to the world of Windows or OS X, can seem a little unforgiving. Not only does command-line access hand over the complete keys to the manor to any unwitting user with access to the administrator’s account, there’s rarely a safety net should things go wrong. Despite advances in most desktops (where the ubiquitous Trashcan safely buffers deleted files), you get no such protection from most system-specific configuration, installation and maintenance tools. And while it’s rare for anything to go wrong without your direct input, some accidents do happen, especially if you enjoy tinkering with the latest distro release each month. But this being , there’s plenty you can do to dig yourself out of a hole, which is why it’s always a good idea to have a repair-worthy distribution close to hand when performing configuration and installation tasks.

One of the best developments in recent years has been the Live CD. These offer a fully functional Linux installation that runs from an optical drive. If you’ve got enough memory, you can even install new packages to the RAM disk just as you would when completing a standard installation. This makes a recent release of a Live CD-based installer like Jaunty the perfect system tool. Not only does it include every package you might require, but because it runs from the optical drive rather than the hard drive, your data isn’t touched and there’s no chance files will be overwritten without direct input. It’s the obvious place to start when you get stuck.

Booting Linux

Probably the most common problem is when the Linux boot menu disappears or gets corrupted. The most likely reason for this is that a shared Windows installation has re-stamped its authority over your disk’s master boot record, overwriting the Grub boot loader with its own system-launching code. In these cases, you need to boot into a different Linux environment, either off a Live CD or from any other Linux booting media you can get hold of. The distribution you choose will also need to have Grub installed.

Tags: , , , , , , , , , , , , , ,

With all the commosion lately relating to ’s closure and reopening most people are opting to setup their own shortning service.
There’s Lessn and Yours.  Both
I searched around but couldn’t get a clear answer that worked.

With all the hullabaloo lately relating to tr.im‘s closure and reopening most people are opting to setup their own shortning service.

There’s Lessn and Yourls.  Both are great but Yours takes the cake for the admin panel and more detailed info.   I followed the LifeHacker Tutorial, but couldn’t get  working.  With the help of this post I figured it out.

change the following line in /etc/2/sites-enabled/000-default

 DocumentRoot /var/www/
        <Directory />
                Options FollowSymLinks
                AllowOverride all
        </Directory>
        <Directory /var/www/>
                Options FollowSymLinks
                AllowOverride all
                Order allow,deny
                allow from all
        </Directory>

then restart apache

/etc/init.d/apache2 restart

Theres also a bookmarklet for Yourls from twitter.com/jarbro but I’m still working on getting past the “Unknown” error.

UPDATE: The unknown error is normal.  You just need to drag the links to the bookmark bar.

I have to install 5- just to get the _init() function installed

sudo apt-get php5-curl

sudo  /etc/init.d/apache2 restart

Hopefully this helps someone


Tags: , , , , , , , , ,