GetDeb.net Repository Makes Newer Ubuntu Apps Easily Available [Linux]
My Clippings November 15th, 2009 by System
Automatically pulled from Google Starred
GetDeb’s web site has long been the go-to spot for Ubuntu (and Debian, and Mint) users to grab the latest copies of software not yet released by their official repositories. Now GetDeb makes it even easier with a repository.
By adding GetDeb’s repository to your Linux system, you’ll get access to pre-compiled .deb packages as soon as they’re available on GetDeb’s site. That means apps like the GIMP graphics editor, Songbird, and other software that hits a major release between Ubuntu’s six-month release cycle are available to you just as soon as someone’s nice enough to compile the newest code.
GetDeb’s repository is free to use and install. Hit the link for instructions on adding it to your 9.04 or 9.10 Ubuntu system; users of older Ubuntu systems can still grab packages at GetDeb’s legacy web site.
Allmyapps Bulk-Installs Your Favorite Apps, Makes System Rebuilding Less Painful [Installation]
My Clippings November 8th, 2009 by System
Automatically pulled from Google Starred
Windows/Linux: One of the most irritating things about reinstalling your operating system is installing all the non-OS applications you love. Allmyapps lets you select all your favorite apps and roll them into a bulk installer to make rebuilding easy.
At Allmyapps you can browse over a hundred popular applications in a dozen categories to build a master list of applications you want to install. You don’t have to install immediately after building your list, you can save your list for later installation. Check out the video below to see how Allmyapps works:

For another great time-saving bulk installation tool, check out previously reviewed Ninite. Have a way to get your favorite apps installed quickly? Let’s hear about it in the comments.
Allmyapps is a free web-based service and provides bulk-installation on both Windows and Ubuntu Linux.
Tags: Build, cli, Google, IO, Linux, ma, quick, Ubuntu, video, way, wind
Chromium Installs User Scripts as Extensions, Bodes Great Things for Chrome [User Scripts]
My Clippings November 8th, 2009 by System
Automatically pulled from Google Starred
The nightly builds of Google Chrome’s open-source foundation, Chromium, includes a feature that might mean great things for Greasemonkey fans. Click on a user script file, such as at UserScripts.org, and Chromium asks to install it as a working extension.
Judging from the developers’ discussions at the Chromium wiki, Greasemonkey, or at least some kind of user script support beyond the current, very geeky installation method has been a hot topic. The latest builds tackle user script support by re-mapping them into extensions, automatically activated at their relevant sites. You can give it a test by installing the latest Chromium build in Windows. We’ll assume this feature will make its way very soon to those keeping updated on Chromium builds for Mac and Linux.
Before you get too amped, though, it must be said that support is still rudimentary. Scripts that mostly replace one thing on a page with another seem to work fine, but those that pull off custom themes and page manipulations are touch and go. In other words, the more Greasemonkey-specific functions appear in a script, the less likely it is to work in Chromium. That said, it’s reassuring to see some of the great Grease realm opened up to the up-and-coming browser.
Tags: Build, Chromium, cli, Google, IO, Linux, ma, Mac, man, Monkey, script, Ubuntu, way, wind
The Perfect Server – Ubuntu Karmic Koala (Ubuntu 9.10) [ISPConfig 2]
My Clippings November 6th, 2009 by System
Automatically pulled from Google Starred
The Perfect Server – Ubuntu Karmic Koala (Ubuntu 9.10) [ISPConfig 2]
This tutorial shows how to set up an Ubuntu Karmic Koala (Ubuntu
9.10) server that offers all services needed by ISPs and hosters:
Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and
TLS, BIND DNS server, Proftpd FTP server, MySQL server, Courier
POP3/IMAP, Quota, Firewall, etc. In the end you should have a system
that works reliably, and if you like you can install the free
webhosting control panel ISPConfig 2 (i.e., ISPConfig runs on it out of the box).
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Ubuntu 9.04 (Jaunty Jackalope)
My Clippings October 22nd, 2009 by System
Automatically pulled from Google Starred
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Ubuntu 9.04 (Jaunty Jackalope)
This document describes how to install a PureFTPd server that uses
virtual users from a MySQL database instead of real system users. This
is much more performant and allows to have thousands of ftp users on a
single machine. In addition to that I will show the use of quota and
upload/download bandwidth limits with this setup. Passwords will be
stored encrypted as MD5 strings in the database.
Five Best Software Update Tools [Hive Five]
My Clippings October 18th, 2009 by System
Automatically pulled from Google Starred
Rather than wait around for your software to notify you of updates (let’s face it, a lot of applications never will), these five handy tools keep an eye on your apps, alert you when an update’s available, and streamline the updating process.
Photo by Wesley Fryer.
Earlier this week we asked you to share your favorite software update tools, and now we’re back with the five most popular nominees. Read on for an overview of each, then cast your vote for the one you like best in the poll below.
Note: Clicking on the screenshots below will enlarge the screenshots to their original size.
FileHippo Update Checker (Windows, Free)

