Updating MySQL Data Directory (dataDir) on Ubuntu
To move the MySQL data folder from the default path to a new location, such as /mnt/r-data/mysql, in MySQL 8 on …
Preparing a Python Virtual Environment on Ubuntu
Ubuntu comes with Python installed by default. For example, in the version of Ubuntu we will be working with in …
Installing and Configuring an Online Store in WordPress
If you have a business, whether selling products or services physically, having an online presence is mandatory. We are in …
Configuring WP Mail SMTP for Gmail
Sending emails from your WordPress website is vital, whether it’s to receive notifications when a comment or suggestion is posted …
Deploying WordPress on Kubernetes
Today, with advances in technology and information readily available, it is very feasible to run your own website—whether it’s a …
Accessing with the Root User via SSH
In a previous article titled Configuring SSH Access on Ubuntu, we discussed how to set up SSH access on Ubuntu …