Total Pageviews

Tuesday, July 9, 2013

Launch GNOME session from terminal


  • Switch to a second terminal by pressing: ctrl + alt + F2, and provide an current machine login information
  • start a new X-session: 
$xinit -- :1
  • ssh to target machine with -X option
$ssh -X username@targetmachineIP
  • once logged in, start a new gnome-session
$gnome-session

If you want to switch back to your current machine, just press: ctrl + alt +F7

No comments:

Post a Comment