You are not logged in.
On my gentoo server I have a package called Screen (emerge screen) and I use it to install stuff remotely so I don't have to have a terminal open and the compiling won't stop. It's sortof like this:
#screen -S portage
#emerge {stuff}
{Press Ctrl-A followed by D}
Detatched from screen portage
#screen -r portage
{Shows compiling status}What's Arch's name for this package?
Last edited by jordanwb (2008-09-05 23:12:37)
Offline
Offline
Oh so it was screen.
Thanks.
Offline