Home Network

39 bookmarks
Custom sorting
Home - Marlon Buchanan
Home - Marlon Buchanan
Author. Creator. Home Technology Enthusiast. Learn more about Marlon Buchanan's books and upcoming works.
·marlonbuchanan.com·
Home - Marlon Buchanan
Proxy
Proxy
·192.168.1.57:81·
Proxy
HomeTechHacker
HomeTechHacker
Make the most of your smart home, home network, and other home tech while implementing good cybersecurity practices.
·hometechhacker.com·
HomeTechHacker
How to generate and add subtitles to videos using Python, OpenAI Whisper, and FFmpeg
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).
·digitalocean.com·
How to generate and add subtitles to videos using Python, OpenAI Whisper, and FFmpeg
Proxmox VE Helper-Scripts
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.
·community-scripts.github.io·
Proxmox VE Helper-Scripts
How I build development environment for web developers using Proxmox and Dedicated Server
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.
·rajca.dev·
How I build development environment for web developers using Proxmox and Dedicated Server
Tutorial: Creating a Friendica Server with Ubuntu 22.04
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
·nequalsonelifestyle.com·
Tutorial: Creating a Friendica Server with Ubuntu 22.04
Create SSH Key
Create SSH Key
How to create a new SSH key for secure connections.
ssh-keygen -t rsa -b 4096 -o -a 100
·docs.borgbase.com·
Create SSH Key
How to orchestrate Borg backups with Borgmatic
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
·linuxconfig.org·
How to orchestrate Borg backups with Borgmatic
Introduction to Borg Backup
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.
·linuxconfig.org·
Introduction to Borg Backup
borgmatic
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
·torsion.org·
borgmatic
Introduction to backups | Ubuntu
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.
·ubuntu.com·
Introduction to backups | Ubuntu
How To Secure Your AWS S3 Bucket with Cloudflare
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" ] } }
·joshuagilless.com·
How To Secure Your AWS S3 Bucket with Cloudflare
Top 5 Mistakes HomeLabs Make (watch before you start)
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!
·youtube.com·
Top 5 Mistakes HomeLabs Make (watch before you start)
What is a homelab?
What is a homelab?
Learn about how to build a homelab and what you can do with it
·homelab.garden·
What is a homelab?