mail: send email with attachment from commandline

I know how to send an email from command line (script) echo "body" | mail -s "subject" <a href="https://getridbug.com/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="80edf9c0e5ede1e9ecaee3efed">[email protected]</a> Is it possible to send attachments from commandline (script) as well? I am using heirloom-mailx on Debian Wheezy. Answers: Thank you for visiting the Q&A section on Magenaut. Please note that all the answers … Read more

Mounting multiple devices at a single mount point on Linux

Is there a way to mount multiple hard drives to a single mount point? Let’s say I run out of space on /home and decide to add an extra hard drive to the computer. How do I scale the space on a mount point? If I use RAID, can I add drives on the fly to increase space as I run out of them? Is there an alternative to using RAID if I am not interested in maintaining a high level of redundancy?