On Fri, Aug 20 at 08:43PM +0800, John Summerfield wrote: > Will Trillich wrote: > >On Thu, Aug 19 at 10:06AM +0800, John Summerfield wrote: > >>You can also start it up at, say, boot time running, for example, > >>user-mode-linux or Hercules. > > > >what's that all about? curious minds wanna know. sounds like a > >handy idea. :) > > Specifically what do you want to know? > > How to start a command in screen? > How to install and run user-mode-linux? > How to install and run hercules?
why to run u-m-l inside screen, and what tricks are used to make it really cool that way? > How to write init scripts? eh? where's THAT coming from? :) -- I use Debian/GNU Linux version 3.0; Linux boss 2.4.18-bf2.4 #1 Son Apr 14 09:53:28 CEST 2002 i586 unknown DEBIAN NEWBIE TIP #37 from Karl M. Hegbloom <[EMAIL PROTECTED]> : Need to SECURELY COPY DIRECTORIES BETWEEN MACHINES? With pipes, you can do just about anything -- and ssh keeps it secure: $ tar -C /source -clf - srcdir \ | ssh remoteHost 'buffer -m 8m -p 75 | tar -C /dest -xpf -' (Note that there's another pipe inside the ssh command that's running on the remote side. Cool, eh?) If the link is slow, you may want to use the -C option to "ssh", or put that in your ~/.ssh/config for that host. Also see http://newbieDoc.sourceForge.net/ ... -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]