I take my shitposts very seriously.

  • 0 Posts
  • 11 Comments
Joined 2 years ago
cake
Cake day: June 24th, 2023

help-circle


  • Perhaps there was an easier lighter-weight way of doing this?

    sshuttle does exactly that. It’s basically a VPN that uses SSH tunnelling. If you have a host in the same network as the target machine, and you can SSH into it, sshuttle can route all TCP traffic between you and the target (or a subnet) through the host without having to bind local ports manually.

    sshuttle -r ssh_server <targets/subnets...>
    




  • I use self-hosted services in the following categories as much as possible…

    That question could really use a “not applicable” option. I don’t operate any home automation solutions, so any answer from me would be invalid, and neutral answers because the item is not relevant will appear the same as neutral answers because I use both self-hosted and externally hosted solutions (e.g. Mullvad for privacy and Tailscale to get around CGNAT).





  • You’ve just triggered my fight or flight reflex. Three years ago I spent about three months writing an entire .NET/WPF application with nothing but Powershell and XAML. Having access to .NET was nice… but the shell was trying to be too many things at once and the mix of method calls, programs, and cmdlets was infuriating.

    I’ll never forgive them for aliasing curl to Invoke-WebRequest instead of the real curl.exe.