I needed to setup a software RAID1 on a Debian Stretch server where I had no KVM access, so I had to make do with just SSH and rescue access. I was following this tutorial for How To Set Up Software RAID1 On A Running LVM System (Incl. GRUB2 Configuration) (Debian Squeeze) but ran into […]
Tag: debian

When you first install MailUtils on Debian apt-get install mailutils The system will not send emails. To test it: echo “This is the body of the email” | mail -s “This is the subject line” myemail@gmail.com and have a look at the logs: cat /var/mail/mail To fix this, it is needed to configure Exim: dpkg-reconfigure […]