Steps to Install & Configure Django on Ubuntu 20.04 LTS
Django is a free & open source Python Web framework tool. It is used for Building dynamic websites and applications. Using Django,we can easily create a python web application. Prerequisites: Ubuntu system with Sudo Privileges. There are some steps to Setup Django on Ubuntu: Step 1: Update the System. apt-get update Step 2: No need …
Read more “Steps to Install & Configure Django on Ubuntu 20.04 LTS”
Steps to Install & Configure Flask on Ubuntu 20.04 LTS
Flask is an open source micro web-based python framework. It helps users to build secure, scalable and maintainable web applications. It provides tools, libraries and technologies that allow to build a application. Prerequisites: Ubuntu system with Sudo privileges. There are some steps to setup Flask on Ubuntu: Step 1: Update the System. apt-get update Step …
Read more “Steps to Install & Configure Flask on Ubuntu 20.04 LTS”
Steps to Install & Configure Podman on Ubuntu 20.04 LTS
Podman is a free & open source tool. It is used for developing, managing, and running containers and images. It is slimier to Docker. Using Podman, we can easily pull or push the images. It is a simple & easy-to use tool. We can easily create & run the images. The different between docker & …
Read more “Steps to Install & Configure Podman on Ubuntu 20.04 LTS”
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 …
Read more “Steps to Setup Sysdig to Monitor Linux System on Ubuntu 20.04 LTS”
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 …