aboutsummaryrefslogtreecommitdiff
path: root/linux/misc.md
diff options
context:
space:
mode:
Diffstat (limited to 'linux/misc.md')
-rw-r--r--linux/misc.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/linux/misc.md b/linux/misc.md
index e1a55df1..34a8ae07 100644
--- a/linux/misc.md
+++ b/linux/misc.md
@@ -5,3 +5,9 @@
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'
+```