Skip to content

Instantly share code, notes, and snippets.

@stokito
stokito / README.md
Last active October 5, 2025 02:03
WebDAV User Script for Violentmonkey, Tampermonkey and Greasemonkey

WebDAV User Script for Tampermonkey, Greasemonkey and Violentmonkey

Browse a URL as a WebDAV share. With the Tampermonkey extension on Firefox Mobile you can use it from phone.

screenshot

Open WebDAV folder in a browser and you'll have ether 403 error or just a plain directory listing.
Then click on the addon button and it will make a file manager from the folder where you can watch, upload, delete files and direcotries.

The script automatically enables for any url that have /dav/ e.g. http://example.com/dav/ prefix or dav. subdomaain e.g. http://dav.example.com/.

@ignapk
ignapk / chromeos-kernel.md
Last active April 28, 2023 12:29
Install ChromeOS kernel

First for all distros:

wget https://github.com/eupnea-linux/chromeos-kernel/releases/download/v5.10.165/bzImage
wget https://github.com/eupnea-linux/chromeos-kernel/releases/download/v5.10.165/modules.tar.xz
sudo tar xf modules.tar.xz -C /lib/modules
mv bzImage vmlinuz

Then for specific distros

Fedora

@Log1x
Log1x / debloatNox.md
Last active October 29, 2025 17:01
Debloating & Optimizing Nox

Debloating Nox

Nox, despite being the most feature-filled Android emulator, has a lot of negativity surrounding it due to their antics when it comes to making income off of their program. It is known for running repeated advertisments in the background, calling home and passing along system information (outside of your Android instance) as well as a vast amount of potentially sensitive data in an encrypted payload back to their multitude of servers. With the following preventitive measures, we can stop a majority of this happening as well as greatly improve the overall performance.

  1. Download and Install a fresh copy of Nox. The latest version is fine (for now). If you already have it installed, that is fine too. No need to reinstall.

  2. Enable Root Mode on Nox by clicking the gear icon and then checking the Root Startup box.

  3. Install a new Launcher from the Play Store. ANYTHING but Nox's default. I suggest [Nova Launcher](https://play.google.com/s

@isdrupter
isdrupter / cfwall-debian.sh
Created December 24, 2016 06:16
Cloudflare Iptables config
#!/bin/bash
ufw reset
ufw allow ssh
cfips="103.21.244.0/22 \
103.22.200.0/22 \
103.31.4.0/22 \
104.16.0.0/12 \
108.162.192.0/18 \