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.
!! 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 |
Do you want to do remote development on your WSL2 container in Visual Studio Code? Read this.
Installation Documentation - https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse
Default allows password authenication, suggest turning it off and using Public Key auth.
cd /tmp/
git clone https://github.com/containers/podman
cd podman
sudo make
sudo make install
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 |
# /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 |
Tested on M2 / Silicon, Sonoma Beta (may not be required, try Ventura and report back?).
networking stuff -- limited wifi capability.
It does NOT support 802.11w. turn this off in openwrt settings, also limited wpa2, can use mixed mode however.
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!