Use Paramiko to run commands on an remote host or up- and download
read moreOther articles
vimdiff remote files
vimdiff a scp://host//a
read moressh forward to link local
Lang: en Status: published
At some point I used Jupyter notebooks on different computers and with different Python versions and wanted to distinguish them. So I gave them IP addresses with the Python version encoded in them and the host all within the local block
127.
.But how do I …
read moreConnect to unknown IP/host
ping6 ff02::1%eth0
read moresshfs
Mount a folder remotely
I like sshfs the secure shell filesystem. But sometimes I forget how the unmounting command is, so I write this short note to myself.
The mounting part is intuitive:
sshfs HOST:PATH mountpoint
It mounts the given path from the given host to the given mountpoint …
read more