• 2 Posts
  • 94 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle

  • JustEnoughDucks@feddit.nltoSelfhosted@lemmy.worldNetwork Switch
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    5 days ago

    I think it has to do with data differences between self hosters and data hoarders.

    Example: a self hosted with an RPI home assistant setup and a N100 server with some paperwork, photos, nextcloud, and a small jellyfin library.

    A few terabytes of storage and their goal is to replace services they paid for in an efficient manner. Large data transfers will happen extremely rarely and it would be limited in size, likely for backing up some important documents or family photos. Maybe they have a few hundred Mbit internet max.

    Vs

    A data hoarder with 500TB of raid array storage that indexes all media possible, has every retail game sold for multiple consoles, has taken 10k RAW photos, has multiple daily and weekly backups to different VPS storages, hosts a public website, has >gigabit internet, and is seeding 500 torrents at a given time.

    I would venture to guess that option 1 is the vast majority of cases in selfhosting, and 10Gb networking is much more expensive for limited benefit for them.

    Now on a data hoarding community, option 2 would be a reasonable assumption and could benefit greatly from 10Gb.

    Also 10Gb is great for companies, which are less likely to be posting on a self hosted community.






  • Do you have the Intel drivers installed on your machine? Are GuC and HuC working?

    sudo reboot
    sudo dmesg | grep i915
    sudo cat /sys/kernel/debug/dri/0/gt/uc/guc_info
    sudo cat /sys/kernel/debug/dri/0/gt/uc/huc_info
    

    On Debian I had to manually download the i915 full driver Zip, extract it, take out the Intel drivers, and put it in /usr/lib/firmware

    Then hardware acceleration worked on my Arc380.

    If you use QSV, your CPU iGPU will be the one that can use it, so make sure to set your render device in docker to the iGPU and not the RTX 2060





  • To be fair, if something is open by default or very easy to enable without informing about the risks, tons of people will have it exposed without thinking.

    It isn’t that “tons of people do it so it is normal and perfectly fine” but more “people don’t realize.” It also uses some nontrivial amount of resources to process and block those attempts, even if they never have a chance of getting in.

    There is yet a reason I can find to have it forwarded for home use. Need to ssh into a machine to fix it? VPN.

    There are plenty of secure web-based tools to manage your server without a VPN also.


  • Depends. If someone is gaming with new hardware, don’t use a distro that doesn’t update the kernel quickly and regularly.

    Almost every problem with hardware on mint is solved by going through the process of updating the kernel or switching to a distro with up to date libraries.

    It’s fine for a lot of people, but it doesn’t “just work” outside of the use case of only browsing the internet and word documents.

    This is coming from someone who used mint for 4 years. There was about a dozen times where the software on the software center was so out of date that it simply didn’t work and I had to resort often to using random ppa’s which often broke other things. Definitely not user friendly.

    That being said, Cinnamon is probably one of the most user friendly DEs for people switching from window. It is very nice.




  • True, meanwhile my HP printer had a hell of a time trying to work on windows much less finding an actual downlosd for the scanner tool on HP’s websitr for a printer ovrr 5 years old and on Linux I typed yay HP, 1, then I was ready to print and scan.

    Plus KDE discover is the convenience if the Microsoft store was actually good.

    Settings are ACTUALLY in setting instead of being split between settings, control panel, individual tool auto diagnoses, powershell, and registry edits.

    KDEconnect works seamlessly and I can also locate my phone if I lost it in the house.



  • And in all tiers: make an additional profit by selling your information without your consent (it has been decided in many courts that burying subtext deeply in forced terms of service isn’t consent)

    We are already paying them by letting them harvest our data, ads or not.

    Then they double or triple dip with the scenarios you describe. I am still paying them by being on their site with an ad blocker as they harvest my data and sell it to the highest bidder. Not to mention quadruple dipping with using our info and content without consent to train AI to sell.

    They use the argument “your data/art/photos/videos are freely posted on the internet, so we can use them how we please”. If they publish content openly on the internet, then we are free to do with it as we please.

    They can’t use the argument but say “no no no, it doesn’t apply to things WE put out”

    They are either pirating our content and data constantly or ad-blocking is not pirating.




  • There is one neat trick: don’t expose SSH.

    There is still not a reason anyone has been able to give for 99% of self-hosters to expose SSH.

    If you need to access your machine via ssh while on the go. Wireguard to your local network, use SSH. Done. Unless you are running an always-up public facing site, the amount of times you have to access your machine that can’t wait until after work is very low anyway.

    Bots will scan all ports. That is just how it works. Less than 22, but you will still get spammed. Why force your computer to go through the fail2ban loop and take up resources when it is simply not needed at all and you can block it on another machine?