Archive

Posts Tagged ‘Software’

Easiest Install Apps After Reinstall OS

October 10, 2009 Leave a comment

Volery in actionEspecially when we install a new operating system, reinstalling our programs takes up an enormous amount of valuable time. Even when we have an up and running operating system, installing new application usually translates into pausing our important work and supervising the setup process.

How great would it be to be able to select the desired program to be installed, and have it install into our system in the background with all the right options checked? Even more so, how great would it be to do this with multiple applications simultaneously so that while we work, a number of our selected applications install on our system in the background?

Read more…

Karmic Koala: The best Ubuntu Linux ever?

October 9, 2009 3 comments

I’ve looked at hundreds of Linux distributions over the years. Some of them have been awful. Many have been OK. Few have been great. Based on my early look at Karmic Koala, Ubuntu 9.10, I think we’ve got a very strong Linux desktop distribution coming down the way.

Before jumping into my early review, let me say that while I like Ubuntu, I’m not an Ubuntu fanboy. I also like Fedora, openSUSE, Mint, and MEPIS to name a few Linux distributions that I use on a regular basis.

What caught my eye with this version of Ubuntu is that, especially for a beta, it’s a remarkably attractive and smooth-running Linux distribution. I first installed it as a virtual machine with Sun’s VirtualBox on a Gateway DX4710-09. The computer uses an Intel Dual Core 2.5GHz E5200 processor. I have the 64-bit version of the new Ubuntu, 2GBs of RAM and a 10GB virtual drive. In addition, I installed Koala on a Dell Inspiron 530S. This low-end PC is powered by a 2.2-GHz Intel Pentium E2200 dual-core processor with an 800-MHz front-side bus. The test machine had 4GB of RAM, a 500GB SATA (Serial ATA) drive, and an Integrated Intel 3100 GMA (Graphics Media Accelerator) chip set.

On both systems, I was very impressed by installation program. Not only did it look great, but it also automatically detected and set-up all the hardware. Linux distributions, in general, have gotten much better with this kind of thing, but Ubuntu 9.10 worked great both at taking a PC from a lifeless pile of chips to something living and useful, and looking good doing so.

It was also fast. How fast? On both my systems, I went from the hard-drive starting its spin to a working desktop in less than 20 seconds. Let me remind you, this is beta software running in a virtual system on a not especially-fast PC.

The interface itself is the brand-spanking new GNOME 2.28. While generally speaking I prefer KDE, this updated GNOME with Ubuntu has a nice, clean look that I and many others will like.

Along with the update interface, Ubuntu uses GNOME’s vastly improved Empathy IM client and my favorite e-mail/groupware client, Evolution. Those, along with Firefox 3.5.3 for Web browsing, give you all the first class Internet tools you’ll need.

This distributions runs on top of the latest Linux kernel, Linux 2.6.31. This also includes the Ext4 file-system, which delivers excellent hard drive performance.

Another real nice addition to this distribution for new users is the Ubuntu Software Center. This take on an app store makes it mindlessly easy for people to find and install software, though experienced Linux users won’t need it. For them, the Synaptic package manager and all the other usual package installation programs are there. This is a great feature if you have a friend who’s just getting their feet wet in Linux.

Is this edition of Ubuntu going to be the best one ever? Well, this is only a beta, so I can’t say that as a sure thing, but it’s sure looking great so far. Check it out. I think you’ll be happy with what you find.

Use an Old Linux Computer to Put your Baby to Sleep

October 7, 2009 1 comment

baby and linuxIf you are not a geek, let me explain the logic of this very simple program.

The program will first auto-eject the CD-ROM drive of your computer and then it will close that open tray. This open-close loop will run forever unless you terminate the program manually.

 

 

while [1 = 1]
 do
	#eject cdrom
	eject

	#pull cdrom tray back in
	eject -t
 done

Now the interesting part — using just these four lines of code, a geek turned his old Linux* computer into a baby rocker.

He attached a string between the tray of the CD-ROM drive and the baby seat and as the tray would open and close repeatedly, the smooth movements were enough to put his baby to sleep. Awesome.

[*] you are not on on Linux, you can build a similar Baby rocker program for Windows using Autohotkey software.

Categories: Fun, Linux, Software, Tech, youtube Tags: , ,

Download Multiple Files from RapidShare and more

October 7, 2009 1 comment

Rapidshare is probably the most popular file sharing platform that is used by millions of users everyday. Unlike Premium users, regular peeps have to suffer and go through a lot of hassle which includes the stupid wait time, captcha and other stuff.

Recently I have stumbled upon a Rapidshare utility that supports downloading from Rapidshare and other file sharing websites. Based of Java, FreeRapid Downloader is an application that only requires you to copy and paste the url from your browser to this app and leave the rest to the downloader.

main

Key features includes the ability to support for concurrent downloading from multiple services, downloading using proxy list, shows download history, clipboard monitoring, auto shutdown options, simple CAPTCHA recognition and a lot more.

It works with all the major operating systems including MS Windows, Linux and MacOS.

Download FreeRapid Downloader

Linux basics: Finding the right applications

October 7, 2009 Leave a comment

Now that you’ve decided to try Linux, you might be wondering what applications are available to perform all the tasks that you used to do on a  Windows or Mac system.

Top 10 Linux financial tools
Plenty of outstanding financial applications are available for the Linux operating system. From personal finance to business finance, there is an application for nearly every need. Let’s take a look at the top Linux financial applications.

10 must-have Linux office applications
Does Linux have what it takes to meet the needs of the corporate desktop? Jack Wallen thinks so. Here’s his list of office apps that can handle everything from word processing to project management to data backups.

How do I install and use fonts in Linux?
Jack Wallen shows you how to install True Type fonts on your Fedora or Ubuntu Linux machine and how to make key applications such as OpenOffice and Scribus aware of those fonts.

10 obscure Linux applications you need to try
With thousands of Linux tools out there, it stands to reason that some of the very best ones might get lost in the crowd. Jack Wallen introduces some excellent apps that more admins should know about.

If you want to look even farther afield, try out the rather exhaustive list of Linux apps at The Linux Alternative Project.

Graphical front ends make installing Linux applications much easier than it used to be. In Ubuntu, you’ll be using Synaptic or Aptitude; here’s a quick guide to those package managers from