NextGenTips published a tutorial about installing PHP 8.1 on Ubuntu 22.04.
Howtoforge published a beginner's guide to understanding sudo on Ubuntu.
Howtoforge published a tutorial showing you how to use the xxd command.
Howtoforge published a tutorial about installing MediaWiki on Ubuntu 22.04.
NextGenTips published a tutorial about installing Apache Cassandra 4 on Ubuntu 22.04.
Unixcop published a tutorial about installing FFmpeg on Fedora 36.
NextGenTips published a tutorial about installing MariaDB 10 on OpenSuse 15.4.
NextGenTips published a tutorial about installing Terraform on Alma Linux 9.
Linux Shout published a tutorial about installing SAMBA on Ubuntu 22.04 LTS Jammy Linux.
NextGenTips published a tutorial showing you how to install MariaDB 10 in Ubuntu 22.04.
Howtoforge published a tutorial about installing GitLab with Docker on Ubuntu 22.04.
Unixcop published a tutorial about installing Apache CouchDB on Debian 11.
This guide walks you through installing the lightweight LXDE desktop on Fedora 36, beginning with enabling RPM Fusion or Fedora Extras repositories so the LXDE meta‑package is available. It then refreshes the DNF cache and installs the lxde‑desktop package, ensuring all necessary components are pulled in together. Next, it disables GNOME’s GDM service and enables LXD, the lightweight display manager that ships with LXDE, while also providing a step to set LXDE as the default session via ~/.dmrc for automatic login. Finally, the article includes troubleshooting tips such as reinstalling lxde‑desktop if themes fail to load and instructions for switching back to GNOME by toggling systemctl services.
TecMint published a tutorial showing you how to install openSUSE Tumbleweed [Rolling Release] Linux.
The guide walks users through installing Mirage on Fedora 36, starting with a check for any pre‑existing Mirage packages that might conflict. It then lists the required libraries—gcc-c++, libffi-devel, openssl-devel, and python3-devel—to prevent common build errors before adding the official Mirage repository via a single dnf command. After installing Mirage from that repo, the tutorial shows how to verify the version, launch it, and review logs if something goes wrong, concluding with instructions for setting up an autostart desktop entry so the app runs on login.
The article walks through getting PostgreSQL 14 on Fedora 36 without wrestling with older packages or compiling from source. First it shows how to add the official PGDG repository, then disable Fedora’s built‑in postgresql module so that the newer binaries win. Next you install the server package, run the initdb script to set up the data directory, and enable the service to start automatically on boot. Finally it offers a quick test with psql, tips for avoiding libpq conflicts, and reminders to keep the server updated while preserving the chosen version.
Howtoforge showing you how to install Rainloop Webmail on Ubuntu 22.04.
Howtoforge published a tutorial about installing Cacti Network Monitoring Tool on Debian 11.
TecMint published a tutorial about installing Monitorix.
Tecadmin published a tutorial showing you how to create and run a Flask application using Docker.