Home
Archives
Links icon
LinkedIn Twitter
About
🌐
English Português
  • How to connect to a remote MySQL database using Linux terminal

    Dec 21, 2020

    MySQL is an open-source relational database management system (RDBMS). In this article we will connect to remote MySQL database in the simple way. After you setup a user with proper access rights run the below commands. $ mysql -u yourUser -p -h Lets explanation the above command: -u tells mysql what is your username …

    Read More
  • How To Install OpenEMR on Ubuntu 20.04 with a LAMP Stack (Apache, MySQL, PHP)

    Dec 6, 2020

    Introduction OpenEMR is an open source electronic health records and medical practice management tool. It is used by physicians and healthcare facilities to manage electronic medical records, prescriptions, patient demographic tracking, scheduling, reports, and electronic billing. At the time of this publication, …

    Read More
  • How to Install WordPress with LEMP on Ubuntu 20.04

    Dec 3, 2020

    Introduction WordPress, one of the most popular content management systems (CMS) on the internet currently, allows users to set up flexible blogs and websites using a MySQL backend with PHP processing. WordPress has seen an incredible adoption rate among new and experienced engineers alike, and is a great choice for …

    Read More
  • How To Use Traefik v2 as a Reverse Proxy for Docker Containers on Ubuntu 20.04

    Nov 17, 2020

    Introduction Docker can be an efficient way to run web applications in production, but you may want to run multiple applications on the same Docker host. In this situation, you’ll need to set up a reverse proxy. This is because you only want to expose ports 80 and 443 to the rest of the world. Traefik is a Docker-aware …

    Read More
  • How To Set Up Physical Streaming Replication with PostgreSQL 12 on Ubuntu 20.04

    Nov 12, 2020

    Introduction Streaming replication is a popular method you can use to horizontally scale your relational databases. It uses two or more copies of the same database cluster running on separate machines. One database cluster is referred to as the primary and serves both read and write operations; the others, referred to …

    Read More
  • How To Install PostgreSQL on Ubuntu 20.04 [Quickstart]

    Nov 10, 2020

    Introduction PostgreSQL, or Postgres, is a relational database management system that provides an implementation of the SQL querying language. It’s standards-compliant and has many advanced features like reliable transactions and concurrency without read locks. This guide demonstrates how to quickly get Postgres up and …

    Read More
  • How To Serve Flask Applications with Gunicorn and Nginx on Ubuntu 20.04

    Nov 9, 2020

    Introduction In this guide, you will build a Python application using the Flask microframework on Ubuntu 20.04. The bulk of this article will be about how to set up the Gunicorn application server and how to launch the application and configure Nginx to act as a front-end reverse proxy. Before starting this guide, you …

    Read More
  • How To Serve Flask Applications with uWSGI and Nginx on Ubuntu 20.04

    Nov 8, 2020

    Introduction In this guide, you will build a Python application using the Flask microframework on Ubuntu 20.04. The bulk of this article will be about how to set up the uWSGI application server and how to launch the application and configure Nginx to act as a front-end reverse proxy. Before starting this guide, you …

    Read More
  • How To Install and Use PostgreSQL on Ubuntu 20.04

    Nov 7, 2020

    Introduction Relational database management systems are a key component of many web sites and applications. They provide a structured way to store, organize, and access information. PostgreSQL, or Postgres, is a relational database management system that provides an implementation of the SQL querying language. It’s …

    Read More
  • How To Install Elasticsearch, Logstash, and Kibana (Elastic Stack) on Ubuntu 20.04

    Sep 30, 2020

    Introduction The Elastic Stack — formerly known as the ELK Stack — is a collection of open-source software produced by Elastic which allows you to search, analyze, and visualize logs generated from any source in any format, a practice known as centralized logging. Centralized logging can be useful when attempting to …

    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    •  … 
    • 78
    • »
    • »»

Yudhy DM

Technologist, perpetual student, Linux & Wordpress Tutorials
Read More

Recent Posts

  • How to connect to a remote MySQL database using Linux terminal
  • How To Install OpenEMR on Ubuntu 20.04 with a LAMP Stack (Apache, MySQL, PHP)
  • How to Install WordPress with LEMP on Ubuntu 20.04
  • How To Use Traefik v2 as a Reverse Proxy for Docker Containers on Ubuntu 20.04
  • How To Set Up Physical Streaming Replication with PostgreSQL 12 on Ubuntu 20.04
  • How To Install PostgreSQL on Ubuntu 20.04 [Quickstart]
  • How To Serve Flask Applications with Gunicorn and Nginx on Ubuntu 20.04
  • How To Serve Flask Applications with uWSGI and Nginx on Ubuntu 20.04

Copyright CLARITY. All Rights Reserved