Oct 192011
 

If you follow linuxaria you know that some days ago we had a contest and the first prize was the last Humble Indie Bundle, the winner has been Geor Pribil, that has been so kind to write a review of the games, these are his opinions after some “testing” :

First of all, the Installation:

Using Steam and/or Desura, it’s quite simple. Just add the code, and download the games. If you are using Desura for Linux, you’ll have to join the Desura group on Desura (yep, its strange, i know), and you need to be accepted  that takes about 1 1/2 days, after that you can add the games, but for Frozen Synapse, you’ll have to pick the HIB version, or it will charge you for the game.
Continue reading »

Flattr this!

Oct 142011
 

Most of the content come from the article by Diego Stamigni, first published on his site

If you have a server, you probably would like to continually be updated on what the system logs records; a very useful tool that I discover is Logcheck: it works very well, and I’m very greatful with the developers.

I use it to have various email about the logs between a range of time like [3 hours].
Continue reading »

Flattr this!

Oct 112011
 

I’m usually for the old school methods: go down to the terminal and get all the information you need from there, terminal don’t tells lies.
But i also understand that with the cheap price that i see around for the VPS more people are starting to use Linux VPS for their service, and a graphical dashboard can be really useful for many VPS owner.

In a former article i’ve wrote about 4 software that can help you in the management of your Linux server, today we’ll see a simple tool that can be used to know via your browser the status to all of your servers.

The software it’s Status2K

Continue reading »

Flattr this!

Oct 072011
 

This is my small top 7 of the most read articles from Linuxaria in the month of September, it’s your opportunity to read them if you missed them during last month.

7 – Pipes: what are they and Example of Use

Unix based operating systems like Linux offer a unique approach to join two commands on the terminal, with it you can take the output of the first command and use it as input of the second command, this is the concept of pipe or | . Pipes allow two separate process to communicate with each other also if they were not created to do it, so this open an infinite series of opportunity.

A basic example is:

ls -l | grep rwxrwxrwx

This command will print the list of all the files in the local directory that have permission rwxrwxrwx (or that have rwxrwxrwx in their name).

Continue reading »

Flattr this!

Oct 012011
 

Original article published on the italian Blog il panda verde

Today we talk about Deja Dup, the tool I used to make a backup of files before the upgrade of my Lubuntu at release 11.04 (most probably this arrive a little late, but the program is worth a blog post) . It is indeed a great software to create backups (so that it’s part of the standard packages in Fedora 13 and if everything goes in the right way it will also be added to Ubuntu 11.10), but the reason for the post is not just that, a large plus of Deja DUP is its extreme ease of use, it takes a couple of clicks to configure it and save our precious documents, even “in the cloud”.
Continue reading »

Flattr this!