Skip Navigation

User banner
Posts
4
Comments
241
Joined
5 mo. ago

  • I have to use Chrome to access a couple of sites that don't play nice with Firefox.

    I bet those sites will play nice if you switch your user-agent to display as chrome.

  • Needs

    Jump
  • Ah man, my boss wants to get our department Meta glasses for taking pictures of parts we make, we literally get a bonus on our pay cheques for us having our phones on us an be reachable.

  • How is the art a positive?

  • While true, they still collect data on the results hosting your own instance can prevent you from hitting rate-limits as often.

    • SearxNG (Google Privacy frontend)

    SearXNG is more than just a front end for google search, it’s an aggregator, if configured properly can collect results from Bing, Startpage, Wikipedia, DuckDuckGo, Brave.

  • Why is 255 off limits? What is 127.0.0.0 used for?

    Hypothetically you’re working on an application but you don’t want that application exposed to the internet, you would use localhost to either expose it to 1 machine on your network or network wide by opening a port and telling the application to listen on the private IP assigned by your router.

    Advanced setup would include a reverse proxy to forward the requests from the applications port to the internet, the reverse proxy would use port 80:80 (http) & 443:433 (https), so the flow would look a little like this -

    Internet > Reverse Proxy listening on 80:80 & 443:443 > Application listening on 8080:8080

    —-

    Why does it span to .254? Well this is another advanced setup but if you wanted to segregate two application on different subnets you can. I’m not sure if there is a security benefit by adding the extra hop but the option is there.

  • https://freetubeapp.io/ comes packed with DeArrow, Sponsorblock and natively uses Invidious or Piped API’s for playback.

  • Yes, back up your stuff regularly, don’t be like me and break your partition table with a 4 month gap between backups. Accomplishing 4 months of work in 5 hours is not fun.

  • To add to this - localhost spans 127.0.0.1-127.254.254.254

  • so they shouldn't be a risk like GPS that exposes precise locations?

    Yes, they only provide country, province/state and city. As others mentioned if you’re worried about this information get yourself a reliable VPN provider and, route all your devices through said VPN provider, ideally through your router.

    When picking a VPN provider it is highly recommended to read their Privacy Policy before signing up, ensure they don’t log data.

  • While true, at least I ain’t getting the updates that bloat applications with Ai.. yet

  • So why would you not write out the full path?

    The other day my raspberry pi decided it didn’t want to boot up, I guess it didn’t like being hosted on an SD card anymore, so I backed up my compose folder and reinstalled Rasp Pi OS under a different username than my last install.

    If I specified the full path on every container it would be annoying to have to redo them if I decided I want to move to another directory/drive or change my username.

  • People praising Arch, people hating on Ubuntu, meanwhile me on Debian satisifed with the minimalism.

  • As other stated it’s not a bad way of managing volumes. In my scenario I store all volumes in a /config folder.

    For example on my SearXNG instance I have a volume like such:

     
        
    services:
      searxng:
        …
        volumes:
          - ./config/searx:/etc/searxng:rw
    
      

    This makes the files for SearXNG two folders away. I also store these in the /home/YourUser directory so docker avoids using sudoers access whenever possible.

  • Nowadays it’s about who has the most “designer” clothing, I wouldn’t call a Yeezy designer.

  • Does this still have a wild amount of drm

    If I’m not mistaken Star Wars is still owned by Disney, of course it’ll have many many many layers of DRM.

    and extra launchers

    In my experience it’s only the EA launcher that it needs. it works on Linux despite all the bullshit.

  • Setting static IP’s is generally a good practice to take if you want to keep track of or monitor any device.

  • Selfhosted @lemmy.world

    Docker Swarm networking vs Docker Compose

    Privacy @lemmy.ml

    International version of Privacy.com?

    Steam @lemmy.ml

    Fresh Debian 12 install and Steam having issues managing files?

    Linux @lemmy.ml

    Packages similar to Earlyoom?