Linux

How To Protect WordPress with Fail2Ban on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Protect WordPress with Fail2Ban on Ubuntu 14.04

WordPress is a very robust content-management system (CMS) that is free and open source. Because anyone can comment, create an account, and post on WordPress, many malicious actors have created networks of bots and servers that compromise and spam WordPress sites through brute-force attacks. The tool Fail2ban is useful in preventing unauthorized access to both your Droplet and your WordPress site. It notes suspicious or repeated login failures and proactively bans those IPs by modifying firewall

Read more
Linuxで環境変数およびシェル変数を読み込み設定する方法 — step-by-step Linux tutorial on Progressive Robot

Linuxで環境変数およびシェル変数を読み込み設定する方法

Linuxシステムでは、環境変数とシェル変数を使用して、シェルの動作条件を決定します。これらは子プロセスに渡され、オプションを設定したり、セッションで作成されたプロセスで特定の情報を利用できるようにするために使用できます。このガイドでは、環境変数およびシェル変数を読み込み、変更、作成、破棄する方法を説明します。

Read more
How To Reset Your MySQL or MariaDB Root Password on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Reset Your MySQL or MariaDB Root Password on Ubuntu 20.04

Forgetting passwords happens to the best of us. If you forget or lose the **root** password to your MySQL or MariaDB database, you can still gain access and reset the password if you have access to the server and a sudo-enabled user account. In this tutorial you’ll reset the root password for your MySQL or MariaDB database running on Ubuntu 18.04.

Read more
How To Scale Ruby on Rails Applications Across Multiple Droplets (Part 1) — step-by-step Linux tutorial on Progressive Robot

How To Scale Ruby on Rails Applications Across Multiple Droplets (Part 1)

In this the cloud provider article we are going to see how to simply scale Ruby on Rails applications horizontally, distributing its load across multiple machines running on Unicorn all carefully set up behind a master load balancer running Nginx HTTP server, tasked with welcoming and handling the incoming requests and balancing the load.

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

How To Secure Nginx with Let’s Encrypt on Ubuntu 14.04

In this tutorial, we will show you how to use Let’s Encrypt to obtain a free SSL certificate and use it with Nginx on Ubuntu 14.04. We will also show you how to automatically renew your SSL certificate. If you’re running a different web server, simply follow your web server’s documentation to learn how to use the certificate with your setup.

Read more
CHAT