What is Rsync over SSH?

Rsync is a very flexible network-enabled syncing tool. It can also refer to the network protocol developed to utilize this tool.  Rsync stands for Remote Sync. Normally rsync is used to transfer file from one server (source) to another server (destination). Basic Syntax 1)  Create some test files with the following commands: cd ~ mkdir […]

How to install Django on a Linux shared hosting account?

Django is a Python-based framework that enables you to quickly and easily create powerful websites. This article demonstrates how to install and configure Django on a Linux shared hosting account that uses cPanel. After completing the following procedures, you will have a functioning registered Django site on your account that: Loads a static homepage for […]

Learning OpenStack Message (Zaqar) with authenticating Token and sending requests to API

OpenStack Message (Zaqar) is one of the components of OpenStack. Today we are going to learn the concept of Zaqar as well as how to authenticate Token and how to send a request to API. Concept of Zaqar: Zaqar is a multi-project cloud messaging as well as notification service which is helpful to the web […]