Multiget is a multi-threaded download manager for any OS
My Clippings October 8th, 2009 by System
Automatically pulled from Google Starred
Filed under: Utilities, Windows, Linux, Open Source
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 Linux and Windows – as well as the source code, of course. Those of you running a Linux distro with apt-get can likely do a simple sudo apt-get install multiget. Mac 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







![]()
Sponsored Topics:
Open source – Download Squad – Windows – Linux – Microsoft Windows
Tags: cli, email, Google, Inc., IO, Linux, ma, Mac, man, Microsoft, php, Sudo, wind, XP
HOWTO : Create a FTP server with user access (proftpd)
Uncategorized September 10th, 2009 by Shai Perednik
Great post on how to setup proftpd with security.
Only down side is the normal Ubuntu apt repository has proftd 1.3.1 which has a TLS/SSL bug that allows uploading, but doesn’t give a directory listing.
So, my solution was to add the debian sid repo
and then do:
sudo 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.
How to Build a Hackintosh with Snow Leopard, Start to Finish [How To]
My Clippings September 7th, 2009 by System
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 Snow Leopard’s out, we’re revisiting the Hackintosh, building a Hack Pro from scratch for roughly $900.
For folks eager to try a Mac 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 build 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 Apple’s current offerings. At the moment, the cheapest Mac in the Apple 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 video 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: amazon, Apple, Build, Hackintosh, Information, IO, ISO, Leopard, Mac, OSX, php, Snow Leopard, ssl, Sudo, Unzip, video, way, wind, XP
Repair Damaged Drives With Linux
My Clippings September 4th, 2009 by System
Automatically pulled from My Clippings on NewsGator Online

When you’re used to the world of Windows or OS X, Linux 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 Linux 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 Linux, 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 Ubuntu Jaunty the perfect system recovery 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: backup, blockquote, Build, flash, Information, IO, Linux, Microsoft, recovery, Sudo, Trash, Ubuntu, Vista, way, wind
Enable mod_rewrite in APACHE
Code August 21st, 2009 by Shai Perednik
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 mod_rewrite working. With the help of this post I figured it out.
change the following line in /etc/apache2/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
sudo /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 php5-curl just to get the curl_init() function installed
sudo apt-get php5-curl
sudo /etc/init.d/apache2 restart
Hopefully this helps someone
Tags: apache, blockquote, Bookmarklet, CURL, IO, mod_rewrite, php, Sudo, tr.im, Ubuntu

