Month: February 2020
Insert a block into a page – Home page
Today I will explain how you can insert an already created block into your magento page. Please visit – https://websofttechs.com/tutorials/create-new-cms-block-with-new-product-list/ to learn how to Create …
Create new CMS block with new product list
Today I will explain how to create a create new CMS block with new product list and many others. Login to your Magento admin …
Disable Password Expiration in Magento 2
Hi Guys, Today i came across a situation where I had to reset my admin password for Magento in order to continue. I kept …
How to Setup Python Script Autorun As a Service in Ubuntu 18.04

Setup Autorun a Python Script Using Systemd in Ubuntu 18.04 Create Python Application $ sudo vi /usr/bin/test_service.py Write some code : #!/usr/bin/python3 import time while …
Wrap Angular to Cordova

Making Angular project an Android app with Cordova Apache Cordova is a mobile application development framework which allows you to create mobile app with simple …
Electronjs with Angular

Turn Your Angular Project Into Desktop Application With Electron Js Electron Js is a node js framework which allows you to create desktop application with …
Install tomcat in Ubuntu

Introduction Apache Tomcat is an Open Source Application that implements java Servlet, JSP(java Server Page) is used to deploy web application in the servlet container. …
Install Java (Open JDK / JRE) in Ubuntu
Introduction Java is one of the most popular language of 21st century. JAVA is used for mobile applications (Specifically Android) Web Applications, Web Servers Desktop …
Connect AWS instance with Filezilla

Accessing Amazon EC2 in Filezilla SFTP To connect to a running Amazon EC2 instance with Filezilla: 1. Edit -> Settings -> Connection -> SFTP 2. …