Skip to main content

Recently Updated Pages

Snapshots

Useful commands

Commands with examples! See estimated size of snapshot zfs send -Rnv athena/backup/matrix@202...

Updated 3 months ago by Andre

How to mod ROUNDS

ROUNDS

Install the ROUNDS beta called old-rounds-for-mods and get r2modman Launch r2modman and select R...

Updated 4 months ago by Andre

How to online grow a ext4 partition

Resizing partitions

This tutorial uses Arch Linux so package names might vary Install cloud-guest-utils which incl...

Updated 6 months ago by Andre

Setup

ZSH

Here is how to install zsh with a custom theme and some basic plugins. Install zsh with the pack...

Updated 8 months ago by Andre

How to do it

Resizing partitions

Preperations You need to be in a rescue system or have the disk unmounted. That is non negotiabl...

Updated 9 months ago by Andre

Let's create a home

How to create a home directory

Dont panic. We can fix this. Use the mkhomedir_helper command mkhomedir_helper <username>

Updated 10 months ago by Andre

Time to archive

yt-dlp How to preserve videos

How to archive an entire YouTube channel Create a directory where you want your files to be ...

Updated 10 months ago by Andre

Time to archive

yt-dlp How to preserve audio

How to archive an entire YouTube channel Create a directory where you want your files to be ...

Updated 10 months ago by Andre

Prerequisites

yt-dlp How to preserve audio

 Download yt-dlp with the package manager of your choice. Examples:  sudo wget https://github....

Updated 10 months ago by Andre

Prerequisites

yt-dlp How to preserve videos

 Download yt-dlp with the package manager of your choice. Examples:  sudo wget https://github....

Updated 10 months ago by Andre

Typical workflow

The art of using git

How does a typical workflow look like? I am going to take one of my repo's as an example on how ...

Updated 10 months ago by Andre

Merge - Rebase - Squash

The art of using git

When should you use either of them? Merge Source: https://www.gitkraken.com/learn/git/git-mer...

Updated 10 months ago by Andre

How permissions work

NFS

The following sections applies to NFSv3 On the server, directories and files have owners and gro...

Updated 10 months ago by AustrianToast

Commiting

The art of using git

How do I commit right? What makes a good commit message? Separate subject from body with a ...

Updated 10 months ago by Andre

Branches - Gitflow

The art of using git

Main and dev For starters: Do as I say and not as I do. I say this because I myself have forgot...

Updated 10 months ago by Andre

Recovering from deleted efi

Deleted efi and now Windows doesn't boot?

Create a Windows Install USB from another PC or have one on hand already Boot into Windows set...

Updated 10 months ago by Andre

Telling Git about your Key

GPG

gpg --list-secret-keys --keyid-format=long git config --global user.signingkey <key> Screenshot:

Updated 10 months ago by Andre

Add Keys to Github/Gitea

GPG

Github Settings SSH and GPG keys New GPG Key Paste in the public key block Add GPG Key Tu...

Updated 10 months ago by Andre

permission problems

NFS

So you noticed that suddenly you don't have access to your files and try stuff like chown or ls -...

Updated 10 months ago by AustrianToast

stale file error

NFS

To fix a stale file error you need to Unmount the share on the client if it isn't already Res...

Updated 10 months ago by AustrianToast