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. […]
Posts by cmab:
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). […]
How to install and use plesk migrator extension
In This article, we will show you how to use the Plesk Migrator Extension to migrate website content to your VPS with Plesk. This migrator extension helps you to quickly pull site data from hosting services that are managed by using Plesk, cPanel, or Confixx web host panels. […]
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 Upgrade Ubuntu 14.04 LTS to Ubuntu 16.04 LTS
Ubuntu is Linux operating system widely used for Desktop as well as Server edition. Ubuntu is providing two types of releases Standard release and Long Term Support (LTS) release. […]
How to Create and Drop Users in MongoDB
MongoDB is a non-sql database server. The default installation provides you the access of database using command line without authentication. In this tutorial I will show how to create users in Mongodb server with proper authentications. […]
How to Resize root EBS Volume on AWS Linux Instance
I have created a new CentOS Linux machine. I have selected 50GB of root volume during creation of instance but when system came online it was displaying only 8GB of disk is usable. […]
How to Enable Swap on Ubuntu systems
Swap is very useful for those systems which required more RAM If memory is full services got crashed due to insufficient memory. In this situation system required more RAM to run applications properly as it check for swap space and transfer files there. […]
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. […]