Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

35 total results found

Utilities

A random assortment of utilities we want to document

Idiocracy

stupid solutions for stupid problems

Git

Git gud with git

Games

GPG

How to generate and use GPG Keys.

NFS

Deleted efi and now Windows doesn't boot?

Well, you came to the right place. Don't panic! It's actually quite easy to recover.

The art of using git

In this book I will describe how I use git. In doing so I hope to help others in learning git. Please take everything I write here with a grain of salt. Please don't blindly use this guide!

ZSH

yt-dlp

How to use yt-dlp to preserve video and audio

How to create a home directory

Oh shit! I just created a user but forgot the "create home directory" option. What can I do?

Resizing partitions

Why the fuck is there no one that can tell you how tf it works?

ROUNDS

How to preserve videos

yt-dlp

How to preserve audio

yt-dlp

Generate Key

GPG

gpg --full-generate-key Select defaults or the required option if you have them Select an expiration date Enter your personal information (it needs to be consistent with your account info) Use a secure passphrase Key can be listed with: gpg --lis...

Add Keys to Github/Gitea

GPG

Github Settings SSH and GPG keys New GPG Key Paste in the public key block Add GPG Key Turn on Vigilant mode Gitea Settings SSH / GPG Keys Add Key Paste in the public key block Add Key Verify Screenshot:

stale file error

NFS

To fix a stale file error you need to Unmount the share on the client if it isn't already Restart nfs on the server Mount the share on the client again If you did all of that it should work again.

permission problems

NFS

So you noticed that suddenly you don't have access to your files and try stuff like chown or ls -la and you can't figure out what's wrong.  Don't worry I can help you! A few Ideas: - Did you recently make a new user? If yes, check with id username if the uid...

How permissions work

NFS

The following sections applies to NFSv3 On the server, directories and files have owners and groups ownership. Those ownerships are in reality just unsigned integers. These two values are also referred to as uid and gid. You are probably wondering what that ...

Telling Git about your Key

GPG

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

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 setup using Windows USB Click "Next" Click "Repair your computer" in bottom left corner Click "Troubleshoot" Click "Advanced" Click "Command Prompt" Type "diskp...

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 to use separate branches. It is really easy to forget and you will only notice it when it becomes a pain in the ass to fix. Ok let's start this guide! Separate ...

Commiting

The art of using git

How do I commit right? What makes a good commit message? Separate subject from body with a blank line Limit the subject line to 50 characters Capitalize the subject line Do not end the subject line with a period Use the imperative mood in the subject...

Merge - Rebase - Squash

The art of using git

When should you use either of them? Merge Source: https://www.gitkraken.com/learn/git/git-merge (Last accessed 22.03.2023) Merging is used to merge two branches and preserve their history. It also makes it easier to undo mistakes. Rebase Source: https...

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 one would go about doing all the things I described in this book. I look at the feature I want to implement In my code I begin writing what I want to do in pla...

Setup

ZSH

Here is how to install zsh with a custom theme and some basic plugins. Install zsh with the package manager of your choiceInstall ohmyzsh with  sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" Install the powerle...

Prerequisites

yt-dlp How to preserve videos

 Download yt-dlp with the package manager of your choice. Examples:  sudo wget https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -O /usr/local/bin/yt-dlp sudo chmod a+rx /usr/local/bin/yt-dlp python3 -m pip install -U yt-dlp yay yt-dlp...

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 Download or create the necessary files to create directories, move files and download videos. Examples: #!/bin/sh if [ ! -d "video" ] ; then mkdir video && m...

Prerequisites

yt-dlp How to preserve audio

 Download yt-dlp with the package manager of your choice. Examples:  sudo wget https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -O /usr/local/bin/yt-dlp sudo chmod a+rx /usr/local/bin/yt-dlp python3 -m pip install -U yt-dlp yay yt-dlp...

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 Download or create the necessary files to create directories, move files and download videos. Examples: #!/bin/sh if [ ! -d "audio" ] ; then mkdir audio && m...

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>

How to do it

Resizing partitions

Preperations You need to be in a rescue system or have the disk unmounted. That is non negotiable!Also make a snapshot/backup of you system! Resizing e2fsck -f /dev/sdXY resize2fs /dev/sdXY XG fdisk /dev/sdX In fdisk you need to: Delete the old ...

How to online grow a ext4 partition

Resizing partitions

This tutorial uses Arch Linux so package names might vary Install cloud-guest-utils which includes growpart Backup your partition table so you can recover if neededsudo sfdisk -d /dev/sda > partition_bak.dmp Use growpart to grow the partitiongrowpart /dev...

How to mod ROUNDS

ROUNDS

Install the ROUNDS beta called old-rounds-for-mods and get r2modman Launch r2modman and select ROUNDS. Create a new profile and now you can download mods! Enjoy playing the superior version of ROUNDS!!!