5 Ways to Kill a Process on a Port in Ubuntu Linux

Kill a Process on a Port in Ubuntu linux

Learning to manage processes and ports using the command in Linux is quite important if you are planning to use open-source distros, especially for commercial purposes. It helps the Linux administrators to find and end the stubborn process occupying some specific port and hindering in …

Read more

How to install AWS Toolkit on Linux for IntelliJ IDEA

Insstall AWS Toolkit for IntelliJ IDEA

AWS ToolKit is a set of Tools offered by Amazon Web services that allows developers to interact with its various services from their development environments. For example, we can integrate AWS Toolkit in popular IDEs such as IntelliJ IDEA, VSCode, or PyCharm. This helps developers …

Read more

How to Install eksctl CLI tool on Ubuntu Linux

Install eksctl CLI tool on Ubuntu Linux

eksctl is a command line tool offered by Amazon for creating and managing Kubernetes clusters on Amazon Elastic Kubernetes Service (EKS). Using eksctl, users can easily deploy and scale containerized applications on AWS without the need for extensive manual configuration. Learn the steps to install …

Read more

How to install XFCE GUI on AWS Ubuntu EC2 Instance

Start using UBUNTU GUI installed on AWS EC2 Instance

Whether you are running Ubuntu 22.04 or 20.04 or any other version of this Linux, here we learn the commands to install XFCE GUI on Ubuntu Linux running on AWS EC2 Instance.  Amazon Web Services (AWS) is a popular cloud service that runs virtual machines …

Read more