Increasing Precision of Javascript Timeout & SetInterval

Problem Timeout functions are not accurate. They are not guaranteed to fire at the exact time you set them to. This i...

Different Ways To Create Object In Javascript

Explore different ways to create object in JavaScript.

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.