Correction to my post: [was Re: a program similar to netsend? ]
Peter Garrett
peter.garrett at optusnet.com.au
Tue Aug 21 16:56:18 UTC 2007
On Wed, 22 Aug 2007 02:03:46 +1000
Peter Garrett <peter.garrett at optusnet.com.au> wrote:
> ssh foo at blah
> sudo -i
> root at blah:~ # sux victim zenity --info --title "Message from Beyond" \
> --text "The world ends in 5 minutes. Save yourself now. Thank you." \
> --display :0
Bad form, sorry...
Correction: the ssh command needs to include X forwarding, or sux
complains:
So
ssh -X foo at blah
followed by the other stuff...
Peter
More information about the ubuntu-users
mailing list