Become a validator and help secure eth2, a proof-of-stake blockchain. Anyone with 32 ETH can join.
Month: December 2020
What Are the Main DeFi Use Cases?
Decentralized finance, or DeFi for short, is a rapidly emerging sector that promises to disrupt the traditional financial industry with blockchain-based tools and services that
How to Use the “wc” Command in Bash?
The “wc” or the word count command in Bash is considered extremely useful as it helps in finding out various statistics of a file. In
How to install docker on Ubuntu 20.04
Docker is an open-source containerization platform that allows you to quickly build, test, and deploy applications as portable containers that can run virtually anywhere. A
How to Install Python Pip on Ubuntu 20.04
Pip is a package management system that simplifies installation and management of software packages written in Python used to install and manage software packages. Installing
The awk command in Linux
The awk command(stands for Aho, Weinberger, and Kernighan) is a great way to process and analyze a file of strings. In order for the files