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

help-circle
  • According to Wikipedia, A028 is an open/free version of Albertus and widely available on Linux.

    You could also download versions of Albertus itself to use in KDE - there seem to be lots of versions.

    Fonts are easy to install in KDE, if what you want is not in your package manager then download the font files and install it with the Font manager tool in Settings (just look for Fonts). You can install fonts from files you have downloaded or download more from the KDE store (I don’t know if A028 is in the store).

    It’ll be available immediately in LibreOffice, and you can also use Konsole settings to use the font for your terminal.


  • Just on the KDE front, I’m assuming you’ve optimised your KDE set up for your PC?

    If not, first open your Settings app and in the search box type “Effects” - disable all the fancy desktop effects.

    Next, if you’re on X11, go into the “Display and Monitor” section and disable compositing (you can also temporairly disable this with Alt+Shift+F12 to see what impact it has). This option is not available in Wayland; but you may be better using X11 if you don’t have a dedicated GPU? I’m not sure I’d be messing with Wayland on an old laptop; I’ve had serious issues on a high end PC - definitely improved with 6.1, but I’m using X11 still.

    But KDE 6 isn’t as svelt as KDE 5 was, so even optimised it may just not be up to the job.

    XFCE is a good shout, and should run nicely on a 2013 laptop.



  • 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.




  • 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.






  • Unless you’re specifically wanting to play with a different OS then Debian again. Makes much more sense to be using the same version of Linux and all the software ypu use rather than potentially different versions.

    Also it will be simpler to maintain as everything is the same.

    If you do want to play / test another distro then Mint has a low learning curve. FreeBSD is more different but you could easily try it and switch to something else if you don’t like it. Its different but not so much that linux users would feel totally lost.

    Probably the most confusing thing for linux user trying FreeBSD is that Bash is not installed, and BSD uses sh instead by default. Bash can be easily installed and set as the default shell which will give a lot more familiarity. But otherwise it’ll feel like a familiar modern complete system, and you can use the same desktop environments you’re familiar with already in linux.

    EDIT: You did say “backup” in your title. If that’s the main use case then definitely Debian again. If your laptop breaks or is stolen it makes sense to have a familiar system to pick up. Also important to sync and backup your data so it can be picked up on the other laptop. If backup machine is your focus then I’d say same OS and look more into data retention and retrieval between the two laptops, and ensure your important data is continuously backed up.



  • It kind of makes sense except the vast majority of software in all distros is not being packaged by the developers, its being packaged by volunteers in the relevant project. Most software is being used on trust that it is built off the original code and not interfered with.

    Its very difficult for any distros to actually audit all the code of the software they are distributing. I imagine most time is spent making sure the packages work and don’t conflict with each other.

    The verified tick is good in flatpaks but the “hide anything not verified” seems a little over the top to me. A warning is good but most software is used under trust in Linux - if you’re not building it yourself you don’t know you’re getting unadulterated software. And does this apply to all the shared libraries on flathub? Will thebwarn you if your software is using shared libraries that ate not verified?

    And while Flatpak is a potential vector to a lot of machines if abused, it is also a sandboxed environment unlike the vast majority of software that comes from distros own repos.

    Also given the nature of Flatpaks, any distros could host its own flatpaks but everyone seems to use flathub. If they’re not going to take on the responsibility of maintaining flathub and its software then their probably needs to be some way of “verifying” packages not coming directly from the developers. Otherwise users may lose put on the benefits of a shared distros agnostic library of software.

    I get why mint are doing this but i think its a bit of a false reassurance. Although from mints point of view they would be able to take direct responsibility for the software they distribute in their own repos (as much as you can in a warrentyless “use as your own risk” system)


  • If you look into the data Steam OS Holo s listed and it is 45.3%. Arch separately is second at 7.9% and then third is the Flatpak installs across all Linux versions at 6%.

    The changes are more difficult to interpret as Linux is growing overall so changes between Linux distros are difficult. For example a small decline in overall share may still represent an increase in total numbers. While Steam OS is up another 3% points, other distros combined are up more - Ubuntu and PopOS combined are up 5% points. That suggests the Linux growth is split between Steam Deck and PC users rather than purely one or the other dominating.


  • Yeah wishful thinking but also a bit reassuring that this is then a meaningful if small shift. People are choosing Linux via steam decks or personally, and its been enabled via proton and wine rather than necessarily people fleeing win 11.

    I do think win 11 changes contribute to people trying Linux more but I think it is Linux that is keeping people that is what has changed. I don’t see some huge move to Linux though - just its growing faster as it supports gaming well and is increasingly easier to use and maintain (which has been a long trend). But win11 being increasingly anti user can’t be a bad think for Linux long term.