Many users wants to work with WordPress in different languages for various users, but as soon as you change the website language, the Dashboard does as well. what if you want to keep the Dashboard in English, but display the site in French for the users? In this article we will see how do this. […]
Category: Cpanel
How to change Joomla admin user password from MySQL CLI
Clients having Joomla based websites occassionaly forget their password. This is very easy to reset Joomla admin user password from MySQL CLI (command line interface). […]
Running scripts outside of the CGI-bin
What does CGI mean? CGI stands for Common Gateway Interface . This is a standard way for webhosting servers to interface executable scripts with end users. Most of the hosts does not allow to execute those scripts outside the CGI-BIN folder. […]
How to Deny/Allow Access for Users & Groups in OpenSSH
For security reasons many times we need to restrict or allow SSH access for specific Users or Groups. OpenSSH has two directives for allowing and denying ssh user access. […]
How to Edit Magento Database Configuration File
Magento is a most popular eCommerce software application. In this article you will show you how to get details about Magento configuration file. […]
How to Install Apache 2, PHP7 and MariaDB 10.2 on CentOS 7.x
In this tutorial, I’m going to focus on work from the command line to install Apache PHP7 and MariaDB on Linux. This will be the same for all version of Linux – only the package manager will be different. […]
How to Install MySQL Server Instead of MariaDB on CentOS
If you try to use “yum” to install MySQL on CentOS, you’ll find that it actually installed MariaDB. Generally, MariaDB is a fork of MySql after it went under Oracle’s management. […]
Securing WordPress by Disabling XML-RPC Pingbacks
WordPress has a very practical performance that allows it to be manipulated through external sources using the xmlrpc.php file. […]
How to configure clustered nameservers on cPanel server
As we all know the importance of clustered nameservers on cPanel servers. This will be applicable for the user’s having more than one cPanel servers, once you setup DNS cluster then the chances for DNS to appears down will be lowered. […]
How to Mount and Unmount Filesystem in Linux
Mount is a point to access a filesystem in Linux. You can mount a filesystem on any directory and access material by simply entering to that directory. In Linux terms, these directories are known as mount points. This guide will help you to mount and unmount filesystem in Linux system. […]