If you’ve installed and configured Magento, Now you’re ready to log into your Magento Admin Panel. The administrator backend is where you can perform all of your shopping cart’s administrator functions. […]
Posts by seemab:
How to Change your Magento URL
There might be a situation when you want to change the URL or domain name of your Magento website. In this article we will show you how to change the URL of your Magneto website. […]
How to enable Logs in MySQL
Logs are the best part to start troubleshooting.In this article we will show you how to enable the different type of logs into MySQL server: Error Log: It contains all the information about MySQL errors.To enable MySQL error log edit MySQL configuration file and update following setting as per your requirements. [mysqld] log_error = /var/log/mysql/error.log […]
How to install and enable EPEL repo on CentOS 7
EPEL is an open source and free community based repository project which provides 100% high quality add-on software packages for Linux distribution including RHEL (Red Hat Enterprise Linux), CentOS, and Scientific Linux. By adding EPEL repo in your server’s repository source, you’ll be able to install lots of open source packages via Yum. To install EPEL […]
Creating 301 redirects with WordPress
A 301 redirect simply inform the search engines that a page has been permanently moved. In most cases, a 301 redirect is the best way of implementing redirects on a website. […]
How to check MySQL database size
This article will guide you to calculate size of tables and database in MySQL servers though sql queries. MySQL stored all the information related to tables in database in information_schema database. We will use information_schema table to find databases and tables size. To check single database size in MySQL we may run this query,Please change ‘testdb‘ with your actual database […]
How to find recently modified files in Linux
If you came into work and found out that some changes has made without leaving any documentation for you, In that case Linux have a quite powerful command which can help you to get the list of of all recently modified files. […]
Restart Windows Server using Command Prompt
In some cases if we don’t have GUI access for Windows systems, Then we can restart remote server using command line. This article will help you to reboot remote Windows Server using Command prompt. […]
Restart Linux Server using Command Prompt
Normally most of users Go to command line for managing remote Linux systems and Windows users used GUI for accessing remote or local system. This article will help you for reboot remote Linux Server using command prompt. […]
How to find Ubuntu Version, Codename and OS Architecture
In this article we will show you, how to find Ubuntu Version, Codename and OS Architecture. To get Ubuntu version details, Use […]