• 0 Posts
  • 68 Comments
Joined 2 months ago
cake
Cake day: May 6th, 2024

help-circle






  • I’m not sure why this is the focus rather than legislating that router/access point manufacturers create robust and simple to use parental controls and then running public service campaigns that educate parents on how to use them.

    Not that I really care that much since I don’t watch porn. I just don’t think putting adult content behind a verification system that applies to everyone makes sense when the idea is to prevent kids, who generally have at least one person who controls the networking equipment and should be monitoring their devices/activity, from seeing it.




  • I also just saw your edit. Look into Linux ownership and permissions. chmod and chown are important commands to know how to use as a Linux system administrator.

    Running sudo chown -R user:user ./drive in /mnt will give your user account ownership of that directory and all folders inside of it.

    Make sure you replace user with your username and drive with the name of the mount point for the drive.




  • You could try Logseq, it’s like Obsidian but open source. I use Obsidian for most notes and I also have a personal wiki built with Otterwiki.

    I use NGINX for my reverse proxy, you could check out NGINX Proxy Manager which uses Certbot to automate the SSL certificates.

    I’ve heard a lot of people also like Caddy and Traefik. Can’t remember which is easier to use, maybe Caddy.