Ben Chuanlong Du's Blog

It is never too late to learn.

Working Remotely in Linux

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

From Linux to Linux

Command Line Mode Using ssh

  1. Using X forwarding, you can also run GUI applications on the server. This is not recommended unless it's short quick work.

Remote …

Tips and sshfs and fuse

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

  1. If you want to be able to mount remove Linux filesystem on you computer, you can install sshfs and fuse using the following command.

    wajig install sshfs fuse
    

    It is suggested …

Run Commands on Remote Machines

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

On a Sinsgle Machine

SSH

  1. The pipeline command is run locally. If you want the pipeline command to run remotely, place the whole command to be run remotely in double/single …