New pages

Jump to navigation Jump to search
New pages
Hide registered users | Show bots | Hide redirects
  • 22:04, 26 September 2025YT-DLP Scripting (hist | edit) ‎[10,835 bytes]Tinker (talk | contribs) (Created page with "= YTchan = A script for downloading entire channels... <syntaxhighlight lang="Bash"> echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" echo $0 $@ echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" echo echo -e USAGE: YTchan [-s] [-c] ChannelName ChannelName ... echo echo -e \\t -s = simulate this run echo -e \\t -c = use a cookie file exported from your browser to identify yourself to YouTube echo -e \\t ChannelName = The name of the chan...") originally created as "YT-DLB Scripting"
  • 22:17, 19 September 2025A VPN monitoring Script (hist | edit) ‎[3,832 bytes]Tinker (talk | contribs) (Created page with "== OpenVPN with PIA seems to occasionally forget to act like a VPN == When this happens, you may just want to know about it & remind them by restarting OpenVPN === Finding out if you're still protected: === Compare your public IP to that of the rest of the network <code>wget <nowiki>http://ipinfo.io/ip</nowiki> -qO -</code> & <code>ssh '''user@othermachine''' 'wget <nowiki>http://ipinfo.io/ip</nowiki> -qO -'</code> '''user''' &''' othermachine''' are a valid user on...")
  • 12:56, 18 September 2025YouTube Download Server (hist | edit) ‎[6,834 bytes]Tinker (talk | contribs) (Created page with "{{{!}} class="wikitable" style="float: right; width: 322px;" border="2" {{!}}+ Proven on: {{!}}- < --="" debian="" --> {{!}} style="text-align: center; width: 60px;" {{!}} [[File:Logo Debian.png{{!}}60px{{!}}link=https://www.debian.org/{{!}}center{{!}}middle{{!}}frameless]] {{!}} style="text-align: center; width: 40px;" {{!}} 13 (trixie) {{!}} This includes a lightweight LXC <br> {{!}}} {{{!}} class="wikitable" style="border-collapse: collapse; width: 33%; left;"...")
  • 18:49, 16 September 2025Torrenting Server (hist | edit) ‎[4,615 bytes]Tinker (talk | contribs) (Created page with "{{{!}} class="wikitable" style="float: right; width: 322px;" border="2" {{!}}+ Proven on: {{!}}- < --="" debian="" --> {{!}} style="text-align: center; width: 60px;" {{!}} [[File:Logo Debian.png{{!}}60px{{!}}link=https://www.debian.org/{{!}}center{{!}}middle{{!}}frameless]] {{!}} style="text-align: center; width: 40px;" {{!}} 13 (trixie) {{!}} <br> {{!}}} {{{!}} class="wikitable" style="border-collapse: collapse; width: 33%; left;" {{!}}- style="text-align: center...")
  • 16:14, 16 September 2025Building a VPN tunnel from scratch (hist | edit) ‎[2,854 bytes]Tinker (talk | contribs) (Created page with "{{{!}} class="wikitable" style="float: right; width: 322px;" border="2" {{!}}+ Proven on: {{!}}- < --="" debian="" --> {{!}} style="text-align: center; width: 60px;" {{!}} [[File:Logo Debian.png{{!}}60px{{!}}link=https://www.debian.org/{{!}}center{{!}}middle{{!}}frameless]] {{!}} style="text-align: center; width: 40px;" {{!}} 13 (trixie) {{!}} <br> {{!}}} {{{!}} class="wikitable" style="border-collapse: collapse; width: 33%; left;" {{!}}- style="text-align: center;...")
  • 14:41, 16 September 2025Setting Up OpenVPN & PIA as a client (hist | edit) ‎[3,966 bytes]Tinker (talk | contribs) (Created page with "{{{!}} class="wikitable" style="float: right; width: 322px;" border="2" {{!}}+ Proven on: {{!}}- <!-- Debian --> {{!}} style="text-align: center; width: 60px;" {{!}} [[File:Logo Debian.png{{!}}60px{{!}}link=https://www.debian.org/{{!}}center{{!}}middle{{!}}frameless]] {{!}} style="text-align: center; width: 40px;" {{!}} 13 (trixie) {{!}} <br> {{!}}} {{{!}} class="wikitable" style="border-collapse: collapse; width: 33%; left;" {{!}}- style="text-align: center;" ! st...")
  • 14:16, 16 September 2025VPN (hist | edit) ‎[211 bytes]Tinker (talk | contribs) (Created page with "= Setting Up OpenVPN & PIA as a client =")
  • 15:56, 31 August 2025WeeWX Weather Server (hist | edit) ‎[7,456 bytes]Tinker (talk | contribs) (Created page with "WeeWX Weather Server")
  • 09:00, 12 August 2025Setting up PIA on pfSense & configuring rules to run traffic to specific sites from inside the LAN through the VPN (hist | edit) ‎[2,132 bytes]Tinker (talk | contribs) (Created page with "# Setting up PIA on pfSense #* [https://helpdesk.privateinternetaccess.com/guides/routers/pfsense/pfsense-2-6-0-openvpn-setup pfSense 2.6.0 (OpenVPN Setup)] #* It's long & involved... But those instructions get it working. #* & passing ALL traffic through PIA # Firewall rules to route only traffic with specific sites through PIA #* NOTE: Apparently, "if you have a dead interface it won't let you create a new one" (more research needed...) ##'''Interfaces / Assignments'''...")
  • 14:32, 11 August 2025Proxmox Backup Server (hist | edit) ‎[198 bytes]Tinker (talk | contribs) (Created page with "I really should put a pile of stuff here...")
  • 11:10, 11 August 2025PVE - Removing a node from a cluster (hist | edit) ‎[2,475 bytes]Tinker (talk | contribs) (Created page with "To safely remove a node from a Proxmox VE (PVE) cluster, follow these steps:<br># '''Migrate Workloads:'''<br>#*  Before removing the node, ensure all virtual machines (VMs) and containers are migrated to other active nodes in the cluster. This can be done via live or offline migration using the Proxmox web GUI or command line tools like  <code>qm migrate</code>.    <br># '''Verify Cluster Status:'''<br>#*  Log in to an active node in...")