Steps to Install & Configure Lighttpd web server on Ubuntu 20.04 LTS

Lighttpd is a free & open source web server this used for high-performance environments. It is secure, fast & consumes very few resources and capable of serving large loads. It also supports FastCGI, CGI, Output-Compression, and URL-Rewriting. There are some steps to Install & configure Lighttpd on Ubuntu: Requirements: Ubuntu machine with Sudo privileges. Step …

Step to Install Rust Programming Language on Ubuntu 20.04 LTS

Rust is a free & open source Programming language tool. It is used to create fast and secure applications & supports zero-cost abstractions, threads without data races, move semantics, minimal runtime, and pattern matching. There are some steps to install Rust on Ubuntu: Step 1: Update the System. apt-get update Step 2: Install Rust on …

Steps to Install & Configure Sentry on Ubuntu 20.04 LTS

Sentry is an open source python application for error tracking.It is used for monitor & fix the errors in real time & send a notification via a email or SMS when error is found. There are some steps to install & configure Sentry on Ubuntu: Requirements: Ubuntu system with sudo privileges. Step 1: Update the …

Steps to Install & Configure HashiCorp Nomad on Ubuntu

Nomad is a free & open source HashiCorp tool.It is a simple and flexible workload orchestrator which is used for deploy and manage containers and non-containerized applications across on-prem and clouds at scale. There are some steps to Setup HashiCorp Nomad on Ubuntu: Step 1: Update the System. apt update Step 2:Install HashiCorp Nomad on …

Steps to Install & Configure Gulp on Ubuntu 20.04 LTS

Gulp is a free & open-source JavaScript software toolkit. It helps to automate or time-consuming tasks in development workflow. It is a command-line tool that helps to run task for Node.js applications. There are some steps to Setup Gulp in Ubuntu: Step 1: Update the System. apt-get update Step 2: Install the required packages. apt-get …