How To Setup An SPF DNS Record With Zoho Mail In A VPS

Using a VPS to host your domain(s) can give enormous advantages over using shared hosting, but can sometimes be annoying to configure. Zoho mail is a fantastic free service which can host your domain’s emails for free even if your domain is hosted on a VPS. For example, if you owned the domain example.com, you could use the email address [email protected] or any other email address you wanted on that domain with Zoho. This article will discuss how to setup an SPF DNS Record with Zoho mail in a VPS. Continue reading “How To Setup An SPF DNS Record With Zoho Mail In A VPS”

How To Add A User To Sudo In Debian Jessie

Debian by default does not enable a non-root user to do anything requiring administrator permissions for things like installing software or updating and upgrading your system. By default, you have to be root in order to do such things, and you do so by typing:

su

And then typing in the root password.
This article will discuss how to add your username to the sudo group which will allow you to do commands with sudo, like in Ubuntu. Continue reading “How To Add A User To Sudo In Debian Jessie”