Code Sample |
chmod 4755 /mnt/hda1/usr/bin/sudo |
Quote |
you ever notice EmelFM's command line is actually a lot nicer than xterm's, the full-time dedicated terminal emulator? For one thing, it supports copy/pasting to and from the clipboard. |
Quote (mikshaw @ May 10 2007,15:01) |
Any Gtk applications (including Tilda) should naturally have no trouble copying to other Gtk applications. I don't know what your trouble with the Gtk2 clipboard might be, though. |
Quote |
The only Gtk2 apps I use much are Gimp and Firefox, and haven't done much cross-copying with them. |
Quote (lucky13 @ May 10 2007,21:54) |
Hi Patrick. Nice of you to drop in again. |
Quote |
No shame in "training wheels" -- some never make it past the starting line on the learning curve. |
Quote |
I have a feeling you'll tinker more with DSL as you learn more about Linux. |
Code Sample |
#!/bin/sh sudo echo 0wn: Making "$@" yours... sudo pwn $USER "$@" & # Should not be called as `sudo 0wn' # or the script will think you're root. |
Code Sample |
#!/bin/sh chown -R "$@" echo echo 0wn: "$1", "$2" is yours to edit, for now... sleep 3333 # Wait about an hour. echo " 0wn: Now returning to root, that which belongs to root..." chown -R root:root "$2" echo 0wn: "$2" |
Quote |
Your bad experience could be chalked up to a difference between versions of Dillo. I installed it while using Mepis and had to ditch it because it was a total abortion. It was an older version than DSL has (which surprised me). |
Quote |
Netrik is fast and nimble. My favorite console browser is elinks. It has tabs and can download in the background, and has more bells and whistles. It's not quite as fast as netrik, but it's not going to bog you down like Firefox does. |
Quote |
Take care. |