Oct 012012
 

I received an email from two Italian Linux user : Alessio and Michele AKA Alexiobash and Tonberry, both very active in the Italian scene about Linux/Open Source , in this message they announced their new initiative: SSLDISTRO – SIMPLE SEARCH LINUX DISTRO.

Ssldistro is a project born to offer at Linux users a customized HomePage for their distros.
The various homepage were created in order for the user to make their own research using a single page, thereby speeding up the search process.
Currently you can search directly onGoogle, gmail, youtube, facebook, twitter, wikipedia and depending on distro you can search directly in the wiki and the official forum and, in some cases, you can also search for software packages. Continue reading »

Flattr this!

Sep 282012
 

Today I’ve received an email from PackT, a really interesting online publisher that has many interesting IT titles in its shelf, usually I don’t do promotions in my articles, unless iI think it’s an interesting thing for my readers, like this one:

The deal: sign in into their website before the 30th of September 2012 and you’ll be entitled to download any one of their eBooks for free.

Continue reading »

Flattr this!

Sep 272012
 

Or should i say: “grep -R doesn’t automatically search amazon” ?
This is becoming the most popular bug on launchpad, and if you are an Ubuntu user perhaps you have already seen it, for all the others..this is an interesting “bug” on a feature request, this is the original text of the bug posted by the user akeane

Continue reading »

Flattr this!

Sep 262012
 

Sometimes I find a long and interesting video on youtube or vimeo about Linux events or presentations, documentaries or movies that I’d like to see in a second moment, maybe when I’m offline or from my TV that has an usb port but no wireless. There are dozen of extensions for Firefox and Chrome to do this kind of task, but today I’ve found an interesting program that can download a video from a long list of website and convert that video into another format: xVideoServiceThief

xVideoServiceThief (a.k.a xVST) is an open source tool for downloading your favourite video clips from a lot of video websites (currently supports 93 websites ) and it also provide you the ability to convert each video in themost popular formats: AVI, MPEG1, MPEG2, WMV, MP4, 3GP, MP3 file formats.
Continue reading »

Flattr this!

Sep 232012
 

In a former article I’ve wrote about the command locate, an useful command to find quickly a file in your computer.
An alternative to locate is the command find : GNU find searches the directory tree rooted at each given file name by evaluating the given expression from left to right, according to the rules of precedence, until the outcome is known (the left hand side is false for and operations, true for or), at which point find use the defined action and moves on to the next file name.

find can use many options to compose an expression and as standard action it print in the standard output the file name that match the expression.

Continue reading »

Flattr this!