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 102011
 

I’ve recently discovered another useful package  for GNU/Linux, Littleutils.

The littleutils include a duplicate file finder (repeats), image optimizers (opt-jpg opt-png opt-gif recomp-jpg), file rename tools (lowercase uppercase), archive recompressors (to-bzip to-7zip to-lzma), a tempfile utility (tempname), all are small programs that do just 1 thing, in a perfect Unix style, so don’t expect anything too complex but these small gems can save you some time to do specific jobs.

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 032011
 

by
Frank Harris-Smith

There are many reasons I prefer Linux. Near the top of the list is that I’m a tweaker. Someone who enjoys making changes and having things “My Way”, like the song by Frank Sinatra.

Linux has many configuration files, most of which “lurk” in the “/etc” folder. These files are used to configure the mounting of drives, network lists like what IP address goes with what computer name, passwords and admin access, application configuration and even what the boot menu looks like. “Under the Hood” Linux is highly customizable.
Continue reading »

Flattr this!

Nov 022011
 

Article by Jimmy, first published on his Blog and the BGLUG in Italian

Gnucash  is a great tool to keep the budget of the family, and from the version 2.4.0 supports connection to a database, SQLite, MySQL or PostgreSQL for data storage. Using a local database, however, tie to a specific computer for its use. Instead I want to be able to open a GnuCash session from any computer and connect to a single, remote, database.

Enable remote connections to the database from the whole net is very unsafe, but a SSH tunnel gives me a lightweight and reliable alternative . Continue reading »

Flattr this!