May 182011
 

TurpialIn my post “6 microblogging client for Linux” I’ve received a comment about the software: Turpial.
Turpial is a client for Twitter and Identi.ca (only after the 1.4.X release) based on PyGTK, I’ve tested on my ubuntu 11.04 the version available in the development PPA for Ubuntu and so I’ve made the tests on Twitter and Identi.ca.

What I’ve liked of this program from the start it’s his simplicity, integration with the notification area (tested on XFCE) and the acoustic tweets when a new message arrive (but i suspect that in the long run I’d silence that), but now some details.
Continue reading »

Flattr this!

May 172011
 

cheat-sheetFor Wikipedia: A cheat sheet or crib sheet is a concise set of notes used for quick reference. “Cheat sheet” may also be rendered “cheatsheet”.

People working in informatics in general and on unix terminals in particular know that is not so easy remember every single command and so it’s usual to have “Cheat Sheet”, a collection of the most useful commands in a single A4 page for a particular program or environment.

And this is my small collection.
Continue reading »

Flattr this!

May 152011
 

nethogsIn a previous article about 2 programs that you can use to collect network statistics: iptstate and pktstat, on the article I’ve received comments on nethogs and iptraf, and so I’ve tested them.

The goal of both applications is to give to the user information of the actual state of the network, so how much bandwidth is used and which process are using it. Another thing these two programs have in common is that they are text-based programs that you can use within the terminal, so you can use them at home on your desktop or on a server at work. Continue reading »

Flattr this!

May 142011
 

mirrorIn this article i’ll show you how to select the best mirror for your favorite distribution.

Debian Netselect-apt is very helpful to find which Debian mirror is the fastest one to download the latest packages or to install ones very quickly.
To install it :

root@localhost:~# apt-get install netselect-apt

This package needs netselect to work successfully. neselect-apt will download the list of Debian mirrors and will ping them in a special manner thanks to the netselect command.

 

Continue reading »

Flattr this!

May 112011
 

signalsWhile i was surfing the net i’ve found this article By Matteo Ferrone about Linux signals, that i want to repost:

A signal is an event sent by the kernel to a running program.

The signals can arrive at any time and software can choose what to do when it arrives: it can decide to ignore it or may decide to execute a signal handler and continue with what he did.

There are 31 different signals, and you can see them with:

kill -l

Of these there are 6 to be known by system administrators:
Continue reading »

Flattr this!