How to install Flutter on Fedora Linux

Flutter installed successfully on Fedora

Flutter is a UI framework having Dart as an underlying programming language. It is developed by Google with which native apps for mobile, web, and desktop can be developed with a single code base in a very short time.  Flutter architecture is based on two …

Read more

How to Install Jenkins on AlmaLinux 8 or Rocky Linux

Jenkins installed Dashboard on Almalinux or Rocky

Here we’ll see the commands to install Jenkins on RPM-based AlmaLinux and Rocky Linux for building and testing of applications. What is Jenkins?  Jenkins ( fork of the Hudson) is a web-based open source continuous integration server system. It is written in Java and is …

Read more

Two ways to Install Eclipse IDE in AlmaLinux & Rocky Linux 8

Install Eclipse IDE in AlmaLinux and Rocky Linux 8

Eclipse is an integrated development environment (IDE) for a variety of programming and metalanguages. Originally it was for the object-oriented programming language Java and gradually expanded to include other languages ​​such as HTML, CSS, or PHP. It is available for systems regardless of platform. These …

Read more

Command to Install Android Studio on Ubuntu 20.04 Linux

How to install Android Studio on Ubuntu 20.04 LTS

To create Android apps, the developers can download an official free-to-use platform called “Android Studio”. It is based on IntelliJ IDEA, a complete development environment, that bundles all the functions required for developing and debugging apps. This gives developers an alternative to the Android SDK, …

Read more

How to install Terraform on Linux such as Ubuntu 20.04 LTS server

install Terraform on Linux min

What is Terraform code software tool?  Terraform is an open-source uniform configuration language that allows administrators to describe IT resources implementation in a “standardized” manner. It provides a command-line interface workflow to manage various types of cloud services such as Aws, Google Cloud, Vmware, Microsoft …

Read more

How to install npm and nodejs 14.x on Kali Linux

Install NodeJS 14 and NPM on Kali Linux min

Node.js is a scripting language available to install not only on Kali Linux but for Windows, FreeBSD, macOS, and other common platforms. Whereas npm is a JavaScript programming language package manager that comes along with Node.js.  With Node.js, the popular JavaScript language has also found …

Read more