# Name Description
1 Linux Linux main page
2 Linux Tutorials
3 Linux How to manual...
4 Linux - Trustix Instructions: Linux is oriented to security and easier to administer.
Download version trustix-2.2.i586.iso (instructions and mirrors)
Download version trustix-2.2.i586.iso (direct)

-Setup sshd service (remote connection) to start automatically with computer start: chkconfig --level 35 sshd on
-Setup mysql service (remote connection) to start automatically with computer start: chkconfig --level 35 mysql on
-Edit file /etc/inittab and indicate a comment (#) to the lined: CTRL+ALT+DEL
-Start MySQL service (in case it is not active): service mysql start
-Can also be started with: /etc/init.d/mysql start
-To execute MySQL monitor: mysql
-To add a user to the root group (to be able to be a super user (su)):
--edit file /etc/group
--add user to root group: root:x:0:usuario1,usuario2...

5 MySQL Manual
6 MySQL Download server version 4.1.7
7 MySQL Download client version 4.1.7