Web Servers

How to Connect to MySQL Using PHP

April 23, 2024

To access and add content to a MySQL database, you must first establish a connection between the database and a PHP script. In this guide learn how to use PHP to connect to MySQL.

Read more

How to Set Up Apache Virtual Hosts on Ubuntu

April 16, 2024

Name-based virtual hosts allow you to have multiple domains use the same IP address. This article contains a detailed guide to enabling and running Apache virtual hosts on Ubuntu.

Read more

PHP Error Reporting: How to Enable & Configure

April 4, 2024

Error messages provides valuable insight and can point you in the right direction while troubleshooting or debugging. Follow the instructions in this tutorial to find out how to enable PHP error reporting.

Read more

PHP Error Types and Error Logging Explained


A PHP error occurs when something is wrong in the PHP code. Errors range from simple mistakes to complex problems. Learn how to properly log and work with PHP errors in this guide.

Read more

How to Install Apache Maven on Debian

April 2, 2024

Apache Maven is a project management tool for developing Java applications It resembles other Linux-based project management tools but differs in that it’s designed to provide a comprehensive and easy-to-read status of a project. It also incorporates a POM (Project Object Model) approach, meaning that it uses standardized software libraries and plugins. This tutorial will walk you through how to install Apache Maven on Debian 9.

Read more

How to Check Memory Usage in Linux via CLI and GUI

March 28, 2024

Learn the most commonly used commands to check memory usage in Linux. The guide also provides detailed explanations on how to interpret the results.

Read more

How to Check OpenSSL Version Number


OpenSSL is an open-source cryptographic library and SSL toolkit. This article explains how to determine the OpenSSL version by running a single command.

Read more

How to Install & Set up the MEAN Stack on Ubuntu (MongoDB, Express.js, Angular, Node.js)


The MEAN stack is an open-source JavaScript (JS) framework used for developing robust web applications. It is a set of software tools that include everything needed for building dynamic websites and web applications. Learn how to install the stack on Ubuntu in this guide.

Read more

How to Start, Stop, and Restart Services in Linux

March 27, 2024

In most modern Linux operating systems, managing a service is quite simple when it comes to basic commands. Linux provides fine-grained control over system services through systemd, using its systemctl command. Learn how to turn service on and off, restart, reload, or even enable or disable it at boot.

Read more

How to Fix 'add-apt-repository command not found' on Ubuntu & Debian

March 21, 2024

This guide shows you how to fix the 'add-apt-repository command not found' error in Ubuntu. This specific Ubuntu error appears when trying to add a new software repository and indicates that the command is not installed on your system.

Read more
1 4 5 6 7 8 22