Prerequisite:
You should be using any Linux / Unix terminal to accomplish this.
Step 1: Connect to the remote Linux system using SSH
$> ssh -Y username@hostname
password: *******
Step 2: Launch an application
$> firefox
You will see the firefox browser pops up.