If you have tried converting tons of documents from one format to another, you will know that it is a boring and unproductive job. In Linux, you can easily automate document conversion with unoconv. Getting the job done is just a command line away.
Is Skype a little too modern for your taste? Hasciicam will take you back to the electronic days of yore, where you can broadcast live video to your friends – and even the public – in ASCII art.
The “sources.list” in Ubuntu is an important file that contains all your software repository information. What if, on a fresh install of Ubuntu, you discover that your “sources.list” is empty? Or you need to change the whole repository to one that is specific to your country? Here is how you can generate a new sources list file easily without being a Ubuntu expert.
You may have heard of GIMP as the alternative to Photoshop, but do you know that you can perform advanced image processing on GIMP with G’MIC? Today I’m going to show you just a few of the things you can accomplish with GIMP and G’MIC together.
Most Linux distro comes with a package manager that allows you to easily install binary package (DEB or RPM). However, if you are planning to customize the software you are installing, like adding additional features, then you might want to use the source packages and compile them yourself. Here is how you can do so.
You might have seen our article on Haiku, an open source implementation of BeOS. It’s not the only open source re-implementation of a classic computer OS. Icaros is a reimplementation of the classic Amiga OS for PCs. It’s based on AROS (the Amiga Research Operating System), but is available in a ready-to-run live version.
Since young, I’ve developed an affectionate nostalgia for old school computing. Imagining how digital artists of the early ’90s laboriously crafted character-by-character ASCII text art, as well as ANSI, blows my mind! Today I’m going to blow your mind as well by showing you how to turn your boring lines of text into exciting ASCII text art.
There are many ways to set up a reminder. If you are using Ubuntu, you can make use of indicator-remindor to easily add and receive reminders on your desktop.
Haiku is an open-source OS is based on the older BeOS, a long-defunct operating system. The Haiku developers are keeping their project up with the times. Today I’m going to give you a screenshot tour of this unique OS.
“Apt-get” may be the default installer in Ubuntu, but when it comes to installing large sets of software, it can be really slow and obsolete. Fortunately, there’s a “tasksel”, which is just like a “apt-get for apt-get”.
So you’re a live DJ or musician, and you want to get some exposure for your skills online. There are various services you can sign up for to host Internet radio stations, but getting their tools to work on Linux is not always trivial. A fine alternative is Icecast. Learn how to run a DIY Internet radio station with Icecast.
XBMC is one of the most popular open source media center systems and OpenELEC is a Linux distribution built with the XBMC code. Check out the distro and its distinct advantages over a XBMC software install
One of Vim’s features is extreme extensibility. If you can dream it up, there’s probably a plugin for it. Here are 8 useful plugins that will help you be more productive when using Vim. If you lean towards hating it now, give these plugins a try and then see how you feel.
A broken link is a killer for any website and it should be eliminated at all cost. The bad thing is, it is easily said than done. If you are running a website with more than a thousand articles and every post contains at least 3 links, how are you able to find out which particular link is no longer working?
If you have used the Linux command line before, you’ve no doubt used “grep” to search for strings of text. There’s a better way to do so, and it’s called Ack.
WINE is a great tool for you to run Windows apps in Linux. qt4wine made the installation process easier. Check out how qt4wine can help you easily install Windows apps in Linux.
Adjusting the screen brightness in Ubuntu is easy, but to fully customize is not. Let’s see how you can easily configure the screen brightness in Ubuntu.
While your Linux comes with Perl support, you won’t want to use it as it is not the latest version. Perlbrew allows you to manage perl installation without root privilege.
“Hybrid Suspend” in Ubuntu allows you to first suspend your computer and if it is not restored after a while, will go into hibernation by itself. This is an effective way to save battery power and electricity bills. Here is how you can enable Hybrid suspend in Ubuntu
Package management in Debian and Ubuntu-based distro is easy. But if you are looking to create your own deb packages, there aren’t many useful tools around. Learn how you can build your own deb packages here.