ubuntu

How To Install WordPress on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Install WordPress on Ubuntu 12.04

WordPress is a free and open source website and blogging tool that uses php and MySQL. It was created in 2003 and has since then expanded to manage 22% of all the new websites created and has over 20,000 plugins to customize its functionality. This tutorial shows how to install WordPress on a server with LAMP. It is written for Ubuntu 12.04.

Read more
How To Install WordPress with Caddy on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install WordPress with Caddy on Ubuntu 16.04

WordPress is a CMS that can be used to set up blogs and websites quickly and easily. In this guide, we’ll set up WordPress with Caddy. Caddy is a new web server quickly gaining popularity for its wide array of unique features, like HTTP/2 support and automatic TLS encryption with Let’s Encrypt, a popular free certificate provider.

Read more
How To Manage Jenkins with Rancher on Ubuntu 14.04 — step-by-step Docker tutorial on Progressive Robot

How To Manage Jenkins with Rancher on Ubuntu 14.04

In this article we will construct a distributed build system using Docker to create and run our Jenkins images, as well as Rancher to orchestrate our Docker cluster. By the end of this tutorial, you should be able to easily set up a Dockerized Jenkins deployment with an arbitrary number of slaves.

Read more
How to Migrate Redis Data with Master-Slave Replication on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How to Migrate Redis Data with Master-Slave Replication on Ubuntu 14.04

Redis is an in-memory, NoSQL, key-value cache and store that can also be persisted to disk. For any number of reasons, like transitioning to a more powerful server, sometimes it becomes necessary to migrate your data from one server to another. This article will show how to migrate Redis data from an Ubuntu 14.04 server to a similar server using master-slave replication.

Read more
How To Protect an Nginx Server with Fail2Ban on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Protect an Nginx Server with Fail2Ban on Ubuntu 20.04

In this guide, you will learn how to install `fail2ban` on a Ubuntu 20.04 server and configure it to monitor your Nginx logs for intrusion attempts. Fail2ban can significantly mitigate brute force attacks by creating rules that automatically alter your firewall configuration to ban specific IPs after a certain number of unsuccessful login attempts. This will allow your server to harden itself against these access attempts without intervention from you.

Read more
CHAT