ubuntu

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

How To Install WordPress on Ubuntu 22.04 with a LAMP Stack

This tutorial will be using a LAMP (Linux, Apache, MySQL, and PHP) stack, which is one option for a server architecture that supports WordPress by providing the Linux operating system, Apache web server, MySQL database, and PHP programming language. We’ll install and set up WordPress via LAMP on a Linux Ubuntu 22.04 server.

Read more
How to Install WordPress with LEMP on Ubuntu — step-by-step Linux tutorial on Progressive Robot

How to Install WordPress with LEMP on Ubuntu

WordPress has seen an incredible adoption rate among new and experienced engineers alike, and is a great choice for getting a website up and running efficiently. After an initial setup, almost all administration for WordPress websites can be done through its graphical interface. In this tutorial, learn how to set up a WordPress instance on Ubuntu.

Read more
How To Manually Install Oracle Java on a Debian or Ubuntu VPS — step-by-step Linux tutorial on Progressive Robot

How To Manually Install Oracle Java on a Debian or Ubuntu VPS

Java is a programming technology originally developed by Sun Microsystems and later acquired by Oracle. Oracle Java is a proprietary implementation for Java that is free to download and use for commercial use, but not to redistribute, therefore it is not included in a officially maintained repository.

Read more
How To Optimize Your Tomcat Installation on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Optimize Your Tomcat Installation on Ubuntu 14.04

Tomcat is a popular implementation of the Java Servlet and JavaServer Pages technologies. It is released by the Apache Software Foundation under the popular Apache open source license. Its powerful features, favorable license, and great community makes it one of the best and most preferred Java servlets.

Read more
How To Protect your Server Against the POODLE SSLv3 Vulnerability — step-by-step Linux tutorial on Progressive Robot

How To Protect your Server Against the POODLE SSLv3 Vulnerability

The POODLE SSLv3 vulnerability is a security issue that affects all implementations of SSLv3. This vulnerability allows an attacker to decrypt messages sent using this protocol version by exploiting a weakness the way the padding of a message are checked. In this guide, we’ll explain how the vulnerability work, and tell you how to disable SSLv3 on some common services.

Read more
CHAT