• 0 Posts
  • 33 Comments
Joined 1 year ago
cake
Cake day: October 13th, 2023

help-circle






  • It not only has to be not ‘open’ in the explorer, but properly unmounted. Tools like mkfs dont do that for you, its just not their job. (and might be unwanted or stop your from making mistakes like accidentally overwriting the wrong drive)

    try umount /dev/USBDRIVE

    If that still complaints about Device or ressource busy, then something is still using it.
    Either try to close things that might be the culprit, reboot and try again or, if installed and you are compfortable, you can check which processes using lsof -D (you can get that location using mount | grep )




  • Nyfure@kbin.socialtoMemes@lemmy.mlFor real tho
    link
    fedilink
    arrow-up
    9
    ·
    11 months ago

    Just FYI Germany likes to make things more difficult, so with federation every sub-area is separated in many aspects and has own agencies for different things…

    BfDI is only responsible for health and internet-provider institutions (and a few more).
    Otherwise you can send it to the one where the company is located at, or always where you are located at. (they will forward it, but that can take a few months, so better to submit where it has to go).


  • Nyfure@kbin.socialtoMemes@lemmy.mlFor real tho
    link
    fedilink
    arrow-up
    10
    ·
    11 months ago

    EU Cookie Directive applies to all website owners within the EU aswell as Websites which target EU users.

    It gives clear rules for different categories of cookies like how you need to display them and for which you actually need consent to be allowed to use them.
    It also sets rules for how easy certain actions have to be and granularity.
    (very simplified)









  • If its only you and you want best security, setup a VPN system. (Tailscale, Netbird, or others are quite easy)
    If someone else should also, and you dont want everyone to have to use a VPN, then you can expose some services directly. Of course behind CGNat you need some third-party system to allow this (e.g. cloudflare or a rented server).

    I am not a big fan of cloudflare, they are a huge centralized company, easily allowing tracking across websites with clear-text access and kinda discouraging learning how to secure things yourself (which you have to do anyways, because you are a service provider and only cloudflare is not enough if its still publicly accessible though them)
    But in the end its your choice. They easily allow you as service provider to protect yourself from DDoS attacks or allowing IPv4 access when you are behind CGNat, things you just cannot easily do yourself, certainly not without costs.