A piggy bank of commands, fixes, succinct reviews, some mini articles and technical opinions from a (mostly) Perl developer.

sshfs on linux

  • sshfs -o uid=1000 -o gid=1000 example.com:/workplace /workplace
Where 1000 is your user and group ID from /etc/passwd

That's it!