On Saturday 29 July 2006 12:25, Raymond Lewis Rebbeck wrote:
> How about running the script in a screen session?
Yes, "screen -d" is a solution. Thanks for the tip.
Todor
--
gentoo-user@gentoo.org mailing list
Hello,
I have the following script which exchanges the IPs of two network adapters:
[code]
#!/bin/bash
/usr/bin/cp /etc/conf.d/net-2 /etc/conf.d/net;
/etc/init.d/net.eth1 stop;
/etc/init.d/net.eth0 restart;
/etc/init.d/net.eth1 start
[/code]
and a similar one with "/usr/bin/cp /etc/conf.d/net-1
On Friday 14 July 2006 12:24, Nico Schümann wrote:
> The only thing I miss is the perfect ICQ
> client.
Sorry for letting the thread go faraway of the original topic but IMHO
net-im/sim is very close to the term "perfect ICQ client".
--
gentoo-user@gentoo.org mailing list
Hello,
I'm trying to emerge asterisk-addons-1.2.1 with the h323 flag but after some
compiling it begins to output
Waiting for chan_h323.o.lock to be removed
Waiting for ooCmdChannel.o.lock to be removed
Waiting for ooh323cDriver.o.lock to be removed
Waiting for chan_h323.o.lock to be removed
Wai
4 matches
Mail list logo