How to Convert PPK to PEM in Linux using command

AWS, Linux
0
pppk to pem ssh
Some hosting provided ppk file to access the terminal of the server but we need pem file to connect with the server from the Ubuntu machine. SO in this article, I will explain to you a list of commands to convert ppk file to pem file using ubuntu commands. How…

What is Dependency Injection? and How to use it in Magento 2 ?

Magento 2
0
Dependency Injection Magento2
  Dependency injection is a set of software design principles and patterns that enables us to develop loosely coupled code, it is also one of the most misunderstood concepts in the object oriented programming. When class A uses some functionality of class B, then its said that class A has…

Magento Indexing & its Execution

Magento, Magento 2
0
magento indexing
Magento has an indexing method that increases page speed of the user interface. The so called EAV (Entity Attribute Value) is data storage solution which is very flexible, but its data reading process is not very fast. Magento indexing is aimed to solve this performance problem. Magento Indexing is used…

Most important magento 2 interview question

Magento 2
0
Magento Inerview Question & Answer
Q1. Which technology is used by Magento? There are multiple technologies used by Magento, with its web server and Database components. Its web server is being created using PHP scripting language whereas Database part is taken care of by MySQL. Data model being utilized by MySQL is based on the…

Magento data migration using Data migration tool – command line

AWS
0
As you know that Magento 2 different from Magento 1 and you can’t direct update your Magento 1 store to Magento 2 using any patch or extension or folder merge. You have to migrate all data and extension using migration tool which is provided by Magento itself. Here in this…

How to install Magento 2 using composer and git in 5 minutes

Magento 2
0
In this article, I will show you how to install Magento using composer and git on your server or localhost. First of all, make sure your server configuration meets the system requirements of Magento 2.Here you can check system requirements of Magento 2 Latest version http://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html Let’s start Magento 2…
Menu