Skip to content

Instantly share code, notes, and snippets.

View hbend1li's full-sized avatar
😎
be happy

hben hbend1li

😎
be happy
View GitHub Profile
@wasulabenjamin
wasulabenjamin / How to activate Sublime Text Build 4200 x64.md
Last active July 4, 2026 22:51
How to activate Sublime Text Build 4200 x64

Activate Sublime Text Build 4200 x64

  1. Go to https://hexed.it/
  2. Click Open File in the top left corner, navigate to instalation folder and select sublime_text.exe
  3. On the Search for bar in the left panel, input: 0F B6 51 05 83 F2 01
  4. Now in the editor, click on the first byte (0F) and start replacing each byte by: C6 41 05 01 B2 00 90
  5. Finally, in the top left corner again, click on Save as and replace the old executable file with the newly created one.

Enjoy an Unlimited User License!

@dragonfire1119
dragonfire1119 / install-openwrt-on-proxmox.md
Last active June 29, 2026 01:47
Install OpenWRT on Proxmox
@GermanAizek
GermanAizek / README.md
Last active April 30, 2026 10:00
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 July 4, 2026 04:01
Oh my ZSH with zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting and zsh-autocomplete.md
@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