Skip to content

Instantly share code, notes, and snippets.

View caminashell's full-sized avatar

C Λ M I N Λ S H Ξ L L caminashell

View GitHub Profile
@caminashell
caminashell / btrfs-undelete
Last active February 26, 2026 13:58 — forked from Changaco/btrfs-undelete
btrfs-undelete
#!/bin/bash
# btrfs-undelete
# Copyright (C) 2013 Jörg Walter <info@syntax-k.de>
# This program is free software; you can redistribute it and/or modify it under
# the term of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or any later version.
if [ ! -b "$1" -o -z "$2" -o -z "$3" ]; then
echo "Usage: $0 <dev> <file/dir> <dest>" 1>&2
echo
@caminashell
caminashell / multios.md
Last active February 15, 2026 17:43
Multiple OS Showcase

To prove I could run multiple operating systems in virtual machines at the same time on my laptop, used for testing purposes only, not intended for daily general purpose.

multios

  • Virtual systems:
    • Fedora Silverblue 43
    • Microsoft Windows 11 25H2
    • Apple MacOS Monterey
  • Host system: Fedora Workstation 43
@caminashell
caminashell / hugo.md
Last active February 5, 2026 02:27
Install & running Hugo on Fedora

Install & running Hugo on Fedora

PRE-REQUISITS

sudo dnfi git golang ruby ruby-devel

IMPORTANT INSTALLATION NOTE

@caminashell
caminashell / syncable.md
Created January 27, 2026 17:01
Vivaldi syncable items (sanitised) from prefs_definitions.json in source

syncable

address_bar.autocomplete
address_bar.autocomplete.tld
address_bar.autocomplete.suffix_expansion.value
address_bar.autocomplete.suffix_expansion
address_bar.extensions.show_toggle
address_bar.extensions.show_all_toggle
address_bar.extensions.render_in_dropdown
@caminashell
caminashell / affinity.md
Last active May 30, 2025 12:28
Vivaldi Bookmark Redirects via Affinity Web

Screenshot From 2025-05-30 12-51-49

Screenshot From 2025-05-30 12-53-30

Screenshot From 2025-05-30 12-50-32

Screenshot From 2025-05-30 13-14-09

Screenshot From 2025-05-30 13-15-25

@caminashell
caminashell / jsonvue.css
Created March 28, 2025 21:36
JSONVue Extension Styling
body, #json {
margin: 30px 20px;
white-space: pre;
font-family: Menlo, Monaco, "Courier New", monospace;
font-size: 14px;
color: #d4d4d4;
background: #1e1e1e;
text-wrap-mode: wrap;
}
@caminashell
caminashell / discord-rebased.css
Created March 27, 2025 15:27
Discord Styles (2025.03)
/*
* Caminashell rebased styles (removed a lot of unused)
* stable 382355 (e3770fd) Build Override: N/A
* Vencord b3bff83 (Vesktop v1.5.5)
* Electron 34.1.0
* Chromium 132.0.6834.194
*/
/*
* Yes, this codebase is near unreadable. Why?
@caminashell
caminashell / ogjs.md
Created February 27, 2024 13:51
Old Guard Principles for JS

Old Guard Principles - A Javascript Guideline

This guide shows a typical style of writing code, and mentions various related web technologies. It can be useful for writing any high-performance Javascript programs.

It is still very relevant for JS eventhough TS and modern frameworks exist and are in use today.

It is expected that you already understand programming and at least one programming language. It is necessary to know the syntax of Javascript. You can learn it e.g. at w3schools.com/js.

Code style

@caminashell
caminashell / draft-README.md
Last active August 3, 2024 05:22
draft-README.md

Mission Control

A user-defined stylesheet for pfSense GUI theming.

sample20240128

INTRODUCTION

A stylesheet I crafted for myself and decided to share with others, since I have an affinity for all things NASA, Martian, and other Science Fiction.