How To Create A New Username In MySQL

MySQL by default only creates one username, which is root. Creating new usernames in MySQL could make it easier to use MySQL and potentially more secure. This article will describe step-by-step how to create a new username in MySQL in Ubuntu (18.04, 16.04 and 14.04) and the steps will be similar in Debian. Continue reading “How To Create A New Username In MySQL”

How To Setup DKIM TXT Record With Zoho Mail In A VPS

Do you use Zoho to host the email for your website? Well, then you very likely will want to setup the DKIM record in your DNS records to make sure that when you send email, it gets flagged as spam much less. This article will discuss step-by-step how to setup the DKIM record for Zoho on your VPS. Continue reading “How To Setup DKIM TXT Record With Zoho Mail In A VPS”

How To Set Up A CloudFlare Account

Setting up a CloudFlare account very likely will improve your site’s speed all over the world, make your site more secure, and has many other great benefits. And you can do all of this with a free CloudFlare account. This article will discuss step-by-step how to set up a CloudFlare account to get your website on the CloudFlare CDN. Continue reading “How To Set Up A CloudFlare Account”

How To Setup A Let’s Encrypt HTTPS Certificate On Debian Or Ubuntu

Having an HTTPS certificate on your site has many advantages. Among many other advantages, having an HTTPS certificate can make it more secure for your users and now will give your site better SEO. This article will discuss how to setup a free Let’s Encrypt HTTPS certificate on your website either Debian or Ubuntu. Continue reading “How To Setup A Let’s Encrypt HTTPS Certificate On Debian Or Ubuntu”

Flexbox Quick Notes

Flexbox is quite an amazing CSS web layout model. While it may take a little bit of time to learn, it can help you create many more things with CSS more quickly and easily. I think it is more intuitive than previous CSS technologies like float. This article contains some simple notes made as a mind map, and are included in PNG format and also .mm format. Continue reading “Flexbox Quick Notes”