Tuesday, 21 August 2012

Some of Useful Commands in Linux

Access your programs remotely

  • Difficulty: Easy
  • Application: X
If you would like to lie in bed with your Linux laptop and access your applications from your Windows machine, you can do this with SSH. You first need to enable the following setting in /etc/ssh/sshd_config:
X11Forwarding yes 
We can now run The GIMP on 192.168.0.2 with:
ssh -X 192.168.0.2 gimp
 
 
Read More......

No comments:

Post a Comment