Howtoforge published a tutorial about how to create a StatefulSet in Kubernetes.
LinuxLinks published a roundup of the seven best free and open source Mastodon clients.
TecMint published 18 Tar command examples in Linux.
TechRepublic shows you how to join Fedora Linux desktop to an Active Directory domain.
The passage provides a concise, step‑by‑step tutorial for installing and verifying Apache 2 on Ubuntu 20.04, including updating package lists, installing the apache2 package, and checking that the service is running via systemctl. It also advises optional security hardening with ufw (opening ports 80/443) and shows how to test the default “It works!” page, adjust the DocumentRoot, and reload configurations safely. Additionally, it mentions common troubleshooting tips—such as reinstalling Apache if modules fail—and cautions that for simple static serving a lightweight Python server may be preferable. Overall, the guide equips users with everything needed to get a functional Apache web server up and running while highlighting best practices and potential pitfalls.
Vitux published a tutorial about scanning a Debian server for rootkits with Rkhunter.
Howtoforge published a tutorial about how to install the Jellyfin media server on Debian 10.
TecMint published 10 practical examples of Rsync command in Linux.
Howtoforge published a tutorial about installing the Ionic framework on Debian 10.
DebugPoint published a guide about how to enable minimize, maximize window buttons in elementary OS.
The guide walks through removing Ubuntu’s outdated phpMyAdmin package and installing the latest version manually on a LEMP stack running Ubuntu 20.04. It details updating the system, adding required PHP extensions, downloading and verifying the current phpMyAdmin tarball, extracting it to /var/www/phpmyadmin, and configuring an Nginx location block with proper FastCGI settings. It then shows how to protect the interface with HTTP basic authentication using htpasswd and how to generate a blow‑fish secret in config.inc.php for cookie security.
A step‑by‑step walkthrough shows how to install Nginx from Rocky Linux 8’s official repositories, enable it as a systemd service, and open HTTP through firewalld. It walks you through the key directories, log files, and basic commands for starting, stopping, reloading, and testing the server. The guide then demonstrates creating a clean document root under /var/www, writing a simple index.html, and adding a proper server block with SELinux context fixes. By the end you’ll have a fully functional Nginx instance ready to host multiple domains on your Rocky Linux box.
LinuxBuzz published a tutorial about installing AnyDesk on Ubuntu Linux 20.04 LTS.
FOSS Linux published a tutorial about installing MySQL on CentOS 7.
TecMint published a roundup of 16 useful bandwidth monitoring tools for Linux.
WP‑CLI is a lightweight command‑line utility that lets you administer WordPress sites without opening a browser. After downloading the single PHAR file, you make it executable and move it into /usr/local/bin so the short wp command is available system‑wide. A quick wp core version from your site’s root confirms the installation and reveals any PHP compatibility issues. With WP‑CLI in place you can update plugins, manage users, and run maintenance tasks at breakneck speed.
TecMint published 22 Linux networking commands for sysadmins.
Make Tech Easier shows you how to access a Linux Ext4 partition from Windows.
LinuxLinks takes a look at lfs - list your filesystems.
OSTechNix published a tutorial about getting started with Podman.