Guides 11792 Published by Philipp Esselbach 0

This guide walks you through installing Icinga 2 and its web front‑end on CentOS 8, covering everything from repository setup to database configuration, SELinux tuning, firewall adjustments, and the initial wizard steps. It begins by listing prerequisites—a fresh OS install, root or sudo access, an internet connection, and a few command‑line basics—then shows how to add Icinga’s official RPM repo with a single download. After installing the core packages and the ido‑mysql module, you’ll enable SELinux booleans so Apache can read Icinga configuration and talk to MariaDB, open HTTP, HTTPS, and port 5665 in firewalld, and start the services; the database is created, secured, and seeded with the proper schema. Finally, the tutorial guides you through the web UI wizard, adding a host via icingacli, reloading Icinga 2, and offers quick fixes for common pitfalls such as SELinux blocks or missing IDO data.

Guides 11792 Published by Philipp Esselbach 0

This article offers a straightforward walk‑through for installing and running RootKit Hunter on Linux, aiming to catch hidden malware without heavy effort. It starts by showing how to identify the right package manager—apt, yum/dnf, or pacman—then proceeds through installation, signature database updates, and an initial scan with log inspection. The guide also covers setting up a nightly cron job for automatic checks, troubleshooting common problems like false positives and permission errors, and adding legitimate paths to SKIP_FILES when needed. Finally, it reminds readers that RootKit Hunter is just one layer of defense, encouraging the use of chkrootkit, timely patching, and solid firewall practices for comprehensive protection.

Guides 11792 Published by Philipp Esselbach 0

This guide walks you through setting up a Shoutcast server on CentOS 8 from scratch, covering everything from installing the necessary repositories to compiling the source code with required libraries. It begins by ensuring you have the right user, enabling EPEL and RPM Fusion to fetch non‑default packages, then pulling development tools such as zlib, curl, OpenSSL, and freetype into the mix. After downloading and building Shoutcast, you’ll configure its admin and stream passwords in a simple config file before creating a systemd unit that keeps it running across reboots and opens the firewall for port 8000. Finally, a quick test via the web interface or curl confirms that your broadcast is live and ready for listeners.

Guides 11792 Published by Philipp Esselbach 0

The guide walks you through installing Git on a fresh Debian 11 machine, starting with an `apt update` to pull the latest package lists so that the version you install isn’t stale. Once Git is installed, it shows how to verify the binary, set global identity information for commits, and optionally enable credential caching or use SSH keys for remote hosting services like GitHub or GitLab. The tutorial also includes a quick look at checking your configuration file origins with `git config --list --show-origin` and hints about pulling a newer Git build from Debian backports if you need features beyond the shipped version. Finally, it wraps everything up in a concise one‑liner that covers updating, installing, and configuring user details for immediate use.