Steps to Setup Sysdig to Monitor Linux System on Ubuntu 20.04 LTS

Sysdig is a free & open source monitoring tool & used to monitor system load. It helps to capture and analyze application logs and troubleshoot the system-related issues. It is used to monitor CPU usage, Processes CPU, memory usage & Users. There are some steps to Install & Configure Sysdig Monitoring tool on Ubuntu: Step …

Steps to Setup Jetty9 on Ubuntu 20.04 LTS

Hello, In this blog we are going to discuss how to install the Jetty9 on Ubuntu. Jetty is a free & open source HTTP Servlet Server, written in Java. It provides a web server and servlet container & providing additionally support for HTTP/2, Web Socket, OSGi, JMX, JNDI, & JAAS. There are some steps to …

Steps to Install & Configure Gogs on Ubuntu 20.04 LTS

In this post we are going to discuss about for Gogs Git service on Ubuntu. Gogs is an open source Git service written in Go language. Gogs web interface  is very similar to GitHub and offers support for MySQL, PostgreSQL, and SQLite database. Using Gogs web interface ,we can create, manage the repositorys. There are …

Steps to Install & Configure Apache Subversion on Ubuntu 20.04 LTS

In this blog we are going to discuss about for Apache Subversion. Apache Subversion is a free & open source software, written in Java. It is a version control based released under the Apache License. Using SVN, we can manage and track changes to code and assets across projects. It supports SVN, SVN+SSH, HTTP, and …

Steps to Install & Configure Salt/SaltStack Master & Minion on Ubuntu 20.04 LTS

Hello, In this Blog we are going to discuss How to Setup Salt master & Salt Minion on Ubuntu server. Salt is a free & open source python-based configuration management platform. Salt Master  is used to manage/control a number of Salt minions. We can easily install & configure commands on salt minion from salt master. …