• 0 Posts
  • 27 Comments
Joined 5 months ago
cake
Cake day: April 12th, 2024

help-circle


  • Hardware support is also two-sided.

    For example: game controllers.

    On Linux, any first-party Switch, Playstation, or Xbox controller works out of the box. Most 3rd party controllers also work out of the box. Even Wii remotes work once paired over bluetooth (and the pointing works but takes some setup).

    On windows, xbox controllers work out of the box, except for very old ones which require a driver. 3rd party pc controllers will tend to work out of the box (or sometimes with a driver), but wired Switch and Playstation controllers need hacky workarounds to work or to get full functionality. Wireless controllers can often be paired with bluetooth, but I’ve had hit and miss luck with windows and first party Sony/Nintendo controllers


  • Peasley@lemmy.worldtoLinux@lemmy.mlIs Linux (dumb)user friendly yet?
    link
    fedilink
    arrow-up
    13
    arrow-down
    1
    ·
    edit-2
    2 days ago

    Don’t use an immutable distro like endless or silverblue. It’s a whole new paradigm to learn (in addition to learning Linux basics). You should get your feet wet with something more user-friendly first.

    My big recommendation is Ubuntu. Normal ubuntu. Not one of the flavors or derivatives. It’s got everything you need, plus very easy to troubleshoot if something goes wrong. Try to avoid using the command line when following guides online, there is nothing on Ubuntu you actually need it for and the graphical tools are very good.

    Don’t listen to the complaining about snaps. You won’t notice them, they won’t affect you negatively, they are designed to just set and forget. The complaints come from a highly particular and technical subset of the Linux community.

    If you really don’t like the look of Ubuntu, then I’d second all the recommendations for Mint. Those two distros have the most number of non-technical users in their communities because they are both very user-friendly and well-tested. I’d recommend against trying anything else until you’ve gotten comfortable with Ubuntu or Mint.







  • I had no issues with compatibility, just made sure to save documents to older microsoft office formats in the hopes of avoiding issues.

    I never had to use an exam browser or anything like that, I’d imagine you’d want to have a polite conversation with the instructor if that were to occur, perhaps they can make an exception or allow you to do it on a library computer

    Collaboration was always over google docs, so there were never any problems working with others. My CS classes were all expected to be done in Linux VMs so that was sort of ideal. Other science/humanities classes were totally software-agnostic.



  • LTS kernels aren’t more or less stable. Rather, they have been selected by the kernel maintainers to get security fixes backported to them for a certain time.

    Ubuntu does the same thing for the kernels on their LTS versions (technically they usually are not LTS kernels since canonical supports them instead of kernel team)

    Overall I’d suggest going with what the distro provides unless you have very new hardware, in which case a newer kernel may be required



  • I don’t hate systemd. However:

    Units and service files are confusing, and the documentation could be a lot better.

    That said, when systemd came out the traditional init stack was largely abandoned. Thanks to systemd (and the hatred of it) there are now a couple of traditional-style init systems in active development.







  • Just saw your edit. One thing you should be doing is taking ownership of directories you plan to be working in. So for an external drive for example, you’d want to make sure your user(s) have r/w/x permission recursively (granting permission for all files and folders underneath using the same command) on the root folder of the drive then you can move stuff on and off freely.

    I agree it could be more straightforward, but ideally you’d only have to do it one time when you first use the drive with that machine