Skip to content

Instantly share code, notes, and snippets.

Avatar
🤘

Zack Whipkey zerkz

🤘
View GitHub Profile
@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 / 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 / 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

Build and Install Podman

  1. cd /tmp/
  2. git clone https://github.com/containers/podman
  3. cd podman
  4. Install build dependencies
  5. sudo make
  6. sudo make install
@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 / chiaki-linux-ps5.md
Last active May 7, 2023 17:26
[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!

@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

Contract Killer

The popular open-source contract for web designers and developers by Stuff & Nonsense

  • Originally published: 23rd December 2008
  • Revised date: October 8th 2015
  • Original post
  • Modified by Zack Whipkey (zerkz) to cater towards software developers.