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

help-circle
  • Yes it’s absolutely worth getting in to video games, there is huge breadth and choice on what to play, and a huge vibrant community.

    Starting place is really what devices do you have? Do you have a laptop or PC? If so the world is your oyster and you will find plenty to play even if it’s not very powerful.

    If you want something popular, cosy and accessible I’d recommend Stardew Valley. It’s cheap for such a great game, plenty of content, great learning curve and a huge wholesome community.

    But there is loads of choice - you could play card games or puzzle games on you other devices and explore what’s available. PC games offer much more variety and depth compared to a mobile, and is very easy to access - no need to buy a console or hardware.


  • Yeah I get what you’re saying. I would put some caution for Fedora Kinoite - if you want a system that just works and you don’t want to tinker, then it’s great. It just works, and it updates in a very sane and stable why. But if you want to learn Linux and tinker, then it can be very frustrating working with an Atomic distro at the start.

    So if I was putting Linux on my parents laptop and didn’t want to be dealing with too much tech-support, I’d probably go for an atomic distro. But if the user wants to learn how to use linux, play with it, tinker then I think an atomic desktop is too restrictive to start out on.

    While Mint with Cinnamon isn’t the most cutting edge feel to it, there is a huge wealth of resources out there for people to tinker and play with the system and it’s a great spring board in to other parts of the Linux world. I do love KDE Plasma though - it’s my favourite DE and I used to run it on Mint before I finally moved to a KDE based distro.


  • I’d recommend Linux Mint generally for noobs. It’s popular and has lots of tips and advice available online, easy to find. It’s easy to install, and as it’s an Ubuntu derivative you get a lot of the benefits of the big user base without the downsides of Canonical (such as Snap being forced on you). I used to use Mint, and it’s a good stable daily driver.

    In terms of your specs, you should have no problem with running it as laptop, but as a 2-in-1 device you may find some specialised drivers don’t work out of the box. The most common is finger print readers, but also some of the switching between Desktop and Tablet mode can be tricky. Having said that, I own a Toshiba Satellite 2-in-1, and I installed Linux without issue. I don’t and never have really used it as an actual Tablet though; it ended up being a gimmick too far for me - they’re just too heavy and cumbersome as a tablet, and even the touch screen (which works fine in linux) is just a bit pointless for me. However I have KDE on my Toshiba now and it works well as a 2-in-1 for me at least.

    The best thing to do is flash a USB stick with Linux, for example Mint, and try it out to see how it works with your hardware “out of the box”. Linux Mint has a few spins for desktop environments: Cinnamon, XFCE and Mate. None of them are really designed to be Touch based interfaces to be honest. Cinnamon is the main/high end DE and it is ok with Touch interface.

    I would say KDE and Gnome are better DEs for touch screen and convertible devices; I personally prefer KDE but both support Touch well - they just have different design ethos. Both can be installed in Mint, although as they’re not “main” DEs for the distro you sometimes get some minor janky integration of the Mint tools in the KDE or Gnome desktop (e.g. sometimes the task tray icons for Cinnamon based tools just aren’t as well integrated into the system themes of KDE & Gnome). You also can end up with duplicate apps in your app menus (cinnamon tools sitting alongside native KDE/Gnome tools which can be a little irritating). But the system works fine and a lot of these things can be tidied up if it bothers you.

    But Mint is very Noob friendly, and I think it’s a good way to get into the Linux world. Pretty much everything can be done via the GUI, and it has opted for a default Windows-like feel which can really help with getting used to it. Cinnamon is also still pretty flexible for creating some other interfaces to experiment. Gnome is far removed from that windows feel and is also pretty rigid in it’s design philosophy - it’s kinda “take it or leave it”; personally I don’t like it. You can push it do other things though with extensions, so there is still potential to experiment. KDE does a good job of a default Windows feel but with more design flair/slicker feel, but it also has a huge range of options for making pretty much any interface you like. One reason I left Mint is because I wanted a distro which is built around KDE rather than me installing it separately (I’m on OpenSuSE Tumbleweed now).

    So overall, I’d recommend Mint, and use the Cinnamon version. Flash a USB and try it out (note it will be slower/feel sluggish compared to a native install, but should give a feel for how it handles your hardware). If you install it, I’d also recommend a dual-boot setup rather than ditching Windows completely if you’re completely new to Linux. Another option is install on a portable SSD attached via USB, and don’t touch your actual hard drive. That way you can get a reasonable feel of an actual Linux system without messing up your laptop. It’ll still be slower than a true native install but generally faster than a live-USB stick (you can of course also partition and install a full install on a USB stick itself rather than an SSD for the same effect).

    EDIT: Just worth saying; if you decide to install Linux, be very careful where you install it. Double and triple check, as the last thing you want to do is accidentally wipe your windows install!


  • BananaTrifleViolin@lemmy.worldtoLinux@lemmy.mlBest Distro
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    6 days ago

    OpenSuSE Tumbleweed is my current favourite. It’s user friendly with good system tools in Yast, it’s got good repos including community repos with lots of software.

    Its also a rolling release but has been stable and reliable for me. Leap is their point release version if rolling is not right for you.

    I’ve been using Tumbleweed for over a year, and it’s my main OS since I stopped using windows. I’ve dual booted Linux for many years but always mained windows up until Tumbleweed.

    Previously I used to use Mint; it’s decent but switching to Tumbleweed (and in particular KDE) convinced me to completely switch from Windows. Everything “just works”, and I do a fair bit of gaming without issue with nvidia drivers, steam, and lutris.

    For example I’ve been playing Stardew, Cyberpunk 2077, Distant Worlds 2, and Factorio recently - all in Linux and all without issue.




  • Flatpak is supposed to be a sandbox, so if there is a vulnerable dependency then in theory any attack would be limited to the sandbox.

    However, it depends on the software - some Flatpak need quite low level access to use, and in that case an attack or mlaware could get into the main system. And unfortunately Flatpak itself has vulnerabilities which cna negate the whole idea of a sandbox.

    Flatpaks should be using up to date secure dependencies, but the reality is many do not. I would not rely on Flatpak for security. Even fully up to date Flatpaks can be insecure, and Flatpak itself have vulnerabilities that have needed fixing. And for many Flatpaks it’s not even clear who is maintaining them.

    Flatpaks are useful for deploying software that’s just not available in your distros repos. But when deploying any software outside your repos - including App Image, build from source or 3rd party repos - you are opening your system up to security vulnerabilities. That’s the nature of installing 3rd party software. Flatpak offers some reassurance compared to some methods but it’s far from perfect.

    If security is your prime concern, then Virtual Machines may be more secure route to sandboxing software (if done properly). Building from source would be the other option, as it means you take ont he responsibility for security by using the latest code including for dependencies. But there is no perfect option, it’s always about balancing risk vs convenience.

    It’s also worth noting that software repos are also not perfect. But good distros invest a lot of time and effort in keeping them as up to date and secure as possible, usually via the hard work of volunteers.



  • Then you have to trust the person you are communicating with has turned off windows recall. That has to be the starting position.

    Tools will come to block or break windows recall but it will still be based on trust that the recipient is using them. Privacy centred apps like Signal wouldn’t want windows screen shotitng every message for example. There are many apps and tools including in the professional sphere that would not want their data leaking via recall so it will come.

    Unfortunately it may come late in the professional realm probably after scandals break. Employers using recall data to investigate staff for example - it’s bound to happen eventually.

    My own organisation, a huge health organisation, has opted in to CoPilot. It’s crazy in my view, even if our data is ring fenced in some way. I don’t want private patient information being used to train Microsoft shitty tools, or stored on their servers. Regulation and the law is way behind when it comes to this stuff.


  • May be less Nobara and more KDE. I love KDE but 6 defaults to Wayland and that is not a good mix with Nvidia in my experience. I am on OpenSuSE Tumbleweed on my main gaming desktop and had numerous problems at the beginning of the year when KDE 6 launched but since switching to X11 have had no issues. I have tried Wayland a couple of times since KDE updates and it has improved but remains flaky in my view. On a separate home media PC I use Nobara with an integrated AMD GPU I’ve not had any issues with KDE and Wayland.

    When it comes to immutable desktops, I like the idea but be aware they do have their downsides. Installing custom software relies on universal formats like Flatpak (which have their own overhead and downsides, and not all of the packages are “official”) and if what you want is not available then it can be a pain having to use virtualisation and containers for a less locked down system, especially if dependencies for software are complex. They can bloat quickly but storage is dirt cheap these days so might not matter to you. I still find it too much faff. These are not insurmountable and may be worth it if concerned about the security and stability benefits. For me that’s particularly problematic as I like to try out niche programmes and play with the latest versions of emulation tools. If you like to tinker then immutable can get in the way.

    I must admit though, I am someone who is (generally) quite happy to reinstall if I break the system. However the purported stability and security of immutable systems does make sense if you want a good system that “just works”.

    Overall, in my experiences with Nobara and separately KDE and Nvidia have been good, as long as you avoid Wayland. May be worth a relook if the immutable nature of Bazzite isn’t for you.

    Edit: should say I did consider Nobara for my desktop PC but opted to try OpenSuSE first. I really like it and haven’t had issues setting it up for gaming so I’ve not bothered switching. But Nobara in my media PC in my living room has been super convenient as it “just works” when it comes to controllers and all the gaming set up, so I also haven’t bothered switching that to OpenSuSE. Both are good.



  • Is there a reason you gave /var it’s own partition? Or is the problem that your entire root file system is full?

    As others have said if you have a /var partition, resizing should fix the problem but the other solution would be to migrate the contents back to your main file system partition. Presumably at present there is a symbolic link folder pointing to your /var partition? Copy the /var partition contents into a new folder then boot in to recovery mode and delete the symbolic link and rename the new folder to /var. However presumably you have a good reason for splitting /var out.

    If you don’t have a separate partition then the issue may be your root system itself is full and that partition needs resizing if possible or cleaning our to make space.

    Finally, Flatpak does also use the /var directories in the home users folders (it uses this for single user installs of software vs system wide installs). It’s possible it’s axtually the home folder/partition that is full and that needs resizing or cleaning out to make space .


  • BananaTrifleViolin@lemmy.worldtoLinux@lemmy.mlThe Dislike to Ubuntu
    link
    fedilink
    English
    arrow-up
    22
    ·
    edit-2
    2 months ago

    Ubuntu does work and is a decent distro in many ways. The problems are around how canonical leverages things for its own financial benefit for the detriment of users and the Linux community.

    A good example is Snap. It is forced on users - even Firefox is a snap on Ubuntu. This is not an efficient way fo end users to run their system or their most used software.

    Instead of making the builds available as standard software, users have to use the Snap or go hunting elsewhere for builds. That’s anti-user and is identical to how Microsoft behaves with windows. It doesn’t do things to benefit users, it does things to benefit Microsoft.

    It’s arguable whether what snap does is actually worth the overhead - I can see that it is more secure in many ways. But then so it Flatpak, and that is more universally used for desktop software across Linux distros. Snap has some inherent benefits for server side use but then why force it on end users where it is not as good as Flatpak in many ways? Or Appimage?

    So Ubuntu is fine in many ways, but why bother when you can go for alternatives and give the best of both worlds? Mint is an Ubuntu based distro without snap and other canonical elements. I used mint for ages, it’s great and there is a reason it’s so popular.

    I’ve moved on to OpenSuSE now but the Ubuntu ecosystem is fine, it works well for many, and it’s very well documented and supported which often works downstream in Mint and others. It’s just Ubuntu itself thats a bit crappy due to the decisions made to suite canonical rather than what users want or would suit them best. In the end it all comes down to personal choice and what people are willing to accept from their distro.


  • Intel claims to have caught up with the upcoming Lunar Lake series but still to be seen.

    That may be too late for whatever new device Valve is working on as given the lead time for such devices they may already have committed to an architecture for devices next year.

    Also running X86 games on Arm devices is not likely to be efficient. I doubt the energy efficiency of Arm chips would outweigh the overhead of X86 to Arm translation?

    But it’s all speculation - even without hardware, getting Proton to work with Arm is good for steam regardless of any specific devices. For example it would allow steam to push the compatability tools onto Mac devices and even potentially mobile devices. Makes sense for Valve to do this without it meaning anything more that it being a god idea in itself.



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