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

14 total results found

Personal Projects

External Projects

General

VylBot

Card Drop

Random Bunny

NixOS

CLI

Random Bunny

Since Version 2.2, Random Bunny contains a command line interface (CLI). Downloads The project can be downloaded as a binary for your system via the GitHub Releases or Forgejo Releases page. We currently support: Linux (x64) Windows (x64) macOS (x64, Arm64*) ...

Update

NixOS

Update The following document describes the process on updating the NixOS system. Updating Flake The flake's lockfile will need to be updated to fetch newer packages. This is like running apt update on a Debian system. Run the following command in the flake gi...

Flatpak

NixOS

Flatpak My instance uses Flatpak for some of its applications, specifically using the Flathub repository. It's not possible to have flathub and its applications auto install via the configuration. So this document will describe my process I do when I need to i...

Cards

Card Drop

Cards This document will describe how to add cards to the bot. This is from the perspective of the development side and doesn't go into details of syncing from an external place such as with the Google Drive Sync function. The cards will be put into the $DATA_...

Google Drive Sync

Card Drop

The bot relies on an external sync between the local file system and Google Drive in order to get newer cards to the bot. This is done using Rclone. The process for this is done by once the /gdrivesync command is executed by an admin user of the bot, which cal...

Cleanup

NixOS

This document refers to information about cleaning the system, such as deleting old generations, unused nix shells, etc. Delete Old Generations Run the following commands to clean the system up and delete old generations: nix-collect-garbage --delete-old sudo ...

Grub

NixOS

This document is for information regarding Grub. Reinstall Grub If the grub install breaks and you ever need to reinstall grub, the following command is how you do it: sudo NIXOS_INSTALL_BOOTLOADER=1 /nix/var/nix/profiles/system/bin/switch-to-configuration boo...