Cyberithub

How to Install Lens Desktop on Ubuntu or Debian

How to Install Lens Desktop on Ubuntu or Debian 3

In this article, we will see how to install lens desktop on Ubuntu or Debian. Lens is a powerful, lightweight, easy to use Kubernetes Integrated Development Environment (IDE) designed to work in all major platforms. It can be used by small to large scale organizations to manage multiple kubernetes clusters with ease. Lens can be ... Read more

How to Install Checkmarx One CLI on Linux

How to Install Checkmarx One CLI on Linux 7

In this article, we will see how to install Checkmarx One CLI on Linux. Checkmarx One CLI is an excellent command line interface tool which can be directly and seamlessly integrated with CI/CD pipelines to perform security testing and code analysis of source code before deploying it to production. This is done to identify and ... Read more

How to Install sbt on Ubuntu 22.04

How to Install sbt on Ubuntu 22.04 8

In this article, we will see how to install sbt on Ubuntu Linux. If you are looking to build complex and multi-module scala projects then you should definitely go with sbt command line tool. Although this open source tool has lot of features but it is mostly known for its incremental compilation model. In this ... Read more

How to Install Envoy proxy on Ubuntu Linux

How to Install Envoy proxy on Ubuntu Linux 35

In this article, we will see how to install envoy proxy on Ubuntu Linux. Envoy is a free and open source L7 proxy designed to bridge the gap between multiple application frameworks and languages. It makes the network transparent and works with almost all the application languages. A single envoy deployment forms a communication mesh ... Read more

How to Install libtool on Ubuntu 22.04

How to Install libtool on Ubuntu 22.04 38

In this article, we will see how to install libtool on Ubuntu 22.04. Libtool is a very popular free and open source tool used for creating and managing shared libraries across various linux and unix platforms. It is part of GNU build system along with other tools like autoconf and automake. It makes developers life ... Read more