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.
aptitude search '~S ~i !~ODebian'
systemd-cgtop -m
Drill down with:
systemd-cgtop -m user.slice/user-1000.slice
sudo smem -P beam.smp -kta
"ssh -D 1234 host" creates a Socks proxy on localhost:1234 that sends traffic through host.
By enabling "allow extension to control proxy settings" in the multi account containers Firefox add-on, you can make containers use specific proxies.
When you have multiple email addresses, you have multiple options to use them.
Traditionally, people used redirection/forwarding to make email arriving at from@example.com go to to@example.net instead.
If mail from example.com and example.net is handled by different servers, typically you can configure the example.com mail server to resend any message arriving to the from address to to@example.net.
However, nowadays with spam filtering, the example.net mail server can reject these emails as spam, sometimes silently.
For safer redirects, you can:
A third option is to run this fetching process yourself.
Benefits:
Drawbacks:
sudo footswitch -1 -m ctrl -2 -S '7F' -3 -m win -k m
Maps:
If you can create a pipe between two hosts (using SSH, for example), you can use VDE (Virtual Distributed Ethernet) to connect the two hosts over a virtual network.
You need the following programs on both hosts:
Run as root on both hosts:
vde_switch -t tap0
This command creates a virtual switch connected to tap0.
Use the dpipe command to connect two instances of the vde_plug command running as root on both hosts.
$ dpipe sudo vde_plug = ssh root@remote vde_plug
Then bring the tap0 interface up and configure IP addresses on both hosts.
# ip link set tap0 up # ip addr add $IP/$NETMASK dev tap0