• 0 Posts
  • 99 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle




  • No I thinks is basically right although could be better worded maybe

    /sys is virtual file structure for kernel system info

    /proc is virtual file structure of kernel process info

    My understanding is /proc came first but was abused/free for all and started being used for all sorts of non standard/process kernel access. So /sys was created with stricter rules to make it more standardised.


  • Yea it is user friendly. If you’re using your computer once a week presumably its for things like web browsing or working with documents - these are very easy and straight forward to do in linux.

    The other big benefit is the cost - linux is free and you’ll save £120 on a basic version of Windows which can be used to get get a better PC or just saved.

    Add to that no advertising, much more private and entirely yours to do what you like with. And if you don’t like it you can easily install Windows instead, so its zero risk to try Linux.


  • It’s nice to see the suite is still being developed, and kudos to such a small team for making such polished software.

    My only caution is the sidebar design decision may be problematic? That’s an awfully large amount of screen real estate being taken up compared to the Tab/Ribbon design used by other Office software. That is particularly important as it reduces the width available for a document and so squashes reducing the size of text etc on screen. Some of that may just be preference but that might also have impact for accessibility for people with sight impairment.



  • “Yacht maker who makes yachts for billionaires scrambles to blame the crew so he can save more yachts and not be sued”

    That’s the story here. He’s trying to set the narrative as entirely human error rather than a design flaw. For example one concern is how quickly an intact vessel sank - 30 seconds is being claimed in some areas - and the yacht may have an overlong aluminium mast which contributed to it capsizing .

    People saying they don’t care about billionaires dying are missing the point. The yachts maker is trying to pin it on the crew before its even been properly investigated.


  • What you’re asking is if you can run the existing Linux Mint on your drive within Windows running on the same drive?

    It may be feasible if VirtualBox or VMWare are able to access/mount the existing Linux partition as if its a virtual drive, and boot the OS but its likely to be difficult. The main issue is that windows does not easily mount Linux partitions. It is also an edge case use for most users so there will likely not be much guidance on how to achieve this easily.

    It might work more easily the opposite way round - boot Linux and mount Windows within Virtualbox but is not likely to be straightforward. Windows may be less flexible about being booted into a virtual machine with totally different hardware.

    All this may be overkill to the problems you’re trying to solve. You can mount the existing NTFS Windows drive within Linux Mint to access all your windows files without any virtualization. But I’m not clear what “settings” you’re looking at when you boot back in to windows? That seems to be the stumbling block. Is is specific software / tools you’re trying to migrate settings for?

    Another approach may be to launch windows, create a new linux Mint VM in Virtualbox, share a folder between Linux VM and Windows host, create whatever settings you’re trying to migrate in your VM Linux Mint, and when happy copy the home folder / settings folders into the shared folder. Then boot your PC into linux, mount the windows drive and pick up the settings files from the shared folder to migrate into your main Mint system. But whether that is even worth doing depends on what you’re trying to migrate.


  • It still helps damage reddit’s commercialisation of users because historic posts have gaps or disappear for new users. Editing posts and replacing with gobbledygook is probably more effective.

    Also, its not clear reddit is able to retain deleted posts. They have a vast live site to maintain - why would they ever have been focused on having an immutable back up of all deleted posts? They may have snapshots to restore after short term issues but it does not follow that they keep snapshots going back in time. Perhaps they do or perhaps like many companies they do the bare minimum in favour of keep costs down?

    I personally think its worth using sites that edit your posts and replace with garbage, as that is harder to separate out from true edits and helps pollute the data set for AI companies.



  • I get what you’re trying to say but I disagree with this. Software can be a barrier to switching OS but it very much depends on the individual user’s needs - it’s not as easy as substituting open source for closed, and is only part of the difference anyway. For example, I use Outlook at work; Thunderbird is great but it is in no way a substitute for Outlook. Similarly, I use Microsoft Office 365 at work; OnlyOffice is in no way a substitute for an individual user (it can be for a whole business or for personal use, but not if you’re tied in to an organisation or employer using Office). If you’re tied into those platforms with work, then for occasional use you can just use the online versions of Microsoft Office in Linux via a web browser. And if you need to work from home or do more, then realistically you need to have Windows and access to the full suite installed locally.

    But software does not preclude switching to Linux; for example I dual boot between Windows and Linux on my home PC. I have an M.2 drive for Windows and another M.2 drive for Linux. I rarely use Windows at all now, but when I do it’s if for some reason I need to be doing work related stuff from home or rarely if I can’t get a game working in Linux. In Linux I can do all my web browsing, social media, video streaming, music listening, even gaming and I know I’m doing so privately and securely.

    I’d say the best way to switch to Linux is to switch to Linux. New users do not have to be “all in” - they can dual boot between Linux and Windows (or MacOS and Linux), and then have a low level of risk to try out the OS. It can even be beneficial in itself as they can compartmentalise work and free time by OS. And if they don’t want to dual boot, then just try it out by virtualisation.




  • Then I’d definitely set up a test system in a VM on your own PC (I.e. not the actual server machines). Even if you don’t want to use Docker, you can set up a complete version of your new server and practice deploying Jellyfin and Plex, and then test accessing it “remotely” to manage it. You can then decide whether switching away from Win11 is worth it.

    If you’re not familiar with the process of setting up a linux server then I’d actually suggest Debian instead of OpenSuSe. Looking at the Jellyfin guide for example it specifically covers the steps for installing directly onto a Debian host (while OpenSuSE set up means using the Fedora RPM guide). There are also straight forward guides for setting up a Debian server.

    Personally I’m not a fan of Ubuntu (because of Canonical and Snap etc) but there may also be a good choice just because there are so many guides out there for setting up Ubuntu server.


  • Docker is pretty easy to use, and is easy to play with either on your own system (linux or windows) or in VM guest system. The learning curve isn’t that high and Jellyfin for example has a clear set up guide for docker on their wiki.

    But radarr, sonarr etc can be installed directly within linux without docker. The Servarr wiki (that these projects use officially to share information as they’re so similar) has lots of straight forward guides for set up on Linux, Windows, Mac etc as well as Docker.

    I have a Linux guest VM set up with a Radarr, Sonarr etc set up, VPN and torrent set up. It was easy to do and means its network activity is all securely contained away from my host system. The tools let me set naming rules and file preferences. The library is a shared n folder in my host system, and that is included in my Jellyfin library. So all I have to do is subscribe to something i am interested in and it will just appear in my library once downloaded. The servarr tools are extremely convenient and worth looking at if you’re adding to that 30tb library over time.


  • OpenSuSE is a good distro with nice tools like Yast that have a decent CLI interface, and has server releases. The leap edition is stable but relatively up to date.

    But there are lots of viable alternatives, and if you’re going to use Docker then the host distro is probably not as important as you think.

    Simplest route may be to set up a demo server within a VM and see which one chimes the most with your style of use and maintenance. You could have a functioning demo server with docker and deploy both jellyfin and Plex in 20mins.


  • Most as in SteamOS + Arch = 49.25%.

    It’s interesting how fragmented the Linux user base is in the survey. Excluding steam deck from the equation, the visible versions of Ubuntu are getting roughly 18.6%, Arch is getting like 14% of the desktop and Mint 21.3 getting 8.5%. The Flatpak version does put confusion into the data (hiding 11% of desktop versions) and the missing “other” 22.94% group accounts for 39% of the desktops so there may be lots of other version fragments hidden away, but regardless no single distro version seem to dominate.

    It’d be nice to see the whole list.