-
Recent Posts
- How to Automatically Renew LetsEncrypt Certificates and Restart Your Web Server
- How to Create an Admin User With All Privileges on MariaDB / MySQL
- How to Obtain a Let’s Encrypt SSL Certificate Using the WebRoot Plugin
- List all IPs connected to your server along with connection count
- How to restore network / internet access after replacing your NIC or Motherboard in Linux
Recent Comments
Archives
Categories
Meta
Monthly Archives: March 2024
How to Automatically Renew LetsEncrypt Certificates and Restart Your Web Server
Edit your crontab by typing crontab -e and then add the following line. In my example, I am restarting Litespeed, but you could restart Nginx or Apache by changing it like this: This will check your certificates every day at … Continue reading
Posted in Linux
Leave a comment
How to Create an Admin User With All Privileges on MariaDB / MySQL
First, login to the server as root. If your MySQL / MariaDB installation is not set up to allow you in without a password, add the -p flag. This will prompt you for your root password. Once you’re in, run … Continue reading
Posted in MySQL / MariaDB
Leave a comment
How to Obtain a Let’s Encrypt SSL Certificate Using the WebRoot Plugin
Once you’ve installed certbot, run the following command after replacing the relevant variables with your information. Here’s what we’re doing:
Posted in FAQ, Linux
Leave a comment