Skip to content

Instantly share code, notes, and snippets.

Avatar
🤘

Zack Whipkey zerkz

🤘
View GitHub Profile
@zerkz
zerkz / gist:56bfbd5ad43615035dd2bd058d1f1f03
Last active April 30, 2019 02:24
urxvt - fish hauleth/agnoster theme.
View gist:56bfbd5ad43615035dd2bd058d1f1f03
!! locale set to utf-8, all unicode showing
!! use echo \ue0b0 \u00b1 \ue0a0 \u27a6 \u2718 \u26a1 \u2699
!! running on i3 manjaro -- be sure to download fonts.
URxvt.font: xft:SauceCodePro Nerd Font Mono:size=12,xft: DejaVu Sans Mono,Symbola:size=5,xft: Unifont
@zerkz
zerkz / Contract Killer 3.md
Last active August 16, 2019 14:04 — forked from malarkey/Contract Killer 3.md
The latest version of my ‘killer contract’ for web designers and developers
View Contract Killer 3.md
@zerkz
zerkz / remote-wsl.md
Last active April 21, 2022 04:43 — forked from mattbell87/remote-wsl.md
VSCode Remote: Connect to WSL2 from another machine
View remote-wsl.md
@zerkz
zerkz / podman_build_install.md
Created June 19, 2022 19:58
Build/Install Podman from Source on Ubuntu/Debian/PopOS/Other Linux?
View podman_build_install.md
@zerkz
zerkz / config.boot
Created December 30, 2022 23:24 — forked from nomaster/config.boot
EdgeRouter: DNS forwarding to CloudFlare with DNSSEC
View config.boot
set service dns forwarding name-server 1.1.1.1
set service dns forwarding name-server 1.0.0.1
set service dns forwarding name-server '2606:4700:4700::1111'
set service dns forwarding name-server '2606:4700:4700::1001'
set service dns forwarding options dnssec
set service dns forwarding options trust-anchor=.,19036,8,2,49AAC11D7B6F6446702E54A1607371607A1A41855200FD2CE1CDDE32F24E8FB5
set service dns forwarding options trust-anchor=.,20326,8,2,E06D44B80B8F1D39A95C0B0D7C65D08458E880409BBC683457104237C7F8EC8D
set service dns forwarding options dnssec-check-unsigned
set service dns forwarding options dnssec-timestamp=/config/dnsmasq/dnsmasq.time
@zerkz
zerkz / door_viewer.service
Last active March 27, 2023 03:38
pi3-b door viewer setup
View door_viewer.service
# /opt/systemd_services/front_door.service
[Unit]
Description=Live Door Viewer with RTSP server included.
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
User=zdware
ExecStart=/opt/scripts/libcamera_rtsp.sh
@zerkz
zerkz / ftl_multiverse_osx_whisky.md
Last active July 4, 2023 18:08
FTL/Faster Than Light multiverse (or other mods?) on Macbook/M1/M2/OS X using Game Porting Kit/WINE
View ftl_multiverse_osx_whisky.md

Tested on M2 / Silicon, Sonoma Beta (may not be required, try Ventura and report back?).

  1. Install Whisky
  2. Setup a bottle/"wine container" for Steam (or label it "FTL" if you're not using Steam).
  3. Install Steam if that's what you're using to install FTL.
  4. Install your legally owned copy of this great game.
  5. Use something like the Control Panel (in the Config section of your bottle in Whisky) to install Java in your bottle. Java 8 JDK worked for me, 6 could as well.
    • You could install Java JDK from Oracle, but you'll have to agree to their crappy license and login.
    • Zulu JDK 8
  • You'll also need to install CCK after to supply physical fonts.
@zerkz
zerkz / chiaki-linux-ps5.md
Last active September 6, 2023 21:36
[Linux] Simple Guide To Using a PS5 Controller with Chiaki
View chiaki-linux-ps5.md

Overview

This guide is meant for those using Linux and wanting to use a PS5 Controller (Dualsense) with Chiaki to enable remote play for PS4/PS5.

If you're using a Steam Deck, check out the great chiaki4deck project instead.

Despite the PS5 Controller support added to the 5.12 kernel, I had issues getting it to be recognized by Chiaki.

I've only verified these steps on a PopOS 21.10 (Ubuntu derivative) system, running on 5.16 kernel.

If you have an alternate solution for Linux that worked for you, leave a comment to help others out!