Skip to content

Instantly share code, notes, and snippets.

View ChipWolf's full-sized avatar
🌟
If you think you'll lose; you're lost.

Chip Wolf ‮ ChipWolf

🌟
If you think you'll lose; you're lost.
View GitHub Profile
@ifilkovic
ifilkovic / dual-boot.md
Last active March 18, 2023 10:04
Dual Boot - EFI/GPT - Windows 11 Enterprise + Arch Linux 6.0.5 (Windows first, Arch second)
@hazcod
hazcod / apache-plex-reverse-proxy.vhost
Last active December 9, 2023 19:02
Apache2 reverse proxy vhost configuration for Plex. Rerquires modules ssl, proxy, wstunnel
This current configuration is based of at least Server Version 1.16.5.1488 and Web Version: 3.108.2.
This updated config file allows the playing of trailers and TV Show theme music where as the previous one did not.
## Requirements
1. Apache version > 2.4
2. A bunch of mod's enabled (proxy, ssl, proxy_wstunnel, http, dir, env, headers, proxy_balancer, proxy_http, rewrite)
3. Protocols h2 http/1.1 needs apachectl -V 2.4.17 and higher...
## Apache .conf file
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active July 4, 2024 17:58
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname