Tag Archives: Arch

A first look at Garuda Linux “Temeraire” (260819) (Mokka edition)

I’m reporting on my first experiments with Garuda Linux (Arch-based), the latest release, “Temeraire” (260819), in the Mokka edition. I’m testing that in a virtual machine. I can anticipate that I love the aesthetic of this distro, especially in this Mokka edition, which is more sober than the “dragonized” version. The installation The installation is […]

Installing CachyOS Linux on a Geekom IT13 Mini PC

In this post, I show how I installed CachyOS Linux (Arch-based) on a Geekcom IT13 Mini PC. These are the main specs of the Mini PC: Processors: 16 × 13th Gen Intel® Core™ i7-13620H Memory: 32 GiB of RAM (31.1 GiB usable) Graphics Processor: Intel® Graphics I’m installing CachyOS “cachyos-desktop-linux-260628.iso”; I downloaded the ISO and […]

Getting Started with LM Studio in Linux

I report my first experiences with LM Studio in (Arch) Linux. LM Studio is a desktop application that allows you to discover, download, and run Large Language Models (LLMs) entirely on your own computers, offline. This is the hardware and system I’m testing it (you see, no GPU with VRAM):

First, download the AppImage […]

Archinstall: dual boot with another Linux installation

In the past, I had several problems using archinstall for installing Arch Linux in a dual boot with another existing Linux installation. In fact, I gave up using archinstall and created my own script for installing Arch. In particular, I experienced these two problems: Archinstall failed installing Arch if the disk already contained a BTRFS […]

Installing Linux on a Dell Pro Max Tower T2

I’ll show how I installed Linux (EndeavourOS, i.e., Arch) on a Dell Pro Max Tower T2. This is quite a powerful computer! Here are a few screenshots taken from Windows 11: Before installing Linux on this computer, I had to change the SSD SATA mode from RAID to AHCI, as documented in a previous blog […]

Getting Your MacBook Air Webcam Working on Linux

If you’ve installed Linux on your MacBook Air, you’ve probably discovered that while most hardware works out of the box, the built-in FaceTime HD camera is notably absent from your video applications. Don’t worry—you’re not alone, and there’s a solution that doesn’t involve external USB webcams or complicated workarounds. The issue stems from Apple’s use […]

Installing EndeavourOS Linux on an old MacBook Air (2016)

I bought this laptop in late 2016. It’s still a good laptop (8 GB RAM, 128 GB SSD) and very light. However, I cannot use it with macOS anymore. I previously blogged on installing Ubuntu on my old MacBook Air. Everything mainly went smoothly, except for the WiFi, which was not working during and after the […]

Speed Up Your Linux System with Zram

Zram, https://www.kernel.org/doc/html/latest/admin-guide/blockdev/zram.html, is a Linux kernel module that creates a compressed block device in RAM. This device can be used as swap space or a general-purpose RAM disk. By compressing data in memory, zram allows your system to store more data in RAM, reducing the need to swap to slower disk storage and improving overall […]

Installing Ansible and Molecule in Arch Linux

Using “pip” is the supported installation method for Ansible and Molecule. Let’s install Python libraries and applications (in this case, Ansible and Molecule) in a Python virtual environment. (This post is similar to the one about Ubuntu.) First, install the required packages, including the Python virtual environment package:

Create a virtual environment somewhere (in […]

EndeavourOS Mercury

I haven’t blogged about the EndeavourOS installation for a while. Let’s have a look at the new EndeavourOS Mercury. I will install it with KDE Plasma into my LG Gram 16. The installer has been featuring KDE Plasma instead of Xfce for a while: Unfortunately, the screen isn’t automatically scaled, so it’s a bit too […]

Sway in Arch Linux: other configurations

Let’s continue the Sway window manager (in Arch Linux) series I started in my previous post and continued in the other post. Screenshots We can use “grimshot”, part of sway-contrib, to take screenshots, which requires the main program for performing the actual screenshot, “grim”.

By default, such utilities are installed in “/usr/share/sway-contrib”, which is […]

Sway WM: Notifications with Mako

Let’s continue the Sway window manager (in Arch Linux) series I started in my previous post. In this post, we deal with system notifications. (This post is similar to the corresponding one about Hyprland.) We use mako, a lightweight notification daemon for Wayland, one of the optional software suggested when we installed Sway. We also […]

Speeding up AUR package installations in Arch Linux

This post can be used for Arch Linux and EndeavourOS. Recently, a change was committed that highly compresses AUR packages before the actual installation. This takes a lot of time: even on a fast machine, installing something like Chrome or Visual Studio (AUR packages) takes even minutes just for the compression phase. Since I typically […]

Hyprland EndeavourOS on a PineBook Pro

After installing EndeavourOS on a PineBook Pro, I tried to use Hyprland on this PineBook Pro. Since I have already blogged about Hyprland a lot, I want to report that Hyprland runs smoothly on this PineBook Pro. I basically reused all my ricing and customizations that I blogged about in my previous posts about Hyprland. […]

Sway in Arch Linux: getting started

I’m starting a new blog series about Sway, a Wayland Tiling Window Manager (the Wayland version of i3). Though I’ve already blogged about Sway, this post (and a few future ones) are intended as “getting started tutorials”. I’ll focus on Sway in Arch, in particular, EndeavourOS. Let’s start by installing EndeavourOS with no graphical environment […]

Installing EndeavourOS ARM on a PineBook Pro (August 2024)

I have already blogged about installing EndeavourOS ARM on a PineBook Pro (and previously, directly Arch ARM: the first article and the second article). This blog post will describe the new procedure for installing EndeavourOS ARM on a PineBook Pro. As usual, the instructions can be found here: https://endeavouros.com/endeavouros-arm-install/. Previously, there used to be three possible […]