Nov 132011
 

After the update to Ubuntu 11.10 my wireless goes up and down, and so i’m trying to debug this problem looking into dmesg.

But this brought me to another small issue, dmesg prints timestamps in the form of seconds.nanoseconds since the system booted. And no, there seems to be no -h option to make it human readable. so you should check your boot time and make some calculations to see where the events logged are happened.

This don’t seem so useful !
Let’s see how to have these information in a better format.
Continue reading »

Flattr this!

Nov 122011
 

Dear readers, in these days I’ve worked “under the hood” on the website, and hopefully this will improve your experience on linuxaria.com

The first thing that you have probably already noticed it’s that now the site uses more width on the screen, I’ve made some changes on the theme and now it should use a variable width of your screen (98% to be exact) with some exception for resolutions above 1600 and resolutions below 800, that use these 2 values as limit.

But that’s not all, I’ve tweaked the site with 2 WordPress plugins: W3 Total cache and WPtouch, let’s see in details how this has changed the site.

Continue reading »

Flattr this!

Nov 092011
 

It can be really useful to have the latest ISO of your favorite distributions or, in general, other software or material freely downloadable with torrents. It would be nice, however, that these torrent were downloaded at times when the bandwidth it’s not needed to do your normal activities and maybe not from your main PC, but from a small Linux box dedicated to this … well you can easily achieve it.

Prerequisites : an old PC or notebook, the only real requisite is that it can go into your LAN, via ethernet or wifi, and either a good internal disk, or an USB disk that you can connect to it, or an available network disk
Continue reading »

Flattr this!

Nov 082011
 

I received two emails, from two project managers of open source projects that I’m following, both gave me the good news of an update of the product and so i’m glad to present you in this post the update of two excellent software which I have already spoken Xplico and Ububox SalentOS
Continue reading »

Flattr this!

Nov 012011
 

sshguardI’ve already talked about fail2ban and logcheck, 2 tools that can scan your logs and do actions, based on rules that you can give/modify, usually modify your iptables rules to stop active attacks against your server or simply send you a warning if some thing is found in the logs.

Today we’ll see a similar tool, sshguard, it is different from the other two in that it is written in C, so it’s uses less memory and CPU while running, but still achiving the same results.
Continue reading »

Flattr this!