Skip to content

Instantly share code, notes, and snippets.

@nonkronk
nonkronk / deploy-openwrt-mudfish-unraid.md
Last active October 25, 2024 16:37
Deploy OpenWRT (Mudfish) VM on UnRaid Server

Deploy OpenWRT Mudfish as Unraid VM

What is mudfish?

Download & Convert Mudfish VM image

# Download ova 
wget https://mudfish.net/releases/openwrt/ova/OpenWRT_with_Mudfish-2.1.26.ova
# Extract image
@Trenly
Trenly / README.md
Last active September 5, 2025 03:28
Install Winget to the Windows Sandbox Base Image

This powershell script modifies the Base Image, or the Virtual Hard Disk, which the Windows Sandbox launches upon startup. It will copy the required files to the sandbox and add a registry key which will install them upon startup. By default the script will install the latest stable release of Winget. You can specify to use the latest pre-release with the -PreRelease switch.

When a new version of Winget is released, run this script again to update the installation in the sandbox to the latest version

@agyild
agyild / FSR.glsl
Last active November 12, 2025 22:14
AMD FidelityFX Super Resolution v1.0.2 for mpv
// Copyright (c) 2021 Advanced Micro Devices, Inc. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
@agyild
agyild / CAS-scaled.glsl
Last active November 5, 2025 22:05
AMD FidelityFX Contrast Adaptive Sharpening v1.0.2 for mpv
// LICENSE
// =======
// Copyright (c) 2017-2019 Advanced Micro Devices, Inc. All rights reserved.
// -------
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation
// files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy,
// modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the
// Software is furnished to do so, subject to the following conditions:
// -------
// The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
@FreddieOliveira
FreddieOliveira / docker.md
Last active November 17, 2025 14:28
This tutorial shows how to run docker natively on Android, without VMs and chroot.

Docker on Android 🐋📱

Edit 🎉

All packages, except for Tini have been added to termux-root. To install them, simply pkg install root-repo && pkg install docker. This will install the whole docker suite, left only Tini to be compiled manually.


Summary

@AveYo
AveYo / .. MediaCreationTool.bat ..md
Last active November 5, 2025 04:45
Universal MediaCreationTool wrapper for all MCT Windows 10 versions - MOVED TO github.com/AveYo/MediaCreationTool.bat
@jimfoltz
jimfoltz / tw5-server.rb
Last active July 4, 2025 12:46
A local server for TiddlyWiki5 that allows saving wiki.
require 'webrick'
require 'fileutils'
BIND_ADDRESS = "127.0.0.1"
PORT = 8080
BACKUP_DIR = 'bak'
if ARGV.length != 0
root = ARGV.first.gsub('\\', '/')
@dragon788
dragon788 / chromebox.md
Created August 26, 2017 00:47
Hacking an ASUS chromebox

ASUS makes a pretty handy Chromebox, and it's handy not just because it's running ChromeOS, it's handy because of everything you can do to the box itself.

The ASUS Chromebox is easily upgradeable, and capable of running just about any linux distribution.

The model I picked up, the M004U has the following specs:

  • Celeron 2955U (1.4GHz) 64 bit Dual core processor with 2MB L3 Cache
  • 2GB DDR3 1600 RAM with 2 slots
  • 16GB SSD HDD
  • 802.11 b/g/n dual-band wireless, Bluetooth 4.0, and gigabit ethernet
@rahilwazir
rahilwazir / vmdk_vhdx.md
Last active September 25, 2025 10:46
Convert VMWare to Hyper-V (vmdk to vhdx)
@cleesmith
cleesmith / gist:817541904bfaf25d4270
Last active April 2, 2021 07:31
remastering Tiny Core using VirtualBox
TinyCore
Apr 13, 2015:
remastering tiny core using virtualbox:
1. create a new virtualbox vm and add TinyCore-current.iso to the Storage setting
2. start the new vm
3. in a terminal window do: tce-load -wi ezremaster
4. perform all of these tce-load's: ... but do NOT configure anything, nor add pip (as it won't persist)
1. tce-load -wi libxslt.tcz ... lxml dependency
2. tce-load -wi libxml2-dev.tcz ... lxml dependency
3. tc-install.tcz ... so users of this remaster can install it if they want to, instead of only using the .iso