Re: wget directories

2009-06-26 Thread Marco Romano
mysite.com) -- Kind regards, Marco Romano. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: gnome-terminal application launcher and wget background running

2008-11-28 Thread Marco Romano
can verify it with this tiny script: #!/bin/bash trap "a" HUP a() { echo "$(date -R) hangup" >>/tmp/foo.log } while :; do sleep 1; done -- Kind regards, Marco Romano. -- To UNSUBSCRIBE, email to

Re: iptables: banning ip ranges?

2008-11-26 Thread Marco Romano
substitute -D for -A: # iptables -D INPUT -s 1.2.3.4 -j DROP -- Kind regards, Marco Romano. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Deleting unused configuration files

2008-10-23 Thread Marco Romano
you prefer aptitude: $ aptitude search '~c' You just have to put one of the above commands in a for loop: # for pack in $(dpkg -l | awk '/^rc/{print $2}'); do dpkg -P $pack; done -- Kind regards, Marco Romano. -- T