Posts Tagged With: xserver

Run Remote App Locally

Tagged with: , , , , , , , ,

Run a remote GUI tool in a local system


ssh -X neo@192.168.0.30 /usr/bin/kate
No Comments »

Restarting XServer in Fedora

Tagged with: , , , , , , ,

Restart XServer from command line in Fedora – for testing xorg.conf settings…


telinit 3 #Shutdown X
telinit 5 #Starts X
No Comments »