Quote (^thehatsrule^ @ Mar. 28 2007,00:39) |
Newer DSL versions: see System Stats Older: some showed the version in the dillo startup page. 2.0-2.1: used kernel 2.4.31 (run `uname -r`) Are you running as user 'dsl'? mydsl can only be used with that user. If you just aren't using icons, you can use the command-line tool `mydsl-load` The "myDSL" button in emelfm was removed recently (not sure when added, see release notes) |
Quote (lucky13 @ Mar. 28 2007,19:41) |
1. To find out if you're root: Start a command prompt or open emelfm or exit X. The prompt will show user@box (where user is root, dsl, or whatever user name you've entered) both in the console/terminal and in emelfm (bottom part of the box where shell commands are entered). 2. DSL defaults to user dsl. The way to start as root by default is to enter run level 2 at boot using the cheatcode (dsl 2) or if you log in by logging in as root. 3. Don't sudo for dsl tools. They work by default only for user dsl, not for root or for any other user. As user dsl, just enter: mydsl-load application 4. sudo -s requires a password, which defeats the purpose of using sudo in the instance where the user gets full su privileges in the first place (you'd use -s if you had root password limited privileges). So just use sudo as user dsl and you'll have su privileges. |