Share
How to Test Sendmail from the Shell

September 29, 2023
1 minutes
Share
Sendmail is an open source smtp server. Many different languages and frameworks interface with sendmail, and when debugging it’s good to be able to quickly test whether or not sendmail is working.
The following is a quick way to verify that sendmail is working.
echo "Subject: test" | /usr/lib/sendmail -v [email protected]
How to Install SSHFS

September 29, 2023
This guide will show you how to install SSHFS on various operating systems. 1 – On macOS Using brew, install FUSE. Now install SSHFS: 2 – On Ubuntu/Debian 3 – On Windows Find the desired version of win-sshfs from this page and download it.