• 1 Post
  • 48 Comments
Joined 9 months ago
cake
Cake day: October 19th, 2023

help-circle






  • I’m going to toss in another recommendation for Linux Mint. The interface is very similar to classic Windows and it has a large user base so it shouldn’t be hard to find instructions online if you get stuck. Software-wise, Linux Mint 21.3 is entirely compatible with Ubuntu 22.04 LTS. Use the default Cinnamon version.

    Coming from Windows, the only other very important non-obvious thing is that you should look for software on the app store application first instead of downloading packages from the Internet. Unlike the Microsoft Store, Linux app stores are often connected to a variety of software sources, and they will also update your software to the latest versions automatically whenever you download system updates. Almost all of the software you mentioned can be found in the app store. It’s very convenient!




  • SystemD will consume the entirety of Linux, bit by bit.

    • In 2032, SystemD announces they’re going to be introducing a new way to manage software on Linux
    • In 2035, SystemD will announce they’re making a display system to replace the ageing Wayland
    • In 2038, the SystemD team announces they’re making their own desktop environment
    • In 2039 SystemD’s codebase has grown to sixteen times its size in the 2020s. SystemD’s announces they’re going to release replacements for most other packages and ship their own vanilla distro.
    • In 2045 SystemD’s distro has become the standard Linux distribution. Most other distros have quietly faded away.
    • In 2047, SystemD announces they’re going to incorporate most of GNU into SystemD. Outrage ensues from the Free Software Foundation, which vehemently opposes this move.
    • In 2048, Richard Stallman dies of a heart attack after attempting to clone SystemD’s git repo. SystemD engages in a hostile takeover and all resistance within the FSF crumbles
    • In 2050, SystemD buys the struggling RedHat from IBM for $61 million.
    • In 2053, most world governments have been pressured into using SystemD.
    • In 2054, Linus Torvalds, fearing for his life, begins negotiations to merge kernel development into SystemD
    • In 2056, the final message on the Linux kernel development mailing list is sent.
    • In 2058, Torvalds dies under suspicious circumstances after his brand-new laptop battery explodes.
    • In 2060, SystemD agents assassinate the CEO of Microsoft.
    • In 2063, after immense pressure from SystemD-controlled human rights organisations, Arch developers discontinue development.
    • In 2064, the remaining living Debian developers release the next stable version of their clandestine and highly illegal distro.


  • Well, it’s complicated, isn’t it?

    Ubuntu is built on Debian’s skeleton. RHEL is built on Fedora. Many more examples.

    Linux Mint is based on Ubuntu, but in a much deeper and more connected way than Ubuntu is based on Debian. It even shares many of the same software repositories.

    The next closer level is how Xubuntu, Lubuntu, and Kubuntu are just slight variations of Ubuntu. People like to call these “flavours”.

    Finally, you get to the closest layer—the thousands of people who have taken a stock Ubuntu installation and swapped out one or two components to meet their requirements. We don’t even think of these as distros in their own right.

    It’s a continuous spectrum, and any labels we try to apply will be pretty much guaranteed to have fuzzy edges.







  • I’m guessing you’re talking about the client, right? The data folder on the server shouldn’t be touched or modified, except by Nextcloud.

    Check who owns the folder. I’ll assume the folder is at ~/Nextcloud, but if it’s not, just substitute in the path to the Nextcloud folder.

    You can check who owns the folder using ls:

    ls -la ~/Nextcloud
    

    This should give you something like:

    drwx------ 10 user group    4096 2024-03-04 00:00 Nextcloud
    

    Where the word “user” is in the above example should be the name of the owner of the directory. Where the word “group” is should be the group.

    If either is root, check to make sure the Nextcloud client is not running as root (using sudo or otherwise).

    Otherwise, give yourself ownership of the directory:

    sudo chown username:username -R ~/Nextcloud
    

    Replace username with your username.


  • Mine is… eh. It’s alright. I don’t use any of the apps. Just the actual sync functionality. Sometimes when I’m moving files around there’s a problem where the entire thing just stops responding. My MediaWiki instance still works, just not Nextcloud. Not sure why this happens and not sure if it also happens to other people.

    For comparison, it is running on a Contabo VPS M


  • With due respect, you do not have the authority to dictate what it means for me to support free software. Nor anyone else.

    When it comes to community-building and social networking, the popularity metric is absolutely an important consideration. If you are choosing where to start the official community for your software project, and you choose an obscure service, people will make unofficial communities in the more popular services, and you end up with all the supposed drawbacks anyway. Normal non-technical users who are looking to join a community won’t prefer an official community on a service they’ve never used before to an unofficial community on a popular service. That’s why people make unofficial user subreddits and community Discord servers. Those unofficial communities could and in many cases will outgrow the official community. This has happened many times before and will happen many times again. Then, new users, even if they see both, will see an unofficial community on, say, Reddit with many more users than the official one, and when this happens, developers either start participating in the unofficial community posting announcements and whatnot there, and if that happens, there becomes little reason to join the official community.