Browsing tag

ubuntu 20.04

How to Install pgAdmin on Ubuntu 22.04 / Ubuntu 20.04

pgAdmin is an open-source web-based management tool for managing PostgreSQL databases. It includes several features that can help you easily administer and maintain PostgreSQL databases. With pgAdmin, you can view and edit data in tables, run SQL queries, manage users and permissions, create sequences, etc., over a web browser pgAdmin is available for multiple operating […]

How to Set up DNS Server on Ubuntu 22.04 / Ubuntu 20.04

A domain Name System is an internet service used to resolve a domain name to IP Address and vice versa. This DNS service relieves us from remembering IP addresses to reach any services over the internet or intranet. Here, we will see how to set up DNS server on Ubuntu 22.04 / Ubuntu 20.04. Set […]

How to Install IntelliJ IDEA on Ubuntu 22.04 / Ubuntu 20.04

IntelliJ IDEA is an integrated development environment for developing Java applications. It is developed by JetBrains and is available in two editions, Community and Ultimate. IntelliJ IDEA core package supports Java, Groovy, Kotlin, and XML/XSL programming languages. In addition, support for additional languages such as Python, Perl, Go, Scala, etc., can be added by installing […]

How to Upgrade Ubuntu 20.04 to Ubuntu 22.04

Ubuntu 22.04 was released on April 21, 2022, codenamed Jammy Jellyfish. If you haven’t upgraded your system to Ubuntu 22.04 yet, here is the guide on upgrading Ubuntu 20.04 LTS or Ubuntu 21.10 to Ubuntu 22.04 LTS. If you wish, you can also perform a fresh installation of Ubuntu 20.04 on your system. Ubuntu 22.04 […]

How to Install Containerd on Ubuntu 22.04 / Ubuntu 20.04

containerd is an industry-standard container runtime that manages the complete container lifecycle of its host system. It handles image transfer and storage, container execution and supervision, low-level storage and network attachments, etc. containerd is one of the container runtimes that works with Kubernetes, and it will be suitable for your environment due to its simplicity. […]