X

Lock PC with voice command using Python

Lock PC with voice command is a tutorial that will explain to you how to lock windows PC with a…

Sujeet Kr Singh

How to execute remote script through CURL and using a proxy

Sometimes we face some situations when we need to execute a remote script with a proxy like: We don't want…

Sujeet Kr Singh

Setup memcached for Magento on Amazon AWS ec2/CentOS/RedHat

What is Memcached and why should we use it? Memcached is a high-performance memory caching system which stores the data and…

Sujeet Kr Singh

How to add watermark to all images in folder and its sub folders

This is a continuous tutorial to my earlier tutorial about How to add watermark to all images in a folder.…

Sujeet Kr Singh

How to generate pfx file using pb7 file

PFX file is an SSL certificate which is used on IIS (Internet Information Services) on Microsoft Windows servers. When we purchase an…

Sujeet Kr Singh

How to schedule backup of MySQL Database on Linux

The database is a critical part of any application and we often need to keep the backup of the database…

Sujeet Kr Singh

Useful Linux commands and their usage

Linux has some handy and useful commands that we often need to use. Here I am listing some useful linux commands…

Sujeet Kr Singh

How to install SSL Certificate on Linux (CentOS), Amazon EC2, Apache Server

SSL(Secured Socket Layer) is a protocol that creates a secured and encrypted connection between browser and the server to prevent…

Sujeet Kr Singh

Why do we get 404 error after extension installation in Magento?

We often face 404 error while trying to open configuration page of newly installed extension. We all(almost) knew how to…

Sujeet Kr Singh

How to send attachment in an email using PHP

This tutorial will explain to you How to send attachment in an email using PHP by uploading the file using…

Sujeet Kr Singh