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/)CE
Posts
0
Comments
463
Joined
1 yr. ago

Permanently Deleted

Jump
  • Mr. Kennedy shot back at Mr. Cassidy, citing a study from an ecosystem of vaccine critics that he said proved a connection between vaccines and autism.

    This sentence says it all. Even if the study said the opposite, it still wouldn't "prove" anything. That's not how science works.

  • looking at things i think i meamt Only Office. Any opinions there?

    If I remember correctly, Only Office uses LibreOffice as its core and then adds or changes default stuff. I might be wrong about that. But ultimately I hear positive things about Only Office.

    The hosting is on my old desktop which is running server 2016. I'd like to replace the OS on it too. I don't keep the box online so I'm not keen on using it for anything other than game servers.

    Sounds like a perfect situation for loading something like Proxmox and then visualizing the Windows Server 2016 instance. You would basically have the exact same functionality but with way more options like cloning and backing up the server.

    Appreciate you not going aggro on me over it.

    No worries at all. I think the automatic defensiveness from Linux people comes from old misconceptions being repeated often. Or sometimes it comes from how something is read and interpreted. Someone might say "I can't switch because I need XYZ", to which a very literal response is "you can use ABC which does the same thing, so you can switch". When what the first person meant is "I can't switch because I prefer XYZ", which is a completely valid reason.

  • I wasn't going to berate you or anything. I was genuinely curious.

    I am going to be trying out libreoffice and OpenOffice

    LibreOffice is great. I use it on my work system at a medium to larger sized company (every single other person uses o365). I haven't heard anyone complain yet about doc comparability and I haven't had any issues myself.

    Stay away from OpenOffice. It's practically a dead product. When Oracle bought OpenOffice, the community forked the project which became LibreOffice. LibreOffice is where all the development and community focus and effort has gone since.

    OneNote is my second most vital

    I don't have any recommendations here. I've never really found a "perfect" solution for this. Currently I use a few different solutions, but it's all centred around markdown, so they're all interchangeable.

    OneDrive is probably my most vital.

    I personally wouldn't touch OneDrive with a hundred meter pole. MS does so much screwing around with your data that you can never be sure if the data stored is what you uploaded. They've been known to just up and delete files they scan and think is malicious, even if it's a false positive. Then they're known to scan all your documents for everything, including potential passwords, then use those passwords to open password-protected files and then scan them also.

    Then there's the situation from a year or so ago where they automatically switched everyone's documents folder to a "cloud first" folder, where they just auto-uploaded everyone's local files, deleted the local copies, and did it all without user consent or even informing users. And this resulted in all kinds of wild crap like people not having access to their documents because they were offline and were expecting local files. Then some people had their metered data connection getting maxed out. While others couldn't even modify their files or even save a file to their "My Documents" folder because the default storage allocation was far less than the total data of their local files. So effectively the data was held for ransom.

    it's mostly running dedicated game servers that have no Linux option.

    Most newer games that you can run your own dedicated server will almost certainly have a Linux option, which suggests you might taking about older games, in which case something like Lutris (Wine) might be an option.

    But are you hosting these game servers on your desktop?

  • Three incoherent replies with jumbled run-on sentences.

    the businesses with clean perfect sites tend to be the scams

    Uhhh, no. Objectively no. A legit website is not going to have spelling mistakes and broken links. Looking professional and thorough is a direct lead to increased business. What you just said is completely false, and frankly idiotic.

    Everything else you said (in all three replies) is just a jumbled mess of a brain dump that I'm not even going to try and address any of it.

  • No, I didn't say this "isn't a nice site". I said it's "suspicious as hell".

    Having a working site and a navigable "About Us" page isn't "nice". It's the bare minimum I would expect of any legitimate nice or ugly site.

    There's just a lot on their site that reeks of sloppy scammers.

  • Yes, I remember reading that they've set up vaccination centres for wild birds. No appointments though.

    Edit: I had it backwards. It's by appointment only, and they've had very low vaccination numbers despite all the bird calls.

  • Its so cheap to just get a vps from a littlecreekhosting deal

    This site seems suspicious as hell. Incredibly basic site, no info on where they're located, and the "About Us" links aren't even links. There's no About Us page.

  • Kinda. Generally the user files (including custom installed applications) are on a rw partition. Whereas the system files (OS files, root folder, etc) are on a ro partition. When updates are applied to the core system they come as complete images. No compiling from source on the fly.

    The advantages to this is that it should be near impossible to break your system. If you need to roll back to a previous version the system just/downloads/mounts the previous image. There is less flexibility in terms of changing system files. But the idea with immutable distros is that you shouldn't be modifying system files anyways, and there are different ways to accomplish things.

    A really good example is Android. Android (non-rooted) is kinda-sorta an immutable distro. Except it uses an A/B partition method, where the active system downloads and installs to the other partition, triggers a flag, then a reboot picks up the flag and boots from the newly installed partition. If anything goes wrong, another flag is triggered and it boots from the "good" partition.

    It's not quite the same, but at a high-level it kinda is.

    Edit: article I found about it

    https://linuxblog.io/immutable-linux-distros-are-they-right-for-you-take-the-test/