Skip to content

Instantly share code, notes, and snippets.

View hbend1li's full-sized avatar
😎
be happy

hben hbend1li

😎
be happy
View GitHub Profile
@dragonfire1119
dragonfire1119 / install-openwrt-on-proxmox.md
Last active June 13, 2025 22:12
Install OpenWRT on Proxmox
@GermanAizek
GermanAizek / README.md
Last active August 31, 2025 17:58
Openwrt - Extend disk space for apps

Instructions for expanding space for openwrt programs. In most cases, 2Gb will be enough. We will install the necessary packages for working with USB devices

root@OpenWrt:~# opkg update
root@OpenWrt:~# opkg install nano kmod-usb-core block-mount kmod-fs-ext4 kmod-usb-storage-extras e2fsprogs blkid

After install fdisk package

@n1snt
n1snt / Oh my ZSH with zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting and zsh-autocomplete.md
Last active September 4, 2025 10:25
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.

@Zelakolase
Zelakolase / main.java
Last active July 13, 2025 08:40
ZTE ZXHN H108N V2.5 UPnP Exploitation code
// Video: https://www.youtube.com/watch?v=WvzIZ-JH-7k
// UPnP should be enabled for the target side
// UPnP default port is 52869
// Credits: Morad Abdelrasheed and Zeyad Azima
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.net.HttpURLConnection;
@iamphilrae
iamphilrae / phpMyAdmin Export Filename Template, Including Date and Time
Last active August 14, 2025 13:51
phpMyAdmin Export Filename Template, Including Date and Time
@DATABASE@__%Y-%m-%d_%H-%M-%S
@rotassator
rotassator / Default (Windows).sublime-keymap
Created February 10, 2016 22:54
Sublime Text 3: Key Binding - restore Quick Switch Project keystroke
[
{ "keys": ["ctrl+alt+p"], "command": "prompt_select_workspace" }
]
@nk23x
nk23x / HOWTO.get-m3u-from-soundcloud
Created October 28, 2015 20:06
get m3u playlist from soundcloud sets
## get playlist items from soundcloud
youtube-dl --no-progress -g -e --get-duration https://soundcloud.com/nok/sets/tracks-tracks-tracks >> /tmp/nk23x-soundcloud-trackstrackstracks.txt
## make m3u playlist
echo "#EXTM3U" > nk23x-soundcloud-trackstrackstracks.m3u; cat /tmp/nk23x-soundcloud-trackstrackstracks.txt| perl -p0e 's/(.*)\nhttp(.*)\n([0-9:]{4,15})/#EXTINF:-1,$1 ($3)\nhttp$2/gm;' >> nk23x-soundcloud-trackstrackstracks.m3u
## enjoy :)
@hsiboy
hsiboy / extroot.md
Last active August 3, 2021 19:51
OpenWrt - increase storage on TP-Link WR703n

Having partitioned and formated (ext4) a usb flash/pen/thumb drive on another linux machine....

install required packages

opkg update
opkg install kmod-usb-storage kmod-fs-ext4 block-mount

check you can see the drive, if not reboot