ubuntu

How To Install WordPress with Nginx on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install WordPress with Nginx on Ubuntu 14.04

WordPress is the most popular CMS (content management system) in the world. It can be used to get your site or blog off the ground quickly and it provides a nice interface for adding content and modifying the site’s design. In this guide, we’ll walk through how to install WordPress on Ubuntu 14.04 with an Nginx web server.

Read more
How To Migrate a MySQL Database To A New Server On Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Migrate a MySQL Database To A New Server On Ubuntu 14.04

How to migrate your existing MySQL database off of your application server to scale your environment. Because every application has its own configuration quirks, with regards to database connections and interactions, we will demonstrate the migration process with WordPress but you can adapt this guide to any other application that uses MySQL as its database.

Read more
How to Benchmark the Performance of a Redis Server on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How to Benchmark the Performance of a Redis Server on Ubuntu 18.04

Benchmarking is an important practice to analyse the overall performance of servers and identify bottlenecks as well as opportunities for improvement within those systems. In this guide, we’ll demonstrate how to benchmark the performance of a Redis server running on Ubuntu 18.04, using a few different tools and methods.

Read more
How To Secure GitLab with Let's Encrypt on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Secure GitLab with Let’s Encrypt on Ubuntu 16.04

GitLab, specifically GitLab CE (Community Edition), is an open source application primarily used to host Git repositories, with additional development-related features like issue tracking. The GitLab project makes it relatively straight forward to set up a GitLab instance on…

Read more
Ubuntu 20.04でLet’s Encryptを使用してNginxを保護する方法 — step-by-step Linux tutorial on Progressive Robot

Ubuntu 20.04でLet’s Encryptを使用してNginxを保護する方法

Let’s Encryptは、無料のTLS /SSL証明書を取得してインストールし、Webサーバーで暗号化されたHTTPSを有効にする簡単な方法を提供する認証局(CA)です。必要な手順のほとんど(すべてではないにしても)の自動化を試みるソフトウェアクライアントCertbotを提供することにより、プロセスを簡素化します。 このチュートリアルでは、Certbotを使用して、Ubuntu 20.04上のNginx用の無料のSSL証明書を取得し、証明書が自動的に更新されるように設定します。

Read more
CHAT