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 TradingView app for Ubuntu Linux desktop

TradingView app for Ubuntu Linux desktop

Whether you are using Ubuntu 23.04/22.04/20.04… if you want to install the TradingView app on your Ubuntu Linux using GUI or command terminal then here are the steps to follow. Those who are trading Forex, Stocks, Futures, Indexes, cryptocurrencies, and commodities would already know about …

Read more

How to install Nakivo Backup & Replication on Ubuntu Linux

Install Nakivo software on Ubuntu Linux

NAKIVO Backup & Replication is a paid data backup software solution for businesses that want to protect their data from an accidental mishap. It provides backup, replication, and recovery capabilities from various types of data loss such due to hardware failures, software issues, accidental deletions, …

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 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

How to update NodeJS and NPM to their latest versions?

How to update NodeJS and NPM to their latest versions

Node.js and NPM (Node Package Manager) both are popular and widely used tools among the developer’s community. On one side where nodejs is a JavaScript run-time environment, NPM is its package manager to install various libraries and packages for it, easily. Both tools are used …

Read more