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 062011
 

by
Frank Harris-Smith

gEdit is a serious text editor in the tradition of many editors that the programmer or code jockey will appreciate – syntax highlighting in many source codes, script formats, markup formats, and even some Scientific formats.

I write a lot of HTML code and I find the multiple undo/redo, find, search & replace, and the built-in code-aware spelling checker essential on a daily basis.
Continue reading »

Flattr this!

Nov 042011
 

mediagoblin On the 2 of November Mediagoblin 0.1 has been released. What ? You don’t know what’s the GNU Mediagoblin project ?

Mediagoblin GNU is a project that has as goal to get an open source,sort of, “clone” of deviantART, Flickr, Picasa Web Albums and generally of all the online sites that let you upload your media (photos, videos, etc.). Why do it? For the freedom of course, what’s more important than that ?

Some of the problems that the project would like to solve cover the actual ownership of the shared content, data portability and privacy.
Mediagoblin is released under the AGPLv3, which means that if third parties put up services based on Mediagoblin they’ll be obligated to share changes even if they don’t “distribute” the software in the traditional sense.

I forget to say, they are working to get a federated photo sharing site, so there will be multiple sites that share the same information.
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!