May 042013
 

A comic book is a magazine which consists of narrative artwork in the form of sequential images with text that represent individual scenes. Comics are used to tell a story, and are published in a number of different formats including comic strips, comic books, webcomics, Manga, and graphic novels.
The equivalent for computers are the Comic book archive files that mainly consist of a series of image files, typically PNG (lossless compression) or JPEG (lossy compression) files, stored as a single archive file. Occasionally GIF, BMP, and TIFF files are seen. Folders may be used to group images.

The file name extension indicates the archive type used:

.cb7 → 7z
.cba → ACE
.cbr → RAR
.cbt → TAR
.cbz → ZIP

On Linux there are some good software can read these format and offer you the possibility to read your favourite Comic with the best Operating System, in particular today I’ll take a look at Calibre, Comical, Comix/MComix and ACBF viewer.

Continue reading »

flattr this!

Apr 282013
 

livarp
Recently I’ve posted an article about the Windows manager and desktop environments that use less resources on Linux and thanks to a comment of Sebastian I’ve discovered Livarp, a lightweight GNU/Linux Distro.

Livarp is a DEBIAN-based distro that tries to take the best part of available Debian GNU/Linux applications without loosing accessibility or design, special attention was paid to the documentation that in a simple page collects all the most important information you need to know on the available software of this distribution and how to configure it.

And if this is not enough you can also visit the the irc freenode chan #livarp, where you can get more help for the installation/configuration.

Livarp can run on a PIII with 128M ram but is better with a PIV and 512M ram, higher configurations are just a bonus.

Continue reading »

flattr this!

Apr 252013
 

Nightingale

Nightingale is an audio player with a beautiful interface with a wide range of supported audio formats, all with multi-platform support. Being the fork of Songbird, it offers the user a lot of cool features like the ability to play MP3, AAC, Ogg Vorbis, FLAC, WMA etc formats, Mp3 download feature, Last.fm integration and much more.

Nightingale’s engine is based on the Mozilla XULRunner with libraries such as the GStreamer media framework and libtag providing media tagging and playback support, amongst others. Since official support for Linux was dropped by Songbird in April, 2010, Linux-using members of the Songbird community diverged and created the project. Contrary to Songbird, which is primarily licensed under the GPLv2 but includes artwork that is not freely distributable, Nightingale is entirely free software, licensed under the GPLv2, with portions under the MPL and BSD licenses.
Continue reading »

flattr this!

Apr 142013
 

Sometimes can be useful to have a small program that you can run from the command line and able to do a screenshot of your desktop or just a portion of it, for this task the perfect software is: scrot

Scrot (SCReenshOT) is a screen capture utility using the imlib2 library to aquire and save images. scrot has a few really interesting options, detailed below. The basic usage is to specify a [file] as the filename to save the screenshot to and scrot will take a screenshot of the whole desktop.
The latest release (0.8) has almost 10 years, still this small program can be useful for his ability to be run completely from the command line and so you could use it to concatenate other commands or just because it’s really lightweight and easy to use.

Continue reading »

flattr this!