How to setup yay in Arch linux

This guide will walk through the steps for installing yay (Yet another Yogurt) which is an AUR Helper. This will let you install packages from the AUR (Arch User Repository) in the same way you install packages from the Arch Repo with pacman. Update 2021-05-21: There is a new AUR Helper that has got a lot of traction. It’s called paru and works mostly the same but is written in Rust!...

October 20, 2022 · 1 min · 173 words · Me

How to install transmission

This guide show you how to install Transmission on Arch Linux and configure it with a kill switch so that Transmission will only download and upload using a specific IP address. For example a [WireGuard VPN]. The guide is based on the tutorial over at the [Transmission Wiki](https://githu on GitHub. Documentation for the config file can be found over at the GitHub Wiki page as well. Installation pacman -S transmission-cli Configuration Generate config file systemctl start transmission....

October 10, 2022 · 2 min · 331 words · Me

How to set up hugo

GETTING STARTED #Quick Start Create a Hugo site using the beautiful Ananke theme. This quick start uses macOS in the examples. For instructions about how to install Hugo on other operating systems, see install. It is required to have Git installed to run this tutorial. For other approaches to learning Hugo (like books or video tutorials), refer to the external learning resources page. #Step 1: Install Hugo...

October 10, 2022 · 3 min · 581 words · Me

How to install reflector

#Reflector Reflector is a small Python3 script that sort through the Arch Linux mirrors based on parameters of your choice and updates your mirrorlist. More info: Reflector - ArchWiki | Project website - xyne Installation pacman -S reflector Usage reflector --help will show you the available commands and their options. The following command will update your mirrorlist with the 50 fastest mirrors that have support for both HTTPS and IPV6....

October 3, 2022 · 1 min · 137 words · Me