• 7 Posts
  • 35 Comments
Joined 2 years ago
cake
Cake day: July 2nd, 2023

help-circle


  • I found a good T14 gen 1 with Ryzen CPU and 400 nits low-power display, but I read that the 4650U CPUs don’t support amd-pstate and only auto-cpufreq, meaning that it will affect negatively the battery life. The T14 gen 2 are unfortunately with the 300 nits display, which is quite mediocre. How much worse the battery would be on the gen1?







  • filister@lemmy.worldOPtoLinux@lemmy.mlWhat second hand laptop to buy
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    edit-2
    17 days ago

    For personal use, I will use it just when traveling, as I have a more powerful desktop. Nothing too fancy, a bit of programming, tinkering. Will run probably Hyprland. What’s important is to have 5-6 hours of battery life. I will probably run some containers, YouTube watching, browsing, should be portable and support charging over USB-C.





  • To be honest I don’t really know, but I know that what you want can easily be solved with SOCKS5 proxy. I think Wireguard and other VPNs are added to encrypt the traffic. There are also other alternatives to SOCKS5 proxy adding encryption.

    In Wireguard you have those Allowed IPs, you can allow only those IPs to be reachable from outside and you can configure them per client if I am not wrong. I think the easiest way would be for you to run those services over Docker, that way each server will have an IP from your docker network and you can isolate the traffic. https://www.procustodibus.com/blog/2021/03/wireguard-allowedips-calculator/

    My personal suggestion is to spin up a VM, install Debian, Ubuntu, or whatever your poison is, run docker compose or podman compose, spring up a Docker or two and Wireguard and try to achieve what you want. Heck you can even run Wireguard from a container. Once confident with your setup you can migrate it to Nix.