Installing Kate text editor on Linux

Installing Kate text editor on Ubuntu linux

What is Kate Editor? Kate is a popular text editor developed by KDE (K Desktop Environment) for Linux, Windows, and macOS. Here we learn the commands to install Kate on Ubuntu 22.04 or 20.04 LTS Linux. One of the popular choices of Text editors by …

Read more

How to install Jupyter Notebook in Ubuntu VSCode?

Install Jupyter Notebook extention VScode ubuntu

Developers use Jupyter Notebook for having a web-based interactive development environment. It is pretty popular among the developers of Data science and scientific computing because of its ability to share live code and an intuitive way to explore data, experiment with algorithms, and communicate findings. …

Read more

How to Select a directory name during untarring?

Extract Tar with some different folder name

Learn how to select a folder name to extract Tar or Tar.gz compressed archives, so that it automatically saves the files in our desired location while extracting them. What is Untarring? As we know Tar is a popular command utility in Linux systems for Archiving …

Read more

How to Install Jetbrains toolbox Ubuntu 22.04 LTS

Install Jetbrains Toolbox on Ubuntu 22.04

Start using various JetBrains tools by installing its Toolbox on Ubuntu 22.04 LTS Jammy using the command terminal for developing applications. JetBrains Toolbox is not just limited to Linux only instead it is a cross-platform desktop application that supports Windows and macOS as well. It …

Read more

How to install boto3 on Amazon Linux 2 – AWS EC2?

Install boto3 on Amazon Linux 2

Boto3 is an Amazon Web Services (AWS) provided Python software development kit (SDK) for building applications and making them communicate with various AWS services such as Amazon S3, Amazon EC2, Amazon DynamoDB, and more. It helps developers easily create, configure, and manage AWS services for …

Read more

How to install node and npm on amazon linux 2 – AWS Ec2?

Install Nodejs and NPM on Amazon Linux 2

Follow the simple commands for installing Node.js 16.x and NPM 9.x on Amazon Linux 2 running on AWS Ec2 servers for developing web applications. Node.js is a popular server-side Javascript runtime environment used by thousands of developers around the globe. It is built on Chrome’s …

Read more

How to install Erlang on Amazon Linux 2 – AWS EC2?

command to install Elrang on Amazon Linux 2

Erlang which is also known as Erlang/OTP, or Open Telecom Platform (OTP) is a programming language with similar syntax to other functional languages such as Haskell and Lisp. It is designed to build scalable, distributed, and fault-tolerant systems. At Ericsson Telecom in Sweden, it was …

Read more