Skip to content

Instantly share code, notes, and snippets.

View M1XZG's full-sized avatar
🏠
Working from home .. always, and living the dream!

Robert McKenzie M1XZG

🏠
Working from home .. always, and living the dream!
View GitHub Profile
@M1XZG
M1XZG / OBS Widget.html
Last active January 3, 2024 18:57
My setup for VRCDN with OBS
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body {
margin: 5;
padding: 5;
}
@M1XZG
M1XZG / docker-on-pi4.md
Last active December 16, 2020 15:16
Configure docker and portainer on a fresh PI4 build

Fresh docker install on PI4

Run the following after initial install of Raspberry OS

sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install git zsh dnsutils logwatch logrotate postfix libsasl2-modules mailutils -y
sudo reboot