-
·
Secure WordPress Admin Access with IP Whitelisting
This article outlines how to enhance WordPress security by restricting admin access via IP address using the Nginx server. By allowing only specified trusted IPs, users can protect their sites from unauthorized logins. The guide provides detailed steps for configuration and testing to ensure proper access restrictions.
-
·
How to Create a Volume Group with LVM on Ubuntu Linux
The tutorial guides users on how to use the Linux Logical Volume Management (LVM) system to create a volume group using physical volumes, on Ubuntu. The process involves installing the LVM2 package and combining multiple 1GB hard drives to create a 2GB storage volume. To create logical volumes, the lvcreate command is needed.
-
·
How to Install Apache Groovy on Ubuntu Linux
The content demonstrates a step-by-step tutorial on installing Apache Groovy, a powerful dynamic language for the Java platform, on Ubuntu 18.04 or 16.04. The process involves updating the server, installing OpenJDK 8, downloading and installing Groovy, and setting up the Groovy environment. Verification checks are run after key installation procedures to ensure successful setup.
-
·
How to Setup GLPI with Nginx on Ubuntu Linux
The tutorial presents a detailed guide on installing GLPI IT Service Management (ITSM) software on Ubuntu 18.04 | 16.04 with the Nginx HTTP server. GLPI is an open-source ITSM platform built with PHP. It offers features like automated inventory discovery, asset lifecycle management, and incident management. The tutorial also provides instructions to install required packages…
-
·
How to Install GLPI ITSM with Apache on Ubuntu Linux
This tutorial guides users on how to install the GLPI IT Service Management (ITSM) software on Ubuntu with an Apache2 HTTP server. GLPI is a comprehensive, open-source ITSM platform used by IT decision-makers for efficient problem-solving and insight into company IT assets. The steps cover Apache2 HTTP and MariaDB installation, PHP 7.2 setup, GLPI database…
-
·
How to Install Bareos Backup Solutions on Ubuntu Linux
This tutorial provides a step-by-step guide for installing the Bareos backup platform on Ubuntu 18.04 | 16.04. It specifies how to update Ubuntu, add the Bareos repository, install Bareos with the MariaDB database server, set up Bareos daemon services, and install Bareos Web UI. It also explains how to create a console user to access…
-
·
How to Install wkhtmltopdf & wkhtmltoimage on Ubuntu Linux
This tutorial guides students and new users on how to install command-line tools, wkhtmltopdf and wkhtmltoimage, on Ubuntu 18.04|16.04. These open-source tools convert HTML into PDF or image files using the Qt WebKit rendering engine, without requiring a display service. The instructions include downloading the latest .deb file, installing required packages, and verifying the installations.…
-
·
How to Install JFrog Artifactory on Ubuntu Linux
This tutorial outlines the step-by-step process of installing and setting up JFrog Artifactory on Ubuntu 18.04 | 16.04. JFrog Artifactory is a cross-platform software that enables DevOps to manage various package repositories from a single platform. Relevant steps include updating the server, installing OpenJDK 8, downloading and installing JFrog, and accessing the Artifactory Portal.
-
·
How to Install Metasploit Framework on Ubuntu Linux
The tutorial provides a step-by-step guide on how to install the Metasploit Framework, a popular open-source penetration testing tool, on Ubuntu 18.04 and 16.04. The installation process involves updating the Ubuntu system, downloading and installing the framework from the Rapid7 site, and setting up a new database.
-
·
How to Install Ansible with AWX on Ubuntu Linux
The tutorial guides students and new users on how to install Ansible with AWX on Ubuntu 18.04 | 16.04. Ansible, an open-source software provisioning, configuration management, and application-deployment tool, helps configuration managers to effectively manage and deploy services across different environments. AWX, built on Ansible, provides a web-based interface enabling fast, central management of Ansible…