Skip to content

Instantly share code, notes, and snippets.

View TGurl's full-sized avatar
💕
I may be slow to respond.

Geertje van Dijk TGurl

💕
I may be slow to respond.
View GitHub Profile
# Maintainer: Jameson Pugh <imntreal@gmail.com>
pkgname=termpix
pkgver=0.0.1
pkgrel=1
pkgdesc="Draw images on an ANSI terminal"
arch=('i686' 'x86_64')
url="https://github.com/hopey-dishwasher/termpix"
license=('Apache')
depends=('rust')
@TGurl
TGurl / sshfs.md
Created March 17, 2021 12:27
sshfs mount server

To mount a folder on a server you can use sshfs. To mount a folder you can issue the following:

sshfs -o follow_symlinks yourname@server:/path/to/folder /path/to/mountpoint