
How to Show the Tables in a MySQL Database Server
In this guide i will guide you the simple step to show the table on the database server. Assume that the wordpress blog has been installed and running fine with…
The technology blog that consist of updates, tips, recommendations, how-tos, manuals, troubleshoot solutions, fix errors on linux and windows.
How to Show the Tables in a MySQL Database Server
In this guide i will guide you the simple step to show the table on the database server. Assume that the wordpress blog has been installed and running fine with…
How to Grant Privileges in MySQL Database Server
To grant privileges in a MySQL database server, you need to use the GRANT statement. This statement allows you to grant specific permissions to a user, such as creating or…
How to Fix “missing the MySQL extension” on Linux
I believe most users who try to install WordPress on a Linux server encountered this problem. This problem occurs if Apache, PHP and MySQL server has been installed but without…
How to Delete a User Account in Linux
In Linux, there are times when you may need to delete a user account, whether for security or administrative purposes. There are several scenarios when you may need to do…
How to Add User into Group in Linux
There are two ways to add user into existing group which are useradd and usermod. The useradd command is to create a new user or update default new user information….
In Linux, there are various ways to find files on your system. The ability to locate specific files is important when you need to access them quickly or make changes…
How to Remove Gnome-Desktop using Yum
In this step-by-step guide, we will discuss how to remove the GNOME Desktop Environment from a Linux system using Yum, a package manager for RPM-based Linux distributions. The goal is…
How to Install and Configure Port Forwarding Using Rinetd in Windows
Rinetd purpose is to redirects the TCP connections from one IP address and port to another. Since rinetd runs as a single process using nonblocking I/O, it is able to…
How to Create Additional User on VMware ESXi 4.1 Host
There is easy way to create the additional user on VMware ESXi 4.1 host. This steps also can be apply on ESX 4.0 or ESXi 4.0 or ESX 4.1 host….
How to Properly Shutdown Linux CentOS/RHEL Server
Properly shutting down your Linux system is important to avoid potential data loss, filesystem corruption, and to ensure a clean startup the next time you use the system. In this…
How to Resolve mount: mount point /cdrom does not exist
If you install the CentOS in VM ESX/ESXi server with minimum packages without GUI(Graphical User Interface), you have to know more about the linux command. I believe most of the…
How to Reset CentOS root Password
For those who are forgot their CentOS root password, please do not panic. There was the easy way to reset the root password for CentOS. Please follow this steps and…