Aug 262012
 

This is a genre I like and usually I play this kind of games in their flash/java online version but there are some nice Tower Defense games that can be downloaded and installed on Linux systems, today I’ll present you 3 of my favorites: Creeptd, Target Defense and Revenge of the Titans

But first a small introduction to what’s a Tower defense game:

The goal of tower defense games is to try to stop enemies from crossing a map by building towers which shoot at them as they pass. Enemies and towers usually have varied abilities, costs, and ability costs. When an enemy is defeated, the player earns money or points, which are used to buy or upgrade towers, or upgrade the number of money or points that are earned, or even upgrade the rate at which they upgrade.

Continue reading »

Flattr this!

Aug 222012
 

I’ve just discovered that beside the “usual” Humble Indie Bundle, featuring this time some games for Linux, Windows and dedicated to Android Games, there are also 2 Book Bundle, while they are not related to open source or Linux topics, I like initiatives that propose DRM free products, donate a part of the cash to charity and allow the customers to make a good deal.

The first Book-Bundle is from StoryBundle and is composed by Sci-Fi books while the second book bundle come from http://snugnugget.com/ and includes mainly Novels.

Let’s take a closer look at these Bundle, some of them end in a couple of days so this could be your last chance to get them !.
Continue reading »

Flattr this!

Aug 212012
 

This is an article of mine, first published on Wazi

Every organization must monitor its infrastructure’s uptime and performance. While the popular Nagios application is a good general-purpose monitoring program that you can extend with plugins to handle just about any task, you may do even better by employing Cacti as a graphical front end to RRDTool‘s data logging and graphing functionality. Cacti was developed specifically to monitor and collect performance information, while Nagios is more oriented toward state changes, such as noting whether a daemon is up or down.

RRDTool stores all of the necessary information to create graphs and populate them with data in a MySQL database. Cacti provides templates to gather and show information such as system load (CPU, RAM, disks), users connected, MySQL load, and Apache load, all of which can affect the performance of your site.

Cacti’s front end is completely PHP-driven. It supports data gathering via different methods such as scripts in any language and SNMP.

Continue reading »

Flattr this!

Aug 182012
 

This is a really good article on etiquette to use on Linux forums, for everyone that wish to post on them, the original article was written by Megatotoro and published on http://linuxmigrante.blogspot.it

As a relatively new migrant to Tuxland, I’ve come to learn that Linux forums are a rich source of advice, useful information and help. They have also let me find wonderful people. Some of them are very knowledgeable of the penguin’s intricacies and others are not so seasoned, but their will to help is indeed contagious. However, some people have had negative experiences when entering a Linux forum and asking for help. These disgruntled new migrants get a bitter flavor of Linux and a number of them leave and never return.

So, I decided to put up a small Linux forum guide for newbies in an attempt to explain some important cultural differences that may affect a new user’s success rate when asking for help on a Linux Forum. For convenience, this guide is divided into 3 sections: Before Asking, When Asking, and After Asking.
Continue reading »

Flattr this!

Aug 182012
 

In the past I’ve published articles on how to do a benchmark with namebench to see what’s the fastest DNS server for you and how to crypt your DNS traffic if you use Opendns but I’ve never done a comprehensive guide of the command dig, probably the best command you can have on the command line to query a DNS server, so today I want to show you the basic usage of this command and some trick, using examples that you can re-use for your goals.

But as first thing, probably every reader know what’s a DNS server, but anyway it’s better to take the good definition from Wikipedia:

The Domain Name System (DNS) is a hierarchical distributed naming system for computers, services, or any resource connected to the Internet or a private network. It associates various information with domain names assigned to each of the participating entities. A Domain Name Service resolves queries for these names into IP addresses for the purpose of locating computer services and devices worldwide.

So let’s see how we can query a DNS server o get all the info we need.

Continue reading »

Flattr this!