Project ASAKURA | binx.gg
https://belgarath.pug-daggertooth.ts.net:8006/?console=lxc&xtermjs=1&vmid=107&vmname=&node=BELGARATH&cmd=
How to generate and add subtitles to videos using Python, OpenAI Whisper, and FFmpeg
Learn how to generate video transcripts using the OpenAI Whisper model and add them as subtitles using FFmpeg. Follow this tutorial to get started!
A subtitle file is a text file that contains timed text information corresponding to spoken or written content in a video or film. It typically includes information about when each subtitle should appear and disappear on the screen. There are many subtitle formats, however, in this tutorial, we will focus on the widely used format named SubRip (SRT).
Proxy
Learn about Meshtastic and Austin Mesh
Learn all about Meshtastic, Austin Mesh, why we exist, and similar technologies.
K8 Keyboard User Manual
Keychron K8 User Manual: Download
Proxmox VE Helper-Scripts
A Front-end for the Proxmox VE Helper-Scripts (Community) Repository. Featuring over 200+ scripts to help you manage your Proxmox VE environment.
Monitoring Proxmox With Prometheus and Grafana | samynitsche.de
Hi, I am Samuel. You find me on Twitter at @samynitsche. I live in Switzerland near Zurich and I am a laravel enthusiast.
BirdNet Pi Setup
BirdNet Pi Setup · GitHub
thecodingmachine/docker-images-php: A set of PHP Docker images
A set of PHP Docker images. Contribute to thecodingmachine/docker-images-php development by creating an account on GitHub.
How I build development environment for web developers using Proxmox and Dedicated Server
Introduction Welcome to my journey of creating a stable and reliable development environment for web developers. This environment is built upon a dedicated server running Proxmox. Our primary goals were to provide each developer with an isolated and accessible development environment both from the Internet and the local network.
Setup Dedicated Server We chose a dedicated server from OVH with the following specifications:
CPU: Intel Xeon E3-1270v6 (4 cores, 8 threads, 3.
Home Lab Setup (Part 1: Proxmox & cloud-init)
Explaining my home lab setup
How to add storage drive on Proxmox - Server Decode
To add a drive to Proxmox, you need to install parted to configure the drive, then mount it, and configure the storage from the web GUI.
First Steps After Installing Proxmox 8: A Comprehensive Guide – Rambling Tech
sed -Ezi.bak "s/(Ext.Msg.show\(\{\s+title: gettext\('No valid sub)/void\(\{ \/\/\1/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart pveproxy.service
Linkwarden
Crosstalk Solutions | VoIP, WiFi, and Networking Done Right.
How To Create A Multiboot USB With Ventoy Using Linux - Adamsdesk KB
Step by step instructions on how to create a multiboot USB flash drive with Ventoy using Linux.
Tutorial: Creating a Friendica Server with Ubuntu 22.04
The main Friendica
documentation has install instructions
for setting up the core part of the system. However it assumes that you have properly installed all the dependencies and leaves securing the system as an exercise to the user. While I have found a couple of tutorials around the internet like this one
or this one
to fill in the gaps before that I have found them a little lacking and dated as well. I was able to make my way through it but I’m not sure if all will. I therefore decided to write this soup to nuts tutorial on standing up a Friendica instance with Ubuntu 22.04. Please use the table of contents to skip parts that you don’t need, like setting up your cloud instance.
sudo apt install fail2ban -y
sudo systemctl enable fail2ban
sudo systemctl start fail2ban
Create SSH Key
How to create a new SSH key for secure connections.
ssh-keygen -t rsa -b 4096 -o -a 100
How to orchestrate Borg backups with Borgmatic
In this tutorial we see how to install Borgmatic on some the most used Linux distributions and how to use it to orchestrate Borg backups.
https://linuxconfig.org/how-to-organize-your-passwords-using-pass-password-manager
Introduction to Borg Backup
In this tutorial we are going to see how to install Borg on some of the most used Linux distributions, and some examples of its usage.
BorgBase - Simple and Secure Hosting for your Borg and Restic Repositories
Simple and Secure Hosting for your Borg and Restic Repositories. From $2/month or $5/TB/month.
Installation — Borg - Deduplicating Archiver 2.0.0b8.dev42 documentation
borgmatic
# List of source directories to backup.
source_directories:
- /home
- /etc
# Paths of local or remote repositories to backup to.
repositories:
- path: ssh://k8pDxu32@k8pDxu32.repo.borgbase.com/./repo
label: borgbase
- path: /var/lib/backups/local.borg
label: local
# Retention policy for how many backups to keep.
keep_daily: 7
keep_weekly: 4
keep_monthly: 6
# List of checks to run to validate your backups.
checks:
- name: repository
- name: archives
frequency: 2 weeks
# Custom preparation scripts to run.
before_backup:
- prepare-for-backup.sh
# Databases to dump and include in backups.
postgresql_databases:
- name: users
# Third-party services to notify you if backups aren't happening.
healthchecks:
ping_url: https://hc-ping.com/be067061-cf96-4412-8eae-62b0c50d6a8c
HomeTechHacker
Make the most of your smart home, home network, and other home tech while implementing good cybersecurity practices.
Home - Marlon Buchanan
Author. Creator. Home Technology Enthusiast. Learn more about Marlon Buchanan's books and upcoming works.
Introduction to backups | Ubuntu
Ubuntu is an open source software operating system that runs from the desktop, to the cloud, to all your internet connected things.
How To Secure Your AWS S3 Bucket with Cloudflare
Set up a bucket policy on S3 to only allow Cloudflare access to your files.
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::<your-domain>/*",
"Condition": {
"IpAddress": {
"aws:SourceIp": [
"173.245.48.0/20",
"103.21.244.0/22",
"103.22.200.0/22",
"103.31.4.0/22",
"141.101.64.0/18",
"108.162.192.0/18",
"190.93.240.0/20",
"188.114.96.0/20",
"197.234.240.0/22",
"198.41.128.0/17",
"162.158.0.0/15",
"104.16.0.0/12",
"172.64.0.0/13",
"131.0.72.0/22",
"2400:cb00::/32",
"2606:4700::/32",
"2803:f800::/32",
"2405:b500::/32",
"2405:8100::/32",
"2a06:98c0::/29",
"2c0f:f248::/32"
]
}
}
Top 5 Mistakes HomeLabs Make (watch before you start)
This video goes over the top 5 mistakes that new HomeLab users make when they startup their homelabs!
Hire Me! https://www.spacerex.co/hire-me/
Become a channel member!!!! https://www.youtube.com/c/spacerexwill/join
#HomeLab #Networking #virtualization
Affilate Links: (Synology Recommendations)
The new DS923+: https://amzn.to/3EuyaFx
Hard drives that I use: https://geni.us/k6GqFW
SSD I use with Synology: https://geni.us/AwOU
Going 10GbE:
Synology 10GbE (RJ45) Card: https://geni.us/d6KK94h
Starter 10GbE switch: https://geni.us/dHOpA
*These are affiliate links, which means that if you purchase a product through one of them, I will receive a small commission (at no additional cost to you). Thank you for supporting my channel!
What is a homelab?
Learn about how to build a homelab and what you can do with it