General
Switching modes in magento2
An overview To improve security and ease-of-use, magento has built-in commands that switches magento modes from developer to production and vice versa. Production mode also has better performance because static view files are populated in the ...
Compiling code and deploying static view files in magento2
Code compilation To compile the code in magento2, we use setup:di:compile command which performs the following tasks : Application code generation – for factories, proxies Interceptor generation – improve code generation of interceptors Interception ...
Connect MySQL database from MySQL Workbench
To directly connect the MySQL server from MySQL Workbench we have to allow the IP address of the system you will be accessing the MySQL Workbench from. As convenient it sounds, it isn't always feasible to do so since the some of us still have a ...
Manage Yoast redirection
1. Go to the Wordpress admin login page : https://blog.oureducation.in/wp-login.php 2. Enter the credentials and log in 3. Create a test post and save it 4. Now edit it in classic editor and change the permalink to anything. 5. The yoast redirect ...
Installing Python on Centos7
Install Development tools using : yum groupinstall "Development Tools" -y 2. Now change the dircetory to opt : cd /opt/ 3. Download the tar file for python using wget command : wget ...
How to flush nginx pagespeed cache on a Ubuntu server?
What is nginx pagespeed? It is actually a third party dynamic module for nginx, which can be compiled into nginx server. It is provided by Google PageSpeed, a suite of tools for measuring and optimizing the performance of your website. Flushing ...
How to setup and install SoftEther VPN client in your windows system?
Follow the steps below, in order to install SoftEther vpn client : Go to the above link to download VPN-client - https://www.softether-download.com/en.aspx?product=softether From the drop down list, select software as Soft ether VPN, component as ...
How to connect to ftp/sftp using filezilla?
What is filezilla? Filezilla is a free and open source SFTP(secure FTP)/FTP client which is built on modern standards. It is available cross-platform (Mac, Windows and Linux) and is actively maintained. First you will need to download and install the ...
How to setup/add email account in cPanel?
Based on the themes, this article is divided into two parts : For cPanel Basic Theme For cPanel Retro Theme For cPanel Basic Theme : 1. Login to your cPanel account and under the Email section, click on Email Accounts menu. 2. Navigate to ...
FileZilla timeouts after 20 seconds
When you access the server via FTP using Filezilla, it displays connection timeout error, it is the time to change the Filezilla settings for resolving the issue. Check the below steps to resolve timeout issue: 1. Open FileZilla. 2. In the dashboard, ...
Using traceroute to troubleshoot network issues
When you connect to a website, the traffic has to go through several intermediaries like your local router, your Internet service provider’s routers, onto larger networks, and so on. Traceroute shows us the path traffic takes to reach the website. It ...
Clearing the known_hosts ssh file
Sometimes when connecting to a computer with SSH, things can get jumbled up and an error can occur that looks like this: The purpose of the known_hosts file is for the client to authenticate the server they are connecting to. This error will occur ...
How to Connect to an SSH Server from Windows, macOS, or Linux
An SSH client allows you to connect to a remote computer running an SSH server. 1. Windows The most popular and widely recommended solution for connecting to SSH servers is an open source, third-party application called PuTTY. But now with windows 10 ...
How To Edit Hosts File (Local Point) In Linux, Windows, Or Mac
Introduction The hosts file in Windows, Mac, or Linux maps hostnames to IP addresses. For example, an intranet, like a corporate office that has servers for users to access, or it could be domain names for servers on the internet. Editing your hosts ...
How to set email forwarding in Cpanel ?
This article is divided into two parts. Each part is dedicated to a dedicated theme for Cpanel. For Cpanel paper_lantern theme : 1. Log into Cpanel account, go to EMAIL and click on forwarders. 2. To create new forwarding rule, click on ADD ...
Magento Customer login does not work in Chrome browser
Problem description Customers can not log in into Magento with Chrome browser, the login page just reloads without any errors or warnings. But when customer logins in other browsers and admin back-end login function properly. Cause Magento sets an ...
Commit Standards
Specification : Commit Standards is an easy methodology to make git commit messages more useful. It provides an easy set of rules for creating an informative git commit history, which makes it easier to write automated tools on top of. Enforcing this ...
How to create and restore cPanel backups.
How to create a full cPanel backup A full cPanel backup includes all account files, databases, email accounts and settings. 1. Go to cPanel > Files section > Backup menu: 2. Click on Download a Full Website Backup: 3. By default, a full cPanel ...
How to configure base URLs for a Magento 1 website?
In this article, we are going to change the base URLs of a Magento 1 website, using the swiss army knife for Magento developers, sysadmins and devops i.e. n98-magerun. Base URLs can be also changed from the Magento Site backend as well as from the ...
How to configure base URLs for a Magento 2 website?
In this article, we are going to change the base URLs of a Magento 2 website, using the swiss army knife for Magento developers, sysadmins and devops i.e. n98-magerun2. Base URLs can be also changed from the Magento Site backend as well as from the ...