Guides 11792 Published by Philipp Esselbach 0

The guide walks through installing Skype on Rocky Linux 8 by first adding Microsoft’s repository—importing its GPG key and creating a dedicated repo file. With the repo in place, you simply run dnf install skypeforlinux, letting DNF resolve any required dependencies (including optional 32‑bit libraries). It then shows how to confirm the installation with skypeforlinux --version and fixes a common post‑kernel‑update audio issue by reinstalling alsa-plugins-pulseaudio. Finally, it notes that the permanent repo enables automatic Skype upgrades via dnf update skypeforlinux, while you can lock the package if you wish to stay on a specific version.

Guides 11792 Published by Philipp Esselbach 0

The guide shows how to obtain the newest Cockpit web‑based admin console on Ubuntu 20.04 by adding the official Cockpit PPA, since the default repository only provides an older version (221) lacking recent fixes and UI tweaks. It walks through installing software‑properties‑common, adding the PPA, then using apt to install or upgrade Cockpit (and optional modules), enabling the cockpit.socket service, and opening port 9090 with ufw. Afterwards it explains how to verify that the interface is reachable at https://<your‑host>:9090 and what to check if the socket fails to start. Finally, it lists common hiccups—missing libvirt packages, expired GPG keys, or port conflicts—and gives one‑line commands to resolve each issue.

Guides 11792 Published by Philipp Esselbach 0

The article points out that Ubuntu 20.04 ships with Apache 2.4.41, which misses recent features, so an upgrade is often required. It presents three ways to obtain a newer release: adding Ondřej Surý’s PPA for a straightforward apt‑based update, enabling the official focal‑backports repository for a Canonical‑maintained package, or downloading and compiling the latest source code yourself. The guide highlights each method’s trade‑offs—PPA is easy but third‑party, backports stay within Ubuntu’s ecosystem yet may lag behind, and compiling gives full control but demands manual maintenance and custom service setup. Finally, it shows a quick rollback command to revert to the original package version if the upgrade causes issues.