Linux Terminal: pidstat, know everything about your processes

When something goes wrong on your Linux server or desktop, is important to understand which process is taking all the resources, in the past I’ve published some information about top and htop, two great tools to have a general overview of your system with just a glance, but sometimes you need to gather more information […]

A taste of Guacamole on Linux

This is a new and interesting project that could be really useful both for companies that for private users, Guacamole is an HTML5 remote desktop gateway that provides access to desktop environments using remote desktop protocols like VNC and RDP. A centralized server acts as a tunnel and proxy, allowing access to multiple desktops through […]

Two Linux-Powered Game Consoles arriving in 2013

Linux has had a relatively difficult time in making its impact on market shares for gamers. Dominated by Microsoft and Mac, the gaming network appears to be fairly full. In 2013, though, that could all change. Linux-powered game consoles are on their way and this could greatly impact the way in which games are played […]

The Importance of Securing a Linux Web Server

Today I present a really interesting article by  Scott Miller first published on Infosecinstitute.com. With the significant prevalence of Linux web servers globally, security is often touted as a strength of the platform for such a purpose. However, a Linux based web server is only as secure as its configuration and very often many are quite vulnerable […]

How to easily encrypt a file with GPG on Linux

Today i return to the topic of encryption and security and in particular I’ll show how to simply encrypt a file with GnuPG, this can be really usefull to encrypt a single file where you have your passwords or some personal information that you want to keep safer. GNU Privacy Guard (GnuPG or GPG) is […]