Linux

How To Install Webmin with SSL on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Webmin with SSL on Ubuntu 14.04

Webmin is a web-based system administration tool for Unix-like systems. It provides an easy alternative to command line system administration and can be used to manage various aspects of a system, such as users and services, through the use of the provided Webmin modules. If you want to manage your own server but you are uncomfortable with the command line, Webmin is a good tool to help you get started.

Read more
How To Install WordPress on Ubuntu 20.04 with a LAMP Stack — step-by-step Linux tutorial on Progressive Robot

How To Install WordPress on Ubuntu 20.04 with a LAMP Stack

WordPress is an extremely popular open-source technology and WordPress sites represent 36% of all websites that are currently online. This tutorial is intended for those who are comfortable with system administration or for those who are interested in learning how to administer your own WordPress instance on the server side. In this guide, we’ll install and set up WordPress via LAMP on a Linux Ubuntu 20.04 server.

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

How To Install WordPress with OpenLiteSpeed on Ubuntu 14.04

WordPress is currently the most popular content management system (CMS) in the world. It allows you to easily set up flexible blogs and websites on top of a database backend, using PHP to execute scripts and process dynamic content. WordPress has a large online community for…

Read more
How to Keep Rocky Linux 8 Servers Updated — step-by-step Linux tutorial on Progressive Robot

How to Keep Rocky Linux 8 Servers Updated

the cloud provider makes it possible for you to run as many droplets as you need for a project with one click. However, it’s more straightforward to deploy a server than it is to maintain one, and as you scale up your infrastructure, and droplets end up having longer project lifespans than you originally envisioned, you may find that you have some unanswered questions about maintenance. There are many steps you can take to ensure your servers will continue to work securely without future intervention.

Read more
How To Manage and Use MySQL Database Triggers on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Manage and Use MySQL Database Triggers on Ubuntu 18.04

In MySQL a trigger is a user-defined SQL command that is invoked automatically during an INSERT, DELETE, or UPDATE operation. The trigger code is associated with a table and is destroyed once a table is dropped. You can specify a trigger action time and set whether it will be activated before or after the defined database event. In this tutorial, you’ll create, use, and delete different types of triggers on your MySQL database.

Read more
How To Map User Location with GeoIP and ELK (Elasticsearch, Logstash, and Kibana) — step-by-step Linux tutorial on Progressive Robot

How To Map User Location with GeoIP and ELK (Elasticsearch, Logstash, and Kibana)

IP Geolocation, the process used to determine the physical location of an IP address, can be leveraged for a variety of purposes, such as content personalization and traffic analysis. In this tutorial, we will show you how to create a visual geo-mapping of the IP addresses of your application’s users, by using a GeoIP database with Elasticsearch, Logstash, and Kibana.

Read more
How To Monitor Server Health with Checkmk 2.0 on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Monitor Server Health with Checkmk 2.0 on Ubuntu 20.04

Checkmk is a monitoring solution that is both robust and simple to install. It is a self-contained software bundle that combines Nagios with add-ons for gathering, monitoring, and graphing data. In this guide, you will set up Checkmk on an Ubuntu 20.04 server and monitor two separate hosts.

Read more
CHAT