Jun 282011
 

bashless it’s a fundamental command if you work on the Linux terminal.

Doing a “man less” you can see:

NAME
less - opposite of more

I love Gnu/Linux man pages, in this case it refer to more another command that do similar things (but less).

The Linux command less is similar to cat, but with less you can scroll the file instead of showing the file at once. With less command you can scroll up in the file as well as down, where with the Linux command more you can only scroll down the file.

Continue reading »

Flattr this!

Jun 272011
 

imagination-logoIn one of the first articles of Linuxaria i’ve posted a complete how to in how to make a DVD slideshow with Linux and the main program to do this was Imagination, a software that i really like for his simplicity of use.

Imagination is a lightweight and simple DVD slide show maker for Linux and FreeBSD written in C language and built with the GTK+2 toolkit. Imagination has been designed from the ground up to be fast, light and easy-to-use. It requires the ffmpeg encoder to produce the movie file and libsox to handle the audio and nothing else, there are no other dependencies. Continue reading »

Flattr this!

Jun 252011
 

autoscanSometime it’s useful to do an assessment of what’s online on your network, probably you think to know every server and service running, but I had more than one surprise in the past, with “test server just plugged in for a short time”, “New test service” or worst, hacked machine that exposed “new service”.

Network scanning is a procedure for identifying active hosts on a network, either for the purpose of attacking them or for network security assessment. Scanning procedures, such as ping sweeps and port scans, return information about which IP addresses map to live host and the active ports on every server. Continue reading »

Flattr this!

Jun 242011
 

chainbreakSometimes happen that you find a sequence of links, and so you should start to follow them to see exactly what command are you about to run, or the directory used in that symbolic link, or you can use readlink.

readlink it’s contained in the package coreutils, so you should already have it.

The basic usage is readlink symbolic link and this give as output the full path of the real file following all the symbolic links.
Continue reading »

Flattr this!

Jun 222011
 

gdm-witch-fr

I’ve received some information from Jean-Michel regarding DoudouLinux a project he’s leading, you can read an interview with him and more info on Doudou in a former article.

I’ve browsed a bit their site and i’ve also noticed a new and better graphic and much more info on how to setup and use this distribution, but now these are the information i got from Jean-Michel:

You probably know that my project DoudouLinux is still alive and, much more than that, really active! Indeed we have just released our first version officially tagged as stable (not that previous ones were instable 😉 ).

Its name is DoudouLinux 1.0 Gondwana and it is available in 15 officially supported languages, using 5 different alphabets.

As you proposed me months ago to tell you about our achievements, I’m back to explain what we did. Of course I’d be very glad if you take some time to tell the world about the evolution of our project. Please note that we now have 3 Italian contributors and I’m pleased to announce that you can already browse several Italian pages on our website :):

http://www.doudoulinux.org/web/italiano/index.html
Continue reading »

Flattr this!