• 0 Posts
  • 33 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle
rss


  • SGGtoSelfhosted@lemmy.worldThumb drive heating up
    link
    fedilink
    English
    1228 days ago

    If you have docker containers and other stuff all on that USB drive I’d really reccomend getting it all off that USB (not just logging) and onto a proper drive of some kind. USB thumb sticks are not reliable long term storage, you will wake up to find the drive failing one day and good chance you lose everything on it with little to no warning.




  • There’s always a trade off when it comes to any device.

    Fast or slow, lots of features or basic, cheap or expensive, thin/stylish or ruggedized, water or other ingress resistant standards. All of these have to be weighted against each other.

    Also what constitutes a drop? 4 feet, 40 feet, 400? (sorry if I turned on anyone with a foot fetish)

    It is absolutely possible to create a mobile phone with most features people want that survives multiple 4 foot high drops, but it will be encased in a few cm of rubber, the touch screen will be under a noticeable screen protector, and reception might suffer a bit, and it won’t have wireless charging unless you’re ok if that stops working after a unlucky drop. It will also probably be expensive, even more so if you then want to use more premium materials in order to try and slim it down some.



  • Games need to live closer to the bleeding edge than a lot of other software.

    Also, for wine/proton, and the other customisations built into the deck, it makes sense to pick a starting point that is more built for customisation. By that I mean there was probably less things they needed to add or remove at the start.

    As mentioned, it’s also likely there was personal bias internally. But even that can be a valid reason as they need to be familiar/comfortable with the starting distro.

    Not saying that Debian cannot do it, but doing it this way probably made valve’s employees lives easier.


  • Judge: When she yelled out please don’t shoot, why did you shoot?

    Officer: What I thought she said was “Please, shoot! He has an AK hidden underneath his shorts! Also they identify as a black FTM gay atheist!”

    Judge: Understandable, I think I can hear that as well upon reviewing the footage again, case dismissed!

    /S

    I feel for the family, mental health issues are not an easy thing to handle even when being treated. My grandmother had issues later in life including dementia and a few times we had to make sure to keep sharp objects out of the picture. It’s not easy. I hope that this helps improve things for others down the line in some way, improved police training, improved awareness, something.






  • Nothing too special, just had to do some fiddling to get the Apache reverse proxy working correctly. Now I believe they have a pre-made example for it, but back then they only had nginx. I stick with Apache because that’s still what I know. Might start learning nginx, but my main work isn’t in web stuff.


  • Mine is nice and quick in regards to the web interface and general functions. However I run it on a server at home and my upload speed isn’t the best, so if I need to pull a larger file (Files On Demand enabled) then obviously the transfer speed of the file is a bit sluggish.

    Hosted on a VM with 16GB RAM, 4 cores. Using the NextcloudAIO docker deployment option, all behind an Apache reverse proxy (I have a bunch of other services on another VM that all have reverse proxy access in place as well).





  • SGGtoSelfhosted@lemmy.worldvpn on nextcloud?
    link
    fedilink
    English
    35 months ago

    In very basic terms, and why you want to do them:

    Attack surface is the ports and services you are exposing to the internet. Keep this as small as possible to reduce the ways your setup can be attacked.

    Network topology is the layout of your home network. Do you have multiple vlans/subnets, firewalls that restrict traffic between internal networks, a DMZ is probably a simple enough approach that is available on some home grade routers. This is so if your server gets breached it minimises the amount of damage that can be done to other devices in the network.