Guest
Unregistered
|
|
Posted: May 30 2005,14:34 |
|
Not running as user dsl at startup may not be a good idea because almost everything on the system has permissions set for dsl only. You can create another user that has the same group membership as user dsl, and you might have to add this new user to the sudoers list in order to do things that user dsl is allowed to.
You can prevent X from starting up automatically by using "dsl 2" at the boot prompt. This will automatically log in as root (no password needed), and you will have 4 console terminals that you can acces using CTRL-ALT-F1 to CTRL-ALT-F4. Be warned that in Unix you should minimize the things that you do while logged in as root because of security issues.
If you have heared of Knoppix, it might be helpful to know that DSL (as of 1.1) is based on version 3.4. With respect to debian, most apps came from the "testing" distribution (codename "sarge"). The version of the kernel can be found by opening an XTerminal and running "cat /proc/version" at the prompt.
For more info, the "search" button at the upper right side of this page is your best friend.
|