Re: apt-get update via rsync

2002-04-22 Thread Daniel DiPaolo
t; > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] There was a good thread on the issues with rsync and Debian on debian-devel earlier this month. Check it out here: http://lists.debian.org/debian-deve

Re: sneakernet apt

2002-04-16 Thread Daniel DiPaolo
ges) echo "deb file:/Debian/dists main/" >> /etc/apt/sources.list (also only needs to be done once) Thanks go out to Joey Hess for having his own local deb repository somewhere on debian.org and thus inspiring me to figure out how to do all this. -- Daniel DiPaolo <[EMAIL P

Re: Hiding a process

2002-04-14 Thread Daniel DiPaolo
On Sun, 2002-04-14 at 20:15, Michael D. Crawford wrote: > > exec -a $NAME $COMMAND $ARGS > > exec -a /sbin/getty 31337r007k17 -destroyeverything > > ;-> Note that this is a shell specific thing (doesn't work in zsh, and I can't find the equivalent in the zsh man pages). Works fine in bash tho