Some Linux Utilities

Zenity


Try this!

zenity --info --text="Hello"

Try this too!

--error

--question

--warning

--entry

Now try ssh to your friend!



ssh guest@192.168.40.?

Send a "Hello" to your friend

DISPLAY=:0 zenity --info --text="Hello"
let's go on