How to Install and Use Docker on Ubuntu 20.04

Docker on Ubuntu Linux

Docker is a compact virtualization that runs on top of the operating system, allowing users to design, run, and deploy applications encased in small containers. It is a collection of platform-as-a-service (PaaS) tools for launching and managing containers. Docker containers are used by developers to develop and deploy apps because they are isolated and lightweight. … Read more

3 Ways to Install Discord Messenger App on Ubuntu

Discord on Ubuntu

Discord is a well-known communication (messenger) program. Discord can be used to communicate via text, images, video, and audio. It was created with gamers in mind, but the service has grown in popularity among non-gamers to the point where it is now regarded as a Slack alternative for team and community collaboration. Chat rooms and … Read more

How to Install Apache Cassandra NoSQL Database on Debian 11

Apache Cassandra on Debian 11

Apache Cassandra is an open-source distributed database developed for cloud computing. It provides a highly available and scalable database service with no single point of failure and no manual tuning. Apache Cassandra is one of the most popular databases used in artificial intelligence to help create robots. With the ability to scale up quickly using … Read more

How to Install Midori Browser on Ubuntu Linux

Ubuntu Midori Browser

There are tons of browsers are out in the market catering different needs of diverse computing communities. One of them is the Midori browser that helps a unique range of users who thrive on the speed. Users who need a greater navigational speed and built-in browser shortcuts rely on Midori all the time. I am … Read more

How to Install Rust Programming Language on Ubuntu 20.04

Install Rust on Ubuntu

Rust is a modern programming language created and developed at Mozilla Research in 2010 by its namesake author, Brendan Eich. Like most languages, Rust has many built-in primitives that allow you to make your programs more efficient: loops, conditional statements, string manipulation, etc. However, Rust also improves upon these primitives with a modern type system … Read more

How to Install Drupal on Ubuntu 20.04

Ubuntu Drupal Installation

Drupal is an open-source and popular content management tool that is the foundation of many websites across the internet. It comes with a lot of modules that allow the creation of any and every type of website. In this post, we are going to explain how to install the Drupal content management tool on Ubuntu … Read more

How to install TimescaleDB on Ubuntu 20.04

TimescaleDB Installation on Ubuntu

If you are looking for a database for analyzing time series data, TimescaleDB might be the best option. TimescaleDB is based on PostgreSQL, but is tuned for speed and scalability when it comes to analyze time series data. It is an open source and free database system provided by the PostgreSQL developers. This database system … Read more

How to Install Mantis Bug Tracking System with Nginx on Ubuntu 20.04

Mantis Issue Tracker Installation on Ubuntu

Mantis is an open-source PHP-based bug tracking tool developed to provide efficiency and simplicity to track the software defect as well as project management. It supports various database backends which include Mysql, MS-SQL, and Postgresql. I am using Nginx Web Server instead of Apache. The installation steps in this tutorial were performed on the Ubuntu … Read more

How to Install ELK Stack (Elasticsearch, Logstash, and Kibana) on Ubuntu 20.04

Ubuntu ELK Stack

The Elastic Stack — known as ELK (Elasticsearch, Logstash, and Kibana) — is a powerful open-source platform for analyzing data. It offers a comprehensive set of features for indexing, searching, monitoring, and analyzing data in real-time. The Elastic Stack can be deployed on-premises or in the cloud. It’s used by startups and large enterprises alike, … Read more