Skip to content

Instantly share code, notes, and snippets.

View Bad3r's full-sized avatar
❄️
Nixing

Bad3r Bad3r

❄️
Nixing
View GitHub Profile
@Bad3r
Bad3r / Private_File_Sharing_Services.md
Last active June 13, 2026 08:42
Private File Sharing Services

Centralized File Sharing


Site Size Limit API Clearnet Mirrors Tor Mirrors Online
GoFile.io No Limit API N/A
@Bad3r
Bad3r / archbee-nord-theme.html
Created March 4, 2023 00:48
Archbee Overwrite Default Theme
<style>
:root {
--lt-color-gray-100: #d8dee9;
--lt-color-gray-200: #e5e9f0;
--lt-color-gray-300: #eceff4;
--lt-color-gray-400: #8fbcbb;
--lt-color-gray-500: #88c0d0;
--lt-color-gray-600: #81a1c1;
--lt-color-gray-700: #5e81ac;
--lt-color-gray-800: #4c566a;

Fix VMware shared folders not mounting on Linux guest:

sudo sed -i '/^#user_allow_other$/s/^#//' /etc/fuse.conf
sudo /usr/bin/vmhgfs-fuse .host:/ /mnt -o subtype=vmhgfs-fuse,allow_other

# make perm by adding to fstab
echo ".host:/ /mnt fuse.vmhgfs-fuse defaults,allow_other 0 0" | sudo tee -a /etc/fstab > /dev/null

[!NOTE]

@Bad3r
Bad3r / Is Wayland Ready yet (for me).md
Last active January 29, 2026 08:36
A checklist to see if Wayland meets my needs.

A checklist to see if Wayland meets my needs.

Wayland is NOT Ready Yet

  • Nvidia Prime offloading for laptops with hybrid graphics (support for external monitors via USB-C/Thunderport)
  • xkill alternative. Currently in wayland each DE/WM uses its own method.
    • KDE (KWin): qdbus org.kde.KWin /KWin killWindow
    • Sway
      • SIGTERM: swaymsg kill. Default keybind: $Mod + Shift + q
  • SIGKILL: kill -9 $(swaymsg -t get_tree | jq '.. | select(.type?) | select(.focused==true).pid')
@Bad3r
Bad3r / python .pre-commit-config.yaml
Created July 2, 2025 06:43
generic python project pre-commit config
default_language_version:
python: python3.13
fail_fast: true
repos:
# Use the Ruff version managed by the project's dev dependencies for consistency
- repo: local
hooks:
- id: ruff
name: "Ruff (Linter)"
stages: [pre-commit]
{
"cleanupPeriodDays": 30,
"env": {
"CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC": 1,
"DISABLE_TELEMETRY": 1,
"CLAUDE_CODE_ENABLE_TELEMETRY": 0,
"DISABLE_ERROR_REPORTING": 1,
"CLAUDE_BASH_MAINTAIN_PROJECT_WORKING_DIR": 1,
"CLAUDE_BASH_DEFAULT_TIMEOUT_MS": 120000,
"CLAUDE_BASH_MAX_TIMEOUT_MS": 600000,
@Bad3r
Bad3r / init-nixos.md
Last active April 3, 2026 15:38
process for setting up a new nixos system via live ISO

Project Coldfront

High-end Intel Arrow Lake workstation build. Functional, not pretty, no RGB. All specifications below were validated against manufacturer product pages and independent reviews in 2026 (see Sources). Every listed component is current and the parts are fully compatible with each other.

Parts List

Part Product Model number