It seems to be the thing to do these days, so in celebration of my recent recovery, here's a screenshot of my desktop....
![]()
Enjoy...
Posted by Casey at October 15, 2004 2:26 AM | TrackBackCasey— very, very nice.
Here's my desktop these days. As you can see, I'm back to minimalistic geek mode.
Yes, very geeky, yet very cool, Paul! :)
That one looks like a dailup window, yes?
Oh, that's a root-tail window. I activate it from the command line (entering, of course, my root password when prompted) as follows:
su -c 'tail -f -n100 /var/log/messages'
It scrolls to display information on dialup, or on anything else of interest that's happening on my system.
I'm not as dumb as a thought; I understood most of that command; look at the last (tail) 100 entries in \var\log\messages, yes?
:)
Star Trek desktop? You have real guts to make such information public...
Posted by: dowingba at October 20, 2004 1:11 AMCasey:
Yes, and then keep scrolling up new lines as they're appended to the log file (that's the "-f" switch). I often run a gigantic root-tail window on workspace six— that way, I can pop over there when I want, and check out what's been happening on my system.
Ah, but Chris, it's a very cool Star Trek desktop, isn't it? :)
Besides, it's an original series shot, and we all know that Kirk was cooler than Picard. Heh.
Paul: that's neat. And useful. Does the file grow very quickly? Or to put it anothe way: does the log track every little nit-picky detail, or just things like start a new thread, ab-ends (uh, oh! geek-talk alert!), and resources?