TecMint published 11 Cron scheduling task examples in Linux.
FOSS Linux shows you how to merge PDF files on Linux.
Tecadmin published an overview of the 10 best Linux video players in 2021.
Howtoforge published a tutorial about installing Wireshark Network Packet Analyzer on Ubuntu 20.04.
TechRepublic shows you how to install Qubes OS as a virtual machine.
Howtoforge published a tutorial about installing OpenProject on Debian 11.
TecMint published 10 lsof command examples.
DebugPoint published a step by step guide about upgrading to Pop OS 21.10 from 21.04.
TecMint shows you how to setup Samba Server in RHEL, Rocky Linux, and AlmaLinux
Vitux published a tutorial about installing the Mantis Bug Tracking System with Nginx on Ubuntu 20.04.
FOSSMint published a tutorial about installing Flutter in Ubuntu 20.04.
This guide explains how to fix Wi‑Fi and GPU driver problems on CentOS 8 by booting an older kernel instead of the newest update. It walks you through listing all installed kernels with rpm, selecting a stable version that works with your hardware, and noting the exact package name for later use. The instructions show two ways to make GRUB default to that kernel – either using grubby to set the path directly or editing /etc/default/grub and regenerating the config with grub2‑mkconfig. Finally, you can test the change by rebooting, verify the menu preselects the chosen entry, and when ready revert to the newest kernel with another grubby command or restore GRUB_DEFAULT=0.
The article walks readers through turning on IPv6 support for Nginx, starting with checking whether the kernel allows binding to IPv6 addresses and enabling it if necessary. It then shows how to add explicit `listen [::]:80` (and optional SSL) directives inside a server block so that the web server can accept both IPv4 and IPv6 traffic. After performing a syntax test with `nginx -t`, the guide advises reloading the service safely, verifying connectivity with curl on the loopback address, and troubleshooting potential firewall or security module blocks. Finally, it lists common pitfalls such as duplicate listen lines, port conflicts from containers, and post‑upgrade IPv6 disables, ending by stressing that enabling IPv6 is a simple configuration tweak that ensures mobile and IPv6‑preferring visitors reach the site.
LinuxLinks published an overview of open source alternatives to Corel WinDVD Pro.
OMG! Ubuntu! shows you how to customize the GNOME Shell Clock.
Dedoimedo published a tutorial about how to customize the Firefox UI.
OSTechNix published a tutorial about getting started with DataStax Astra DB.
Linux Shout published a tutorial about how to install KDE Plasma on Debian 11 Bullseye Linux.
Howtoforge published a tutorial about how to install LibreNMS monitoring tool on Debian 11
TecMint published 10 Linux Dig (Domain Information Groper) commands to query DNS.