If you've ever wondered how you'd stay informed and empowered without a network connection, Project NOMAD is for you.
This month MySQL turns 30. Once the bedrock of web development, MySQL remains immensely popular. But as MySQL enters its fourth decade, it ironically has sown the seeds of its own decline, especially ...
OwnCloud is an open-source cloud storage solution that allows you to host your own cloud server, providing a secure and customizable alternative to commercial cloud services. This guide will walk you ...
Artix Linux is a rolling-release distribution based on Arch Linux, offering users the flexibility to choose between different init systems such as OpenRC, runit, and s6. This guide will walk you ...
Grafana needs data to be useful. Phil Hajjar walks you through the process of using a MySQL database as a source for data visualization in Grafana. Grafana is one of the most widely-used interactive ...
To make the best use of the ss command, it’s important to understand what a socket is. A socket is a type of pseudo file (i.e., not an actual file) that represents a network connection. A socket ...
What's it all about? The ubiquitous LAMP stack is used for developing and deploying web applications written in PHP. Traditionally, LAMP consists of Linux, Apache, MySQL, and PHP. Due to its modular ...
The original Surface Go is a nice little tablet that squeezes a lot out of a low-power Pentium-class processor and a 10" display. It's light and portable, the ideal form factor for a device that you ...
This tutorial walks you through the steps to select data in a table from a MySQL database using PHP in XAMPP stack. Alternatively, you can use the LAMP or LEMP stacks which provide both PHP and MySQL.