ubuntu

How To Install the Apache Web Server on Ubuntu 18.04 [Quickstart] — step-by-step Linux tutorial on Progressive Robot

How To Install the Apache Web Server on Ubuntu 18.04 [Quickstart]

The Apache HTTP server is the most widely-used web server in the world. It provides many powerful features, including dynamically loadable modules, robust media support, and extensive integration with other popular software. In this guide, we’ll explain how to install an Apache web server on your Ubuntu 18.04 server.

Read more
How To Install the Big-Data Friendly Apache Accumulo NoSQL Database on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install the Big-Data Friendly Apache Accumulo NoSQL Database on Ubuntu 14.04

Apache Accumulo is an open-source distributed NoSQL database based on Google’s [BigTable](http://research.google.com/archive/bigtable.html). It is used to efficiently perform CRUD (Create Read Update Delete) operations on extremely large data sets. Accumulo allows fine-grained security in the form of cell-level access control. Learn how to: Install and configure Apache HDFS and ZooKeeper as prerequisites; Install and configure a standalone instance of Accumulo.

Read more
How To Install Webmin on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Webmin on Ubuntu 20.04

Webmin is a web-based control panel for any Linux machine which lets you manage your server through a modern web-based interface. With Webmin, you can change settings for common packages on the fly, including web servers and databases, as well as…

Read more
How To Install Wordpress with nginx on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Install WordPress with nginx 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 LEMP (with nginx instead of apache). It is written for Ubuntu 12.04.

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
CHAT