Displaying 2 results from an estimated 2 matches for "pagre".
Did you mean:
page
1997 Dec 23
1
Junk e-mail .... help needed!!!
Hi!!
Of late, I'm getting a lot of un-solicited mails from this
list, and inspite of un-subscribing mails, messages, threats
, nothing really seems to work...
My question:
1. Is there any way I can 'avoid' or 'bounce' incoming messages
at the mail-server level??
2. I cannot change my address (alias) as such... since this
involves sending reminders to God knows how many
2018 Jan 23
8
Sending Signal to remote process
I want ssh to forward the SIGTERM signal to the remote command.
Example:
ssh root at localhost /root/print-signal.py
Get PID of ssh:
ps aux| grep print-signal
Kill the matching ssh process:
kill pid-of-ssh
Unfortunately only the ssh process itself gets the signal, not the remote command (print-signal.py). The remote command
does not terminate :-(
How can I make ssh