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

How to install Figlet on Amazon Linux 2 AWS

Install Figlet on Amazon Linux 2

Create a stylized ASCII text banner on your command line screen by installing Figlet on Amazon Linux 2 with the help of the EPEL repository. Figlet is a command-line utility that allows you to create ASCII text banners, also known as “FIGlets.” We can install …

Read more

Steps to Install GitHub Desktop on Debian Linux

installing github desktop app debian 11 12 10

Are you a developer who is looking for GUI for Git then you probably want to install the GitHub GUI Desktop app on your Debian-based Linux systems such as Bookworm (12) and Bullseye (11) or Buster 10. We don’t need to introduce GitHub to developers …

Read more