Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)AN
Posts
8
Comments
394
Joined
2 yr. ago

  • pfsense and opnsense are very similar. The pfsense devs has acted like jackasses towards the opnsense gang. They are both great for a router/firewall/vpn device. I would use external access points with them.
    I think there are more addons to pfsense than opnsense.

    OpenWrt is great when it comes to WiFi, but I find it much less intuitive to use for router/firewall parts. Could be that I am used to the way pfsense and opnsense do things.

    Neither do switching from what I know, so pair the router with a switch of your choice.

  • Next time I build a PC, I plan to spend extra on hardware that can run games decently while producing as little heat as possible. My current PC is like a space heater when it’s running and it’s unbearable to play games on it for any extended periods during the summer months.

    The only reason I went for an 80+ Platinum PSU instead of an 80+ Bronze PSU is to make it generate less heat (and the fact that the platinum had a really nice price at the time). Doing it for power savings isn't worth it, but getting a cooler case is nice.
    https://www.tomshardware.com/news/what-80-plus-levels-mean,36721.html

  • I mean the only interesting data sent is the mac address, android phones spoofs that by default, using a separate mac adress for every network and on a debian based distro you can use https://packages.debian.org/stable/net/macchanger if you wanna spoof it when using your computer in the networks owned by others.

  • Gonna check it out!
    Is it easy to setup automatic responses to the alerts, f.e. restarting a service if it isn't answering requests in a timely manner?
    Have you used it together with Windows Servers too?

  • The simple solution is to use another cloud, such as proton drive mentioned below.

    Another more technical solution is to setup a vpn at home and use vpn + smb to share files with your phones, this one fails if your computer isn't always online at home or if your internet provider runs CGNAT.

    Your computer could be replaced with a selfhosted solution as nextcloud running on separate hardware, but now we're firmly in selfhosting land.

    The VPN home could be replaced with a VPS that both your home network and mobile devices connect to as a CGNAT workaround.

    The KISS (Keep it simple, stupid) principle says that getting another cloud storage is the way to go. If you truly wanna own your cloud then a trip to selfhost land it is.

  • " in" appears 25 times on the page to be exact, with 16 of those being in the table of contents and 9 being in the text afterwards.
    "in" appears 54 times, as you know end up hitting "string" and so on.

    Had I known that the functions table of contents was as short as it is I would probably have just scrolled.

  • After which ctrl+f " in" takes you to the correct chapters. I do agree that a direct link would be more helpful.
    And for learning postgresql I agree it isn't very helpful - using their tutorial links, w3schools or something like udemy if you prefer video format is the way to go in that use case.

    I remember back when you were told to learn to work with the documentation, not memorize it, because you will always have access to it as a reference. Maybe bookmarking reference books/documentation will make a come back as the search engines degrade.