How To Check Python Version
2023.11.20 in Posts
Categories:
In the world of programming, knowing which version of Python you are working with is crucial. Python is continuously evolving, with new features and improvements being introduced in each version. Whether you are a beginner or an experienced …
How To Install IntelliJ IDEA on Ubuntu 22.04 LTS
2022.06.08 in Posts
Categories:
Introduction In this tutorial, we learn how to install IntelliJ IDEA on Ubuntu 22.04 LTS (Jammy Jellyfish). IntelliJ IDEA is an Integrated Development Environment (IDE) for JVM languages designed to maximize developer productivity. It does the …
How To Create AWS EC2 Keypair
2022.04.10 in Posts
Categories:
Introduction In this tutorial we learn how to create AWS key pairs. AWS key pairs is used to access EC2 instances in AWS. We will learn creating AWS Key Pairs using various methods from AWS Console, CloudFormation to Terraform. AWS Key Pairs …
How To Install PostgreSQL 14 on Ubuntu 20.04
2021.10.20 in Posts
Categories:
Introduction In this tutorial, we learn how to install PostgreSQL 14 on Ubuntu 20.04 (Focal Fossa). PostgreSQL, or usually called Postgres, is an open-source object-relational database management system (ORDBMS) with an emphasis on extensibility and …
Netlify deploy RangeError: Maximum call stack size exceeded
2021.10.05 in Posts
Categories:
This morning I was deploying one of the site on our network to Netlify using the usual command: netlify deploy --prod But after the CDN diffing files I got the following error message RangeError: Maximum call stack size exceeded How To Fix Firstly, …
How to Enable EPEL Repository on CentOS 8
2021.08.03 in Posts
Categories:
Introduction In this tutorial we’ll learn how to enable EPEL repository on CentOS 8 EPEL stands for Extra Packages for Enterprise Linux. It’s a Fedora Special Interest Group that creates, maintain and manages high quality set of …
How To Install Vagrant on Ubuntu 20.04
2021.07.18 in Posts
Categories:
Introduction In this tutorial, we learn how to install Vagrant on Ubuntu 20.04. Vagrant is a command line utility for managing the life cycle of virtual machine. We can use vagrant to provision virtual machine on our computer / laptop using …
How To Install Amazon Corretto 16 on Ubuntu 18.04
2021.07.15 in Posts
Categories:
Introduction In this tutorial we learn how to install Amazon Corretto 16 on Ubuntu 18.04. Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK). It comes with long-term support that …
How To Install Amazon Corretto 15 on Ubuntu 20.04
2021.07.15 in Posts
Categories:
Introduction In this tutorial we learn how to install Amazon Corretto 15 on Ubuntu 20.04. Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK). It comes with long-term support that …
How To Install Amazon Corretto 16 on Ubuntu 20.04
2021.07.15 in Posts
Categories:
Introduction In this tutorial we learn how to install Amazon Corretto 16 on Ubuntu 20.04. Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK). It comes with long-term support that …