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/)CA
Posts
2
Comments
156
Joined
2 yr. ago

  • What no one else has touched on is the protocol used for network drives interferes with databases. Protocols like SMB lock files during read/write so other clients on the network can't corrupt the file by interacting with it at the same time.

    It is bad practice to put the docker files on a NAS because it's slower, and the protocol used can and will lead to docker issues.

    That's not to say that no files can be remote, jellyfin's media library obviously supports connecting to network drives, but the docker volume and other config files need to be on the local machine.

    Data centers get around this by:

    • running actual separate databases with load balancing
    • using cluster storage like ceph and VMs that can be moved across hypervisors
    • a lot more stuff that's very complicated

    My advice is to buy a new SSD and clone the existing one over. They're dirt cheap and you're going to save yourself a lot of headache.

  • Using the HDMI out on the phone is the best option. If your phone doesn't support video out, this is the best way I found to do it.

    I recently had to do this with my pixel when the screen died. I couldn't find this advice anywhere so I'm super proud of this work around. Unfortunately it's not easy. You'll need a OTG adapter, a wired keyboard, a Bluetooth keyboard, and a crap ton of patience.

    Step one: enable android talk back/screen reader. This can be done using the volume keys or Google assistant. https://www.theverge.com/23184596/android-screen-reader-how-to-enable

    Step two: connect the wired keyboard using the OTG adapter. Use the keyboard's keys to unlock the phone and use the arrow keys to navigate to the Bluetooth settings.

    Step three: connect the Bluetooth keyboard to free up the USB port on the phone.

    Step 4: use the Bluetooth keyboard to enable the backup method of your choice.

    Bonus advice: Use Google play store on a computer to remote install a screen cast app https://www.howtogeek.com/690556/how-to-wirelessly-mirror-your-android-phone-to-your-tv/

    Use the wired keyboard and screen reader to open the app and start the screen cast. That makes things much easier.

  • This was a few years back, maybe on 20.04 but could have been 18.04. The wifi card was a niche realtek that wasn't well supported.

    The issue is more that neon and kubuntu both have trade-offs, using either means you will be using older software releases. Doesn't mean it will affect everyone, but for some people a rolling distro will be better.

  • I was using it on my older Asus and ran into wifi issues. I actually replaced the laptop before switching to tumbleweed. I'm running it on 3 computers so far, a Dell G15, custom built desktop, and a framework laptop.

    I'm really liking it, it's a rolling release so it always has the news versions of everything, it's been really stable but also has a built in rollback feature in case there's a bad update

  • I've used kubuntu and neon in the past. The issue I ran into was kubuntu not having the latest KDE software, and it wasn't available in back ports. I tried switching to neon but it's based on the LTS version of Ubuntu so the kernel was pretty old, it didn't have great support for my hardware.

    I switched to tumbleweed and have been loving it since.

  • I definitely recommend you do your own research into this. Brute forcing ssh keys should be practically impossible. Is it necessary to install fail2ban with password login disabled? Not sure, I'm of the opinion that it won't hurt, just one more line of defense. It's pretty easy to setup.

  • Security through obfuscation is never a good idea. Best practices for exposing ssh (iirc):

    • disable root login (or at least over ssh)
    • disable password login over ssh, use key pairs instead
    • use fail2ban to prevent brute forcing
    • install security updates frequently

    All of those are pretty easy to do, and after that you're in a really good place.

    I don't see a problem with ssh tunneling to access services, as long as the ssh server is secured correctly

  • What features are locked behind the cloud for the X1? We have several at work and they've been fantastic. Repairs are easy enough, they have decent documentation. While the parts are proprietary, they are pretty affordable.

  • I'm personally very happy with tumbleweed. It's been very stable, and has the built in rollback feature on the off chance an update played bad with your system (I've only needed to use it two or three times over the last few years across three different computers). Tumbleweed also integrates super well with plasma.

  • SUSE plans to contribute this project to an open source foundation, which will provide ongoing free access to alternative source code.

    Sounds like they're spinning this off to a separate legal entity which won't be profit driven. I'm not saying don't be cautious, but it looks like they're taking appropriate steps to work with the community.