• 0 Posts
  • 101 Comments
Joined 1 year ago
cake
Cake day: September 19th, 2023

help-circle
  • From what I understand running high bandwidth things like video streaming through cloudflare tunnels will get your cloudflare account banned or charged (which is why they require payment info to setup tunnels).

    Best to keep things like emby, jellyfin, and Plex to tailscale or just open the port.

    Idk how emby works but with Plex I feel pretty safe having port open. Since any logins have to auth though Plex’s servers.




  • Not really directly answering your question here so feel free to ignore me. But if I’m understanding right your setup sounds like a more complicated way of doing what I am.

    I put tailscale on all my devices. And in every docker compose for the ports I do. TailscaleIP:hostport:containerport

    So nothing can be access on local network at all. Only through tailscale. Which I can access from any of my devices locally or remotely without opening a port. All E2E encrypted I’m pretty sure. The only con is having to trust tailscale.

    I do keep Plex port open for friends though.



  • Unmapped@lemmy.mltoLinux@lemmy.mlPrinting on Linux
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    14 days ago

    I noticed this too. In theprimeagens recent video on cups problem they kept making jokes about printing on Unix. I think I must be lucky or something cause so far every printer I have setup on Linux has been easier then having to download all the bloatware to make them work on windows. But I have only done about 6 printers so far on Linux.


  • Not that I know of, but I kind of feel like Nixos could be. The way you can use nix flakes or shells so each project has its on version of nodejs, go, rust, or w/e you use. Instead of having them installed system wide. And you can put the flake.nix and flake.lock in your git repo so any other Dev with nix can use it to DL the exact same packages.



  • The return system uses weight. There is a scam ppl have done where you order something then switch it with the same weight in rocks or sand. Then send as a return to get your money back. So I assume a empty box wouldn’t have the needed weight and would be flagged.











  • Unmapped@lemmy.mltoAsklemmy@lemmy.mlTouch Typing
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 month ago

    About a year ago I finally took the time to learn it. Just make sure you know which finger should hit which keys. And then do a bunch of practice. My favorite way to to practice is Monkey type. Its all about the muscle memory. Doesn’t take as long as you’d think ether. About 20 hrs of practice and I was just as fast as I was before. Then you will start getting really fast if you keep it up.


  • This was exactly my experience when I switched from XFCE4 to Hyprland. Now I much rather do everything in the terminal. Except for partitioning drives and auto mounting them. I switch to gnome to do that in GUI.

    Using nixos I can just rebuild with gnome instead of hyprland. Do what I need. Then rebuild back to hyprland. And gnome is not installed anymore. So I get to use GUI without the bloat of having a GUI installed all the time.