FileHippo.com is a software download site that hosts tons of both freeware and shareware, so the FileHippo Update Checker is a natural extension of their web site—only better. The lightweight application (the download is 155kb) scans your computer for installed apps in seconds, compares your installed version with the FileHippo.com database to check for new releases, then lists all detected updates in a list in your browser along with links to download your updates. FileHippo Update Checker is a free download for Windows only. (Original post)
Synaptic/APT (Linux, Free)
The Advanced Packaging Tool, a.k.a. APT, is a free tool built into most Linux distributions and many variants that handles the installation, removal, and updating of software packages. APT is a tool that went a long way toward making Linux a bit friendlier to the masses who aren't comfortable installing or compiling software packages on Linux, but it runs from the command line, so it's still not all that friendly to folks joining Linux from the Windows or Mac worlds. That's where Synaptic comes in. Synaptic is a graphical front end to APT that makes the tool wildly more user-friendly, and—yes—it handles checking for and updating software with aplomb. (Folks using Ubuntu, the most popular Linux distribution among Lifehacker readers, take note: Synaptic will be replaced by the Ubuntu Software Center—another APT-powered update tool—in April of 2010.)
Tags: Apple, Build, cli, command line, email, Google, Information, IO, Linux, ma, Mac, man, OSX, Photo, quick, script, security, Ubuntu, way, wind
Automated Backups Using dhcpd On Ubuntu
My Clippings October 13th, 2009 by System
Automatically pulled from Google Starred
Automated Backups Using dhcpd On Ubuntu
This tutorial shows how to set up automated backups of Linux hosts through dhcp using Ubuntu.
Command-Line Copy&Paste With xclip (Debian/Ubuntu)
My Clippings October 8th, 2009 by System
Automatically pulled from Google Starred
Command-Line Copy&Paste With xclip (Debian/Ubuntu)
xclip is a command line interface to the X11 clipboard. It allows
you to put the output of a command directly into the clipboard so that
you don't have to copy&paste from the terminal manually (which can
be a tedious task especially if the output is very long). It also
allows you to put the contents of a file directly into the clipboard.
Tags: cli, command line, Google, IO, ma, man, terminal, Ubuntu
Free VMWare Player 3 can now create virtual machines
My Clippings October 6th, 2009 by System
Automatically pulled from Google Starred
Filed under: Utilities, Windows, Linux, Freeware, Beta
VirtualBox has always enjoyed one key advantage over VMWare: it’s free. Sure, the VMWare Player is also free — but all it can do is boot virtual machines which have been previously by another app.
Rather, that’s all it could do until now. VMWare Player version 3 has hit the release candidate stage and is available for public download, and guess what? It’s now got the ability to create virtual machines. That’s pretty amazing news for virtualization hobbyists like myself.
Apart from the added VM creation chops, Player v3 also offers OpenGL support in guest machines, ALSA support on Linux guests, ThinPrint powered printing, Windows 7 support, and multiple monitor support.
And yes, it even supports Aero Glass in Vista and WIndows 7 just like its big brother.
Another great addition is the easy install wizard, which makes setting up popular operating systems on a new guest machine ridiculously easy. That is, when it works. The wizard should create a floppy configuration file which Ubuntu reads during the install process. When I tested with the Karmic Koala beta, though, Ubuntu’s installer wouldn’t recognize the floppy image and crapped out.
A regular install, on the other hand, worked just fine and completed in roughly the same amount of time as it took under VIrtualBox — if not slightly less.
The download is free, weighs in at about 90Mb, and you’ll need to have a registered account with VMWare to get access to the downloads.
Free VMWare Player 3 can now create virtual machines originally appeared on Download Squad on Tue, 06 Oct 2009 11:00:00 EST. Please see our terms for use of feeds.
Read | Permalink | Email this | Comments







![]()
Sponsored Topics:
Linux – Download Squad – Operating system – VMware – List of Ubuntu releases
Tags: cli, email, Google, Inc., IO, Linux, ma, Mac, man, php, Printing, Ubuntu, VirtualBox, Vista, way, wind
Install Picasa 3.5 in Linux [Picasa]
Linux September 30th, 2009 by System
Automatically pulled from Google Starred
Want the same kind of facial recognition, name tagging, and easy geo-location of Picasa 3.5 for Windows and Mac on your Linux desktop? There’s no official release, but you can fairly easily plug Picasa into your system.
The OMG! Ubuntu! blog tried it out first, and found that by having Picasa 3.0 installed, then installing Picasa with a standard WINE configuration (here’s how to set one up) and moving its files into Google’s own Picasa-optimized WINE folder on your system, you can basically upgrade to 3.5 with just a little more fuss than would normally be required.
Why no official upgrade? Information Week gets a statement from Google noting low installation numbers for Picasa in Linux. That said, Picasa is definitely one of the most developed photo managers available for any system, so let’s hope Google changes its tune for future releases.
Tags: cli, Google, Information, IO, Linux, ma, Mac, man, Photo, Ubuntu, wind

