I joined Lemmy back in 2020 and have been using it as qaz@lemmy.ml until somewhere in 2023 when I switched to lemmy.world. I’m interested in Linux, FOSS, technology, and several other subjects.

  • 13 Posts
  • 359 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle








  • qaz@lemmy.worldtoLinux@lemmy.mlCannot start spotifyd.service
    link
    fedilink
    arrow-up
    32
    arrow-down
    1
    ·
    edit-2
    11 days ago

    Why are you creating a system service for a user application? It will run Spotify as root unless you override the user. Did you know you can add your own services for your user at ~/.config/systemd/user/?

    Anyway, your method to add the service seems correct (create a file and reload the daemon), so I suspect it might refuse to load the file due to a syntax error in the service. Also perhaps compare the file permissions with the other files in the systemd folder.











  • Ip address doesn’t expose where you live.

    https://letmegooglethat.com/?q=geoip+lookup

    Tunnels stop you from opening a port so nothing is exposed openly to the internet1 but it does not keep your ip private2.

    This is also incorrect.

    1. The entire purpose of CF tunnels is to expose sites on the internet
    2. CF tunnels (and services like it e.g. ngrok) rely on shared proxy servers that forward traffic based on HTTP host headers (which is why you can’t forward arbitrary TCP traffic). The IP of the site will therefore have the shared IP of the company’s proxy server instead of your own.