Skip to content

Instantly share code, notes, and snippets.

@PBXg33k
PBXg33k / unzip-recursive.sh
Created August 21, 2022 08:33
Find zipfiles in current path recursively and unzip each zipfile to a subdirectory with the filename and delete zip if extraction was succesful
find . -iname '*.zip' | while read filename; do (7z x -o"${filename%.*}" "$filename" && rm "$filename"); done
@PBXg33k
PBXg33k / hosts.txt
Last active October 12, 2021 13:32
192.168.178.17 .pim.kb
@PBXg33k
PBXg33k / download-stack.yml
Last active December 12, 2018 10:59
Simplified download stack for reddir
version: '3.3'
services:
nzbget:
image: linuxserver/nzbget
hostname: nzbget
ports:
- "666:6789"
networks:
- nginx-pool
@PBXg33k
PBXg33k / VGMdb#Search by &Album
Last active March 21, 2024 09:16
MP3Tag - VGMdb source file
# ###################################################################
# Mp3tag (v2.39+) parsing for VGMdb.net, created by dano on 2010-01-20
# Updated and maintained by PBX_g33k starting from 2015-09-01
#
#
# This file should be in your sources directory
# On Windows XP it's
# C:\Documents and Settings\*username*\Application Data\Mp3tag\data\sources
#
# Changelog:
@PBXg33k
PBXg33k / VocaDB.src
Last active March 12, 2021 08:46
MP3Tag - VocaDB Tag Source
# ###################################################################
# Mp3tag Tag Source for VocaDB
#
# Search by ALBUM
#
# This file should be stored in your tag sources sources directory
# %APPDATA%\Mp3tag\data\sources
# and requires Mp3tag v2.64 or above.
# [2015-08-31] v1.00
#
### Keybase proof
I hereby claim:
* I am PBXg33k on github.
* I am pbx_g33k (https://keybase.io/pbx_g33k) on keybase.
* I have a public key whose fingerprint is 7386 8A26 8709 D4A4 926D 515C 86DE 488E 4526 A3D5
To claim this, I am signing this object: