Snippets: a simple tech blog.
-
Dual boot Zorin OS and Windows 10
Zorin OS is a user-friendly version of Linux that you can install and try if you are new to Linux. Download the Zorin OS .iso file Create a bootable USB (Installation USB) from the .iso file using balenaEtcher Plugin the USB and restart Windows Go to boot menu when Windows is restarting. Press F12 until…
-
Get a Let’s Encrypt SSL certificate for your domain
Install a free SSL certificate and serve your site with “https”. Let’s Encrypt provides free SSL certificates and with the help of the installation tool called Certbot, you can easily enable an HTTPS certificate for your website. These instructions are for users running either Nginx or Apache on Ubuntu server and have access to the…
-
Set MySQL password from the command line
If your MySQL root user’s password is currently empty (not set) and you want to add one to disable access without password, use the following commands. Open MySQL my entering the below in your command line: Here, mysql.user is the database which has the list of all the MySQL users. So the command breaks down…