lsof -n -i4TCP:8080 | grep LISTEN
% tar cz folder_to_encrypt | openssl enc -aes-256-cbc -e > out.tar.gz.enc
% openssl aes-256-cbc -d -in out.tar.gz.enc | tar xz
ls -1 /etc/sv | grep sql | xargs -I@ sv stop @ swapoff -a swapon -a
python -m smtpd -n -c DebuggingServer localhost:1025