TOTAL
Since dec 2006
1'942'871 Visitors
4'218'042 Pages

Nov 2010 Stats
82'909 Visitors
146'476 Pages
196 countries
Full statistics



Help us translate
our tutorials!

JOIN the
OpenManiak Team.
OM TEAM
Director:
Blaise Carrera
Tutorials creation:
Blaise Carrera
Translaters:
Giovanni Fredducci
Angel Chraniotis
Moham. H. Karvan
Alexandro Silva
Blaise Carrera
Andrei Chertolyas
Sergiy Uvarov
Nickola Kolev
Łukasz Nowatkowski
Ivo Raisr
Catalin Bivolaru
Bogdan A. Costea
Kirill Simonov
Oliver Mucafir
JaeYoung Jeon
Seungyoon Lee
Jie Yu & Si Cheng
Tao Wei
YukiAlex
Fumihito Yoshida
Muhammad Takdir
Çağdaş Tülek
Auditors
Leslie Luthi
Joe Anderson
Jennifer Ockwell
Nigel Titley
Alison Rees
Webmaster:
Blaise Carrera
OpenManiak.com - Readme

Home Readme
Last Change : Sep 03 2010 french flagenglish flag



⚠️⚠️⚠️
Please check our website about
attractions in Western Switzerland !! (Please use english translation).

⚠️⚠️⚠️
Merci de consulter notre site sur les
activités à faire en Suisse romande !!


Before proceeding to the tutorials, it is important to read the following remarks:


  CHARACTERS IN BOLD

The commands or the changes in files are indicated in bold characters.
Example:

# mv test.ini /home/rancid/test1.ini


  LAUNCHING A COMMAND

The commands have to be launched with the root user except if a username is indicated before the command.
Examples:

# who am i

rancid@ubuntu# echo 'that's life !'
The first command is launched by the root user, the second by the user called rancid.


  ACQUIRING ROOT RIGHTS

Under Debian, If you want to acquire root access when logged as a simple user, enter the following command

user@debian#su root
This is different under Ubuntu where the philosophy is not to log in with the root user but to punctually acquire root rights using the sudo commands.

rancid@ubuntu# sudo adduser user12879
The command is launched with the rancid user but with root rights because of the sudo command. Of course, after the sudo command, you have to enter a password.
If you want to log in as the root user on Ubuntu:

user@ubuntu# sudo su


  OPEN SOURCE CONCEPT

All the tools presented in our tutorials are open source tools. Please read our open source page if you want information about the open source concept where a software is transmitted with its source code.


  LINUX PACKAGES

Read explanations about packages, the Linux compiled programs that can be compared to Microsoft programs, and the tools called APT to manage them.


  VERDANA POLICE

Under Debian or Ubuntu when using the Firefox web browser, you may need to install the verdana police by installing msttcorefonts package, this will install some frequently used Microsoft fonts.


  WEB BROWSER

We successfully tested the website and the tutorials using:

- Firefox 1.x , 2.x , 3.x
- Microsoft Internet Explorer 6.x , 7.x & 8.x
- Opera 9.x

Give us your feedback if your are using other web browsers such as Safari.