Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

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 that you add you user name into the fuse group using the following command.

     sudo usermod -aG fuse user_name

    You have to restart your computer to make the action take effect.