How to Install Nextcloud on Amazon Linux 2023

NextCloud installation on Amazon Linux 2023

Sharing files and collaborating on different projects is a key need of businesses and even of individuals in today’s world where data plays an important role in our lives. So, to make the data, we need, accessible by us everywhere we can use the ‘Internet …

Read more

Installing MariaDB on Amazon Linux 2023

Install MariaDB 10.05 on Amazon Linux 2023

MariaDB is the fork of the popular MySQL Database management system that can be easily installed on Amazon Linux 2023 using the default repositories. It is also open source and almost all server Linux distros made it available readily for users because MariaDB has gained …

Read more

Installing MySQL 8 server & client on Amazon Linux 2023

Install MySQL Server on Amazon Linux 2023

MySQL Database server can easily be installed on Amazon Linux 2023 using the command. It is an open-source relational database management system hence available directly from most of the Linux distro’s official package repositories. It is a widely used Database server developed by Oracle and …

Read more

How to install Java 17 on Amazon linux 2023

Installing Java 17 on Amazon 2023 Linux

Java 17 version released by Oracle comes with new features and improvements to the Java programming language. If you’re running Amazon Linux 2023 and need to install Java 17, then Corretto is the best way to get it. Here in this quick guide, we take …

Read more

How to install Python 3.8 on Amazon Linux 2023

install Python 3.8 on Amazon Linux 2023

Python is now a widely used programming language in various fields including Machine learning and AI. It is a versatile language known for its clarity and readability. Despite the latest versions of the programming language developers often need to work on some old software that …

Read more

How to install K9s in Amazon Linux 2023?

K9S Amazon linux options

K9s is an open-source tool available on GitHub to interact with your Kubernetes clusters, here we learn the steps to install K9s on Amazon Linux servers. K9s is not just limited to Linux only but also supports Windows and macOS. The key purpose of this …

Read more

How to install Java 8/11 on Amazon Linux 2023

Installing Java in Amazon Linux 2023

Here we go through the commands available to install Java 11 or 8 on Amazon Linux 2023 for production or business applications in your cloud infrastructure. Java is available through the Amazon 2023 repositories as Corretto. But, what is Amazon Corretto? Amazon Corretto is a …

Read more

How to install Docker on Amazon Linux 2023

Installing Docker on Amazon Linux 2023

Installing Docker on Amazon Linux 2023 server system will allow users a seamless and efficient way to deploy and manage applications within isolated containers. Docker doesn’t need an introduction because it has already been used by hundreds of administrators for deploying multiple applications on single …

Read more

How to install PostgreSQL 15 Amazon linux 2023

command install postgresql Amazon linux 2023

PostgreSQL is perfect for those who are looking for a powerful open-source relational database management system. It is widely used by administrators for storing and managing data. So, if you have just installed the latest Amazon Linux 2023 on your AWS EC2 and looking for …

Read more

Can we install EPEL repo on Amazon Linux 2023?

Can we install EPEL repo on Amazon Linux 2023

Amazon Linux 2023 is the latest upgraded version for Amazon Linux 2 users. However, users cannot directly upgrade from AWS Linux 2 to AL2023, which means they either have to opt for a clean installation or switch to some other Linux. However, personally, I don’t …

Read more