Install Brackets Code Editor on Debian 11 Bullseye

Install Brackets in Debian 11

Steps to install Brackets Code editor on popular Debian 11 Bullseye Linux to start coding and having a live preview in the Chrome browser. “Brackets” was developed by Adobe and can be considered a successor of AdobeEdge Code. However, later Adobe discontinued support for Brackets …

Read more

How to Install Jupyter on Ubuntu 20.04 LTS Linux

Install Jupyter on Ubuntu 20.04 LTS Linux

Tutorial to learn the steps involve in the installation of Jupyter Notebook on Ubuntu  20.04 Focal Fossa using the command Terminal. What is Jupyter Notebook? The Jupyter Project is a non-profit initiative that aims to develop and provide open-source software and open standards for interactive …

Read more

How to Install SonarQube on Ubuntu 22.04 LTS Server

How to install SonarQube on Ubuntu 22.04 LTS Jammy

Tutorial for learning the commands and steps to install SonarQube on Ubuntu 22.04 LTS Jammy JellyFish for analyzing code quality.  If the code is to be analyzed statically and dynamically, several tool decisions have to be made. In the Java world, but also in the …

Read more

How to install Erlang on Ubuntu 20.04 LTS Linux

How to install Erlang on Ubuntu 20.04 LTS Linux

Learn the commands to install Erlang programming language on Ubuntu 20.04 LTS Focal fossa Linux and also an example to create Hello World program.  Erlang is an open-source programming language that is nowadays often used for (massively) parallel programming and distributed systems. However, the origins lie …

Read more

How to install Miniconda on Ubuntu 20.04 LTS Focal

Install MiniConda3 on Ubuntu 22.04

Learn the ways to install MiniConda3 on Ubuntu 20.04 LTS Focal Fossa to use Conda package manager to install Anaconda Packages.  The Anaconda distribution is a collection of software for scientific purposes. It includes a Python installation, an R installation, and the Conda package manager, …

Read more

How to install .Net Core on Manjaro Linux

Install .Net Core on Manjaro Linux

Learn the commands to install Microsoft .Net or Dot Net Core on Arch-based Manjaro Linux to start developing your applications. .NET is an open-source development framework platform available free to use and install on all popular operating systems such as Windows, Linux, and macOS operating …

Read more