Skip to content

Instantly share code, notes, and snippets.

@4abhinavjain
4abhinavjain / reinstall_VPS_from_inside.txt
Last active April 27, 2025 05:44 — forked from ClashTheBunny/reinstall_VPS_from_inside.sh
DIY install debian on Oracle Cloud Infrastructure ( Free Tier ) - ARM64
# should works on any cloud-init enabled hypervisor (openstack.. )
# start from a normal ubuntu 20.04 install as minimal was not available for ARM64
# Since ARM64 machines has higher RAM, Shrinking is desired but not necessary. Instead we will increase tmpfs to 1700MB
# Getting root (if sudo -i doesn't work then set a root password beforehand using 'sudo passwd root'
sudo -i
# make sure we are on the highest kernel, so we can delete all the others ...
@n1snt
n1snt / Oh my ZSH with zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting and zsh-autocomplete.md
Last active May 1, 2025 13:01
Oh my ZSH with zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting and zsh-autocomplete.md

Oh my zsh.

Oh My Zsh

Install ZSH.

sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh

Install Oh my ZSH.

@snowwm
snowwm / dpi-bypass.md
Last active December 9, 2024 15:27
Autonomous DPI bypass for Linux (using nftables for request fragmentation)

This method may or may not work depending on what DPI technologies your ISP uses.

Tested on Arch Linux.

Usage with yandex-browser-beta

Make sure you have nftables and yandex-browser-beta installed. Download files from this gist, then run:

# These commands need to be run as root (or with sudo).
@softmoth
softmoth / README.md
Last active December 10, 2024 09:13
Using a proxy to avoid tether throttling

Using a proxy to avoid tether throttling

I use used to use my mobile phone for internet access. My provider's Unlimited data plan discouragesd tethering (using the phone as a hotspot), though, by throttling traffic it sees coming from other devices.

A fairly simple and robust solution is was to run a proxy server on the phone, and then set up the router to send all traffic through the proxy.

Bit rot warning