Get fresh content from StatelyWorld

AWS Basic Commands

Connect to instance 1st approach (For MAC/Linux Laptops) Copy the private key to Desktop Other Steps: cd ~/Desktop chmod 400 ec2-key.pem ssh -i ec2-key.pem ec2-user@PUBLIC-IP-OF-EC2 2nd approach (For Windows but... Read More

July 9, 2023|AWS|

vi Editor

Vi editor is a powerful and widely used text editor in UNIX and Linux operating system. vi FILE_NAME

July 9, 2023|Linux|

Managing Duplicate Rows in SQL

When working with databases, duplicate rows can lead to inconsistencies and redundancy, potentially affecting the quality and reliability of your data. Fortunately, SQL provides powerful tools to identify and remove... Read More

June 22, 2023|SQL|

Magento 2 Tutorial

What is Magento 2? Magento 2 is an open-source E-commerce platform, which is created by Roy Rubin and Yoav Kutner under Varien Inc. Magento was first released on March 31, 2007. It is a useful... Read More

June 2, 2023|Magento 2|
Go to Top