Dec 222012
 

Mass renaming files is no possible with the standard linux command mv, but it’s possible to achieve this goal in many different ways, from some bash magic, to programs that do exactly this, in this article I’ll work with both the terminal and with graphical tools.

Continue reading »

Flattr this!

Dec 172012
 

linux hardwareOn a former article I’ve presented 3 command line commands that you can use to get information on your Linux box: lsusb, lspci and lshw, they are really good and I use the first 2 in a lot of situation where I want to check if all my devices works correctly.

Today I’ll propose to you another software that has become popular in this genre: hardinfo, a software designed to be a System Profiler and Benchmark tool, easily usable by everyone and shipped by default by some of the mainstream Linux distributions.

Continue reading »

Flattr this!

Dec 152012
 

Since its initial introduction into the business world in 2005, Google Apps has been available to small business users for free. Even when the premium version was launched in 2007, Google still maintained a free standard version for individuals and small organizations, this was great for small website, they could have their emails managed by the Big G.

But as you can read from the official blog this has come to an end:

For Businesses, instead of two versions, there will be one. Companies of all sizes will sign up for our premium version, Google Apps for Business, which includes 24/7 phone support for any issue, a 25GB inbox, and a 99.9% uptime guarantee with no scheduled downtime. Pricing is still $50 per user, per year.

This is not doable for small websites that have their own domain but don’t need this service for 50$, so a good solution in these cases is to set up on your VPS a postfix server that can forward all the emails to another email.

Continue reading »

Flattr this!

Dec 122012
 

spirits

Perhaps someone is old enough to remember the original Lemmings game, a puzzle-platformer video game developed by DMA Design and published by Psygnosis in 1991. Originally developed for the Amiga, Lemmings was one of the most popular video games of its era, the basic objective of the game is to guide a group of humanoid lemmings through a number of obstacles to a designated exit. In order to save the required number of lemmings to win, one must determine how to assign a limited number of eight different skills to specific lemmings that allow the selected lemming to alter the landscape, to affect the behavior of other lemmings, or to clear obstacles in order to create a safe passage for the rest of the lemmings.

This gameplay has been reused by many games in these years and today I want to present you the last heir of this big family : Spirits

Continue reading »

Flattr this!

Dec 122012
 

Only recently I’ve started to work with Git, don’t blame me I’m mainly a system administrator not a developer, and one of the things I’ve been asked to setup is a way to have a cloned Git project shared over SSH to a particular group of person that share the same linux group.

The issue is this setting are the permissions that must be properly set so you and the others don’t end up stomping on each other when pushing changes, so let’s see how to achieve this goal quickly.

Continue reading »

Flattr this!