Guides 11795 Published by Philipp Esselbach 0

The article walks readers through installing Stellarium on a Manjaro Linux machine by first updating the system, then pulling the package from the official community repository with pacman and optionally using an AUR helper for newer releases. It highlights common issues such as missing OpenGL drivers or broken desktop entries and offers quick fixes like installing GPU drivers via mhwd or rebuilding the desktop database. After installation it reminds users to launch Stellarium, verify rendering quality, and adjust hardware‑accelerated OpenGL settings in the display options if planets look fuzzy. Finally, the guide encourages personalizing time and location from the toolbar so the planetarium reflects the user’s real‑world sky view.

Guides 11795 Published by Philipp Esselbach 0

This quick‑start guide walks you through installing the lightweight Audacious audio player on a Manjaro Linux system, from checking whether it’s already present to pulling the latest version via pacman or an AUR helper. It explains how to ensure proper codec support by installing libraries such as libmad, libflac, and ffmpeg so that formats like FLAC and OGG play correctly. The tutorial also covers launching Audacious, setting up its built‑in equalizer, visualizers, and keyboard shortcuts, and migrating playlists from other players with ease. Finally, it lists common pitfalls—including missing ALSA libraries or corrupted caches—and ends by inviting you to enjoy high‑quality music on a minimal desktop setup.

Guides 11795 Published by Philipp Esselbach 0

The article explains how to bring Python 3.12 onto Ubuntu 22.04 or 20.04 by adding the deadsnakes PPA, updating packages, installing build tools, and then installing the new interpreter along with its venv and dev packages. It points out that Ubuntu’s official repositories ship only Python 3.10, which can cause compatibility headaches when newer language features like the match statement are required by projects. The guide walks through updating the system, adding the PPA, installing python3.12 and related packages, optionally switching the default python3 symlink with update alternatives, and verifying installation with simple tests. Finally it offers cleanup instructions for removing the new Python version or the PPA if one no longer wants to keep it.

Guides 11795 Published by Philipp Esselbach 0

Installing Blender on Linux Mint 20 or 21 is surprisingly straightforward once you know which tool works best for your workflow, and the guide walks through four reliable options. It starts by stressing the importance of up‑to‑date graphics drivers and kernel patches to avoid crashes that often stem from incompatible GPU stacks. The first method recommends adding Thomas Schiex’s stable PPA, while the second suggests a Snap package for quick auto‑updates; both install Blender with minimal fuss. Finally, the article covers Flatpak for sandboxed performance, an AppImage for a single executable without system integration, and concludes with tips to verify the installation, clean up old packages, and check GPU health—all packaged in a concise, step‑by‑step format.