2008/12/17 Erez D <[email protected]>: > hi. > > 1. in ubuntu, if i type "g++" and don't have it installed, it will tell me > to "sudo apt-get install pkg-somthing" > can i know that easily in fc10 what yum command i need to get g++ ? (or any > other file)
I think "yum search <filename>" or "yum whatprovides <filename>" might do this job for you. (My RPM experience is with RHEL/CentOS 4/5, Fedora might differ). > 2. i have a program running on a remote linux-box (fc10) on vt1 (i.e. > alt-ctrl-f1). can i connect to that vt withough access to the kbd and mouse > ( i.e. via ssh from remote) Dvir already answered - you should have started the program inside a "screen" session then you could re-attach to that session from anywhere else. A quick google did not find a way to snatch an existing "raw" virtual linux console to me. --Amos ================================================================= To unsubscribe, send mail to [email protected] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [email protected]
