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!

Apr 122013
 

252px-Atom_zombie_smasher_coverAtom Zombie Smasher is a real-time strategy game developed by independent developer Blendo Games. In it, the player attempts to rescue as many citizens as possible from an oncoming zombie horde using helicopter rescue units and an array of military units to protect the citizens and defeat the zombies.

This is a game released on 2011 and I’ve talked about it in my article 5 zombies games on Linux so why talking about it as news ?

Because it’s this week star at the Humble Weekly Sale

Continue reading »

flattr this!

Apr 102013
 

As first thing a small lesson about what’s ZFS:

ZFS is a combined file system and logical volume manager designed by Sun Microsystems. The features of ZFS include protection against data corruption, support for high storage capacities, integration of the concepts of filesystem and volume management, snapshots and copy-on-write clones, continuous integrity checking and automatic repair, RAID-Z and native NFSv4 ACLs. ZFS is implemented as open-source software, licensed under the Common Development and Distribution License (CDDL). The ZFS name was registered as a trademark of Oracle until September 20, 2011

 

And now after more than two years in the experimental stage, the ZFS file system for Linux is ready for widespread use.
Continue reading »

flattr this!

Apr 072013
 

On many occasions, you might want to resize a PDF to send it by Email or put it on the web, today I had more than 50MB of PDF to be put as attachment of an article, and that was really too much. Using Linux you just need the program ghostscript to do everything and with a few commands you’ll have your resized documents.

For example my 50MB of documents become 15MB once I resized the PDF keeping a good quality, much better,

Continue reading »

flattr this!