- Details
- Read Time: 6 mins
The Linux system and many Linux based programs write their status messages into a log file. Read here about helpful commands under Linux to view and manage these files.
- Details
- Read Time: 1 min
This article explains how to install Adminer on a LEMP or LAMP Ubuntu Linux Server 24.04 LTS.
Introduction
Adminer is an user interface tool to manage database content of SQL databases.
Database: Manage Database Content with Adminer
Prerequisites
LEMP or LAMP Server with Ubuntu Linux.
This guide is based on and tested with:
- Ubuntu Linux 24.04 LTS but should work with any other current Ubuntu Linux, too.
- NGINX Webserver
- MariaDB
- PHP
Steps to Install
Install Adminer
Have your system ready with your Ubuntu Linux, NGINX (or Apache) Webserver, and MariaDB.
The installation of Adminer is quick and easy as it is part of the Ubuntu Linux 24.04 LTS distribution:
sudo apt update
sudo apt dist-upgrade
sudo apt install adminer
That's mainly it, Adminer is now ready.
If you are running Adminer on a local syswe
Reference
Related Topics & Articles
Change Log
SEE CONFIG IN NGINX AIRIX.NET
- Details
- Read Time: 6 mins
With the publication of Ubuntu 24.04 LTS end of April 2024 there is an issue with the Fail2Ban version packaged into Ubuntu. If you get an error to run Fail2Ban on Ubuntu 24.04 you may find more details and a workaround in this article.
- Details
- Read Time: 1 min
Ubuntu 24.04 LTS - code name "Noble Numbat" - is the Long Term Release for servers and desktops that will be will be supported for 5 years until June 2029. It is the successor of 22.04 LTS.