Linux

How To Build a Modern Web Application to Manage Customer Information with Django and React on Ubuntu 18.04 — Linux tutorial on Progressive Robot

How To Build a Modern Web Application to Manage Customer Information with Django and React on Ubuntu 18.04

In this tutorial, you will build a modern web application with a separate REST API backend and frontend using React, Django, and Django REST Framework. By using React with Django, you’ll be able to benefit from the latest advancements in JavaScript and front-end development. The web application you will build stores records about customers in a database, and you can use it as a starting point for a CRM application.

Read more
How To Configure a MongoDB Replica Set on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Configure a MongoDB Replica Set on Ubuntu 20.04

The practice of synchronizing data across multiple separate databases is called replication. In MongoDB, a group of servers that maintain the same data set through replication are referred to as a replica set. This tutorial provides a brief overview of how replication works in MongoDB before outlining how to configure and initiate a replica set with three members.

Read more
How To Configure BIND as a Private Network DNS Server on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Configure BIND as a Private Network DNS Server on Ubuntu 20.04

In this tutorial, you will set up an internal DNS server using two Ubuntu 20.04 servers. You will use the BIND name server software (BIND9) to resolve private hostnames and private IP addresses. This provides a central way to manage your internal hostnames and private IP addresses, which is indispensable when your environment expands to more than a few hosts.

Read more
How To Configure ProFTPd To Use SFTP Instead of FTP — step-by-step Linux tutorial on Progressive Robot

How To Configure ProFTPd To Use SFTP Instead of FTP

ProFTPd is a popular FTP server for transferring files between your local computer and server. However, FTP as a protocol is very insecure. In this guide, we will show you how to configure ProFTPd to use SFTP, a secure alternative, instead of FTP.

Read more
CHAT