Skip to content

Instantly share code, notes, and snippets.

View FelikZ's full-sized avatar

Alexey Shevchenko FelikZ

View GitHub Profile
@FelikZ
FelikZ / watch_acestream_on_apple_tv.sh
Created December 18, 2022 13:54
Watch Acestream on Apple TV using VLC (from Mac / OSX)
#!/usr/bin/env bash
# 1) Open firewall settings and exclude /Applications/Docker.app/Contents/Resources/bin/
# so containers can be accessible through the network
# 2) Start acelink
docker run --rm -ti --name "acelink" -p "0.0.0.0:6878:6878" -p "0.0.0.0:6888:6888" blaiseio/acelink \
--client-console \
--allow-user-config \
--bind-all \
@FelikZ
FelikZ / Caps_lock_is_ESC.reg
Created December 2, 2024 09:19 — forked from JeanOlivier/Caps_lock_is_ESC.reg
Windows 10/11 registry modification to replace Caps Lock by Escape
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,01,00,3a,00,00,00,00,00
; Data = 00000000 00000000 0200000000 01003A00 00000000
; 0x00000000 Header: Version. Set to all zeroes.
; 0x00000000 Header: Flags. Set to all zeroes.
; 0x00000002 Two entries in the map (including null entry).