Preserved Topic: Any Linux gurus to field this one? (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Milwaukee |
posted 12-24-2002 00:55
I've recently installed the latest version of Mandrake, and although I'm fairly new to UNIX, I'm having a grand time learning the beautiful complexity-from-simplicity that is the UNIX command line. In this case, I'm using bash -- it's just as nice as the old-school sh that I learned way back in my (very brief) HP-UX days. |
Paranoid (IV) Inmate From: Milwaukee |
posted 12-24-2002 01:09
Hmm... if I'm going to be a beginner, I should act like one. Instead of clicking the user-friendly menus and pushing the candy-like red buttons to install Screen off the original disk via the GUI, I had to get all smarty-pants and wget the source from the GNU FTP site, and try to compile it myself. |
Paranoid (IV) Inmate From: Dallas, TX |
posted 12-24-2002 08:07
what's wrong with ps? |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 12-24-2002 08:28
tegetent is part of the function of the term.h library. |
Paranoid (IV) Inmate From: Milwaukee |
posted 12-24-2002 11:03
As I understand it, genis, I can run a long-term program (such as a server) on my Linux box, then detach from that session entirely -- then attach to it again from any terminal, not just from the local workstation. This means I could fiddle with the server program from a remote terminal login if I had a mind to. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 12-24-2002 21:04
Hmm... still doesn't explain the need for screen. From what I understand sceen allows you to have more than one session in the same termindal window correct? |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 12-25-2002 00:30
The thing with screen is you don't have to open seperate terminals. The windows just keep popping whenever you need one. |
Paranoid (IV) Inmate From: Dallas, TX |
posted 12-25-2002 01:23
d00d! |
Paranoid (IV) Inmate From: Milwaukee |
posted 12-25-2002 03:07
Well, my objective was to be able to start an application (an OpenRPG game server, to be specific) on my Linux box, set it down and let it do its thing, then access the server console from anywhere. I've got that working now, so all's well. I just start screen, start the server, background the server, and detach from the screen. Then, I can telnet in from anywhere and attach to that instance of screen, foreground the server, and do whatever admin I want. |