Install Peatio on Server. Complete Guide

Peatio is an open-source crypto currency exchange program. It is implementation with the rails framework and other cu...

Understanding Packages, Repository and Package Manager in linux

One of the most important feature while choosing linux distribution is it’s packaging system. Packages and Linux dist...

Step by step guide for hosting static site in GitHub

GitHub allows us to host static sites in GitHub for free. It also supports static site builders like ` Jekyll``. But ...

Reset root or user password of Linux (Ubuntu/Debian) OS

If you accidentally forgot your root or user password of Linux OS, you can reset it from the terminal/ safe mode. Thi...

How to enable swap in ubuntu and Debian?

What is swap space? Swap space in any operating system is the amount of disk space reserved for moving inactive page...

Making system alert sound via Electron app

Electron export shell modules which help developers to interact with a desktop environment. Shell functions are avail...

Useful git commands to become git quickie

Most useful git commands to become git quickie.

CSS centering [Simple Guide as Possible]

Vertical centering Translate is processed at the end, meaning it is based on the final element height. This means it...

How big a function should be?

It is good to have a function that is small, and pure and will perform only one thing and do it very well. Let’s look...