Basic Errors & Solutions For Python Beginners. Date Posted: 13-10-2018 In this article, we are going to discuss a basic errors and  its solution in python. This article will help the beginners to know about  the errors and  guide them to solve it. let us detailed below, 1.Indentation Errors: It generally… Continue Reading Basic Errors & Solutions For Python Beginners.

Using AWS Command Line Interface[AWS-CLI] for accessing S3 bucket. DATE POSTED: 06-10-2018 This was  simple manual solution and temporary way for  automation of  sending all your required  files to a remote backup.Immediate ways  to uploading and downloading the files to S3  become very easy by using AWS -CLI. Thus,here are… Continue Reading Using AWS Command Line Interface[AWS-CLI] for accessing S3 bucket.

File transfer using Winscp Posted On : 04-10-2018 In this article we are going to explain how to transfer files from Windows Client machine to remote server.On account of files transfer from local windows client to remote, we’re using WinSCP plugin to perform the same. Introduction: WinSCP (Windows Secure Copy)… Continue Reading File transfer using Winscp

Dated on  28/09/2018 Setup password authentication for Apache2 in Centos Step 1. Login to server using ssh. Step 2. To create the authentication of the apache2 it is necessary to have the apache2 on server. Check whether the server has already installed apache2 and check the version here we have… Continue Reading Setup password authentication for Apache2 in Centos

ANGULAR 2 INSTALLATION STEPS Step 1.Download the node and install on your local machine using this link https://nodejs.org/en/. Step 2. To install the Angular CLI: npm install -g @angular/cli Step 3. Check the version of node and npm that also use to check whether installed or not. Step 4. Generating… Continue Reading Angular 2 installation

How to Install Let’s Encrypt SSL Date posted: 28-sep-2018 Please follow  this steps to install the SSL certificate. Step 1: Install CertBot Type the given commands sudo apt-get install software-properties-common python-software-properties sudo add-apt-repository ppa:certbot/certbot sudo apt-get update sudo apt-get install python-certbot-apache   Step 2: Install Let’s Encrypt SSL Install Let’s Encrypt… Continue Reading How to Install Let’s Encrypt SSL

How to change Ngnix config setup to another port 8080 in Linux. Date posted:   28 /09/2018 In this article , we learn about how to change Ngnix port in Linux. Nginx is an open source server having high traffic websites in internet today. Among  all the web services, Nginx web server… Continue Reading How to change Ngnix config setup to another port 8080 in Linux.

Configure multiple uwsgi application on nginx Date Posted: 16-08-2018 In our previous posts, we explained on how to configure uwsgi application on nginx. In this post, we will explain on how to configure multiple uwsgi application on nginx.   There two places we need to add configuration files to accomplish… Continue Reading Configure multiple uwsgi application on nginx

httpd: error while loading shared libraries: libaprutil-1.so.0: cannot open shared object file: No such file or directory|cPanel Date Posted: 04-04-2018 Recently, we have received an issue with respect to libaprutil package on cPanel server. The apache service went down due to this. The following steps will help on fixing the issue.… Continue Reading httpd: error while loading shared libraries: libaprutil-1.so.0: cannot open shared object file: No such file or directory|cPanel