blob: 34a8ae075fbaa0561ed658fbf82ecc23f73bd542 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Misc
## Reverse sshfs
https://blog.dhampir.no/content/reverse-sshfs-mounts-fs-push
You need the SFTP server program on your local machine (on Debian, the `openssh-server` package) and sshfs on the remote machine.
## Find non-Debian packages
```
aptitude search '~S ~i !~ODebian'
```
|