How to Install Gatsby on Ubuntu 20.04

how to install gatsby on ubuntu 20.04

Gatsby is a fast modern site generator for React. It is an open-source framework that combines the functionality from React, GraphQL, and Webpack for building static websites and applications.

Gatsby is more than just a static site generator, it allows the web developers to build websites using React and work with any data source (CMSs, Markdown, etc) of their choice. In this tutorial, we will show you how to install Gatsby on Ubuntu 20.04.

Read More

How to Install Docker on Debian 11

how to install docker on debian 11

Docker is a free and open-source platform to develop, and run applications in the containerized environment. It allows you to separate your application from your infrastructure. This will make it easier, simpler, and safer to build, deploy and manage containers. Docker is designed to set up a local development environment.

In this tutorial, we’ll learn how to install Docker on Debian 11.

Read More

How to Install Ruby on Rails on Debian 11

How to Install Ruby on Rails on Debian 11

Ruby on Rails, or simply Rails, is an open-source web application framework built on top of the Ruby programming language. It is used by many developers since it makes application development very simple.

installing ruby on rails on debian 11

Basically, it’s a model-view-controller framework that provides default structures for databases, web pages, and various web services.

In the following tutorial, you will learn step-by-step how to install Ruby on Rails on a Debian 11 VPS.

Read More

How to Install Mattermost on Debian 11

How to install Mattermost on Debian 11

Mattermost is a self-hosted and open-source online chat service designed to be used as an internal chat platform for companies and organizations. It is one of the main alternatives to the Slack Chat and Microsoft Teams platforms.

install mattermost on debian 11

Mattermost provides several app integrations and allows internal file sharing, search, and various other features to help increase staff productivity and work efficiency.

In this tutorial, we will show you how to install Mattermost with an Apache web server on a Debian 11 VPS.

Read More

How to Install Python 3.9 on Debian 11

How to Install Python 3.9 on Debian 11

Python is a free, open-source programming language that was originally published in 1991 and has since gained widespread adoption. It’s used for general-purpose programming which makes it perfect to create apps on your phone or computer.

In this article, we’ll cover all you need to know and do to successfully install Python 3.9 on Debian 11.

Read More

How to Install Netdata on Debian 11

How to Install Netdata on Debian 11

In this post, we are going to show you how to install Netdata Monitoring Software on your Debian 11 operating system.

installing netdata on debian 11

Netdata is an open-source web-based monitoring system that provides real-time metrics such as CPU usage, disk activity, bandwidth usage, website visitors, and so on. All these metrics are collected and visualized into a perfect GUI that is very readable and understandable.

This monitoring software with its simplicity is usable by developers, system administrators, and even sometimes the owners of servers that are not very technically knowledgeable.

Installing Netdata on Debian 11 should take up to 10 minutes. Let’s get started!

Read More

How to Install and Use MySQL on Ubuntu 20.04

How to Install and Use MySQL on Ubuntu 20.04

In this tutorial, we are going to show you how to install MySQL on your Ubuntu 20.04 and how to use it with the basic MySQL commands. MySQL is an open-source relational database management system and with its popularity is used widely on different systems for storing data.

In this post you will learn more about logging to MySQL with or without root user, database creation, user creation, granting privileges, external access to your databases, importing a database, making a dump of a database and etc. Let’s get started!

Read More