-
AutoMySQLBackup: Effortless MySQL Database Backups
AutoMySQLBackup is an open-source tool for automatic backup of MySQL databases. It offers features including automatic backups, email notifications, incremental backups, backup compression, and encryption. The tutorial guides on how to install and configure AutoMySQLBackup on Ubuntu servers, including setting up the tool, creating a configuration file, and scheduling automatic backups.
-
Import VMware Machines to VirtualBox: A Simple Guide
The tutorial guides students and new users on how to import existing VMware Workstation guest machines to VirtualBox without converting the .vmdk disk. After installing the VirtualBox extension pack, the users can import the .vmdk file directly. It is important to note that deleting the virtual machine from either host software will delete the file…
-
How to Install Windows 10 on VMware Workstation Pro
The article provides a detailed guide on how to install Windows 10 on a VMware Workstation Pro virtual guest machine, an ideal tool for IT students and professionals to run different operating systems without additional hardware cost. After setting up the software, the guide walks users through creating a virtual machine, booting it up, and…
-
How to change a MAC Address on Ubuntu Linux
The article provides a tutorial on how to change the MAC address on an Ubuntu system. It argues that changing the MAC address can provide a solution to network conflicts, such as duplicating IP addresses from the DHCP server. Steps include installing the MAC address change package then using ‘macchanger-gtk’ to implement the change.
-
How to Reset Forgotten WordPress Passwords
The post guides users on how to reset forgotten passwords in WordPress using different methods: from the WordPress Admin Dashboard, from the login page, via phpMyAdmin on cPanel, or using MySQL. Each method’s effectiveness depends on factors such as email accessibility, server permissions, and user’s privileges.
-
Install WordPress with HHVM for Better Performance
This tutorial guides students and new users on how to install and run WordPress with HHVM (Hip Hop Virtual Machine) support on Ubuntu for improved performance. The process involves preparing Ubuntu server, installing Nginx web server and MariaDB, creating a WordPress database, installing HHVM, configuring Nginx, installing WordPress, and finalizing the installation. The tutorial offers…
-
How to Export and Import Databases with phpMyAdmin
This post explains how to use cPanel and phpMyAdmin to export and import MySQL and MariaDB databases, common in most WordPress setups. phpMyAdmin is an open-source, web-based tool for managing databases. The process includes exporting the database for backup or migration, storing its content, then importing it onto the same or different host if needed.…
-
How to Change WordPress Username via cPanel and phpMyAdmin
This tutorial guides students and new web admins on changing their WordPress usernames using cPanel and phpMyAdmin. Mistakes in setting up WordPress, such as choosing the wrong account name, can be corrected through these tools. Users can access phpMyAdmin from their cPanel to manage their sites and change their WordPress username.
-
How to display new WordPress comments first
The default setting on WordPress positions older comments at the top of the comment page, which may not be effective for old posts discussing ever-changing topics such as technology. This article advocates for rearranging comments so that newer ones appear first, providing more relevant and recent information. It also includes a step-by-step guide on how…
-
Remove Website Field from WordPress Comments
The post discusses how people often include their website URLs in comments on WordPress blogs to increase traffic, which can compromise the authenticity of discussions. To counter this, it provides instructions on removing the website field from the WordPress comment form. It instructs users to edit their theme’s function.php file to curtail the practice of…