Archive for April, 2008

 

Shutdown Day  The 23 May 2008 are you able to survive without you computer for 24 hours? This initiative is  an experiment to verify how many people can go without computer and what will happen.

More infos in the website.

Comments No Comments »

What is emacs: EMACS IS THE EDITOR.

Screnshoot of emacs editing perl program:

Read the rest of this entry »

Comments No Comments »

webmin is web-based interface to manage unix system from web browser. Debian don’t have a webmin package in his official repository. To install webmin :

download the deb package from webmin homepage, and install with the command:

dpkg -i webmin_version.deb

OR

add the webmin repository in the sources.list of your debian:

deb http://download.webmin.com/download/repository sarge contrib

and then install the package:

apt-get update && apt-get install webmin

Then connect at webmin with your browser at: https://127.0.0.1:10000 and login as root.

Here some screenshots:

Comments No Comments »