Tag
remote
2 notes.
How To Mount a Remote hard drive on an Ubuntu server
If you want to mount a remote hard drive on an AWS Ubuntu instance, you can use the SSHFS (SSH File System) utility. SSHFS allows you to mount…
Git: Create and delete remote branches
Many git users frequently do create and delete branches. I often forget the command. So i am now writing it down here. May be, it will be useful…