• 0 Posts
  • 226 Comments
Joined 2 years ago
cake
Cake day: June 16th, 2023

help-circle
  • Some good advice already in this thread.

    Also worth considering QEMU as an alternative to VirtualBox. The Virt-manager tool is decent way of managing machines, and it’s relatively straight forward to create a base machine if you’re duplicating it. Virtualbox is perhaps initially more user friendly for absolute beginners, but once you have any familiarity with virtualization I’d suggest QEMU offers much more.

    Also I find integration between the guest and the host linux system is generally more straight forward. Most linux systems already ship with samba and other relevant tools QEMU uses to interact between host and guest. There isn’t a need to faff around with the guest-additions stuff. Plus KVM virtual machines can run with near native performance.


  • I have one of these, it’s a decent mini PC. It’s decently powerful - I used to play some steam games on it; a bit equivalent to steam deck or a bit more powerful. I used it for streaming on my home TV. I upgraded to a even better one as I liked it so much - and wanted to do more gaming.

    It’s a full PC basically. Whether it suits your purposes really depends on what you want to host? It could be overpowered and a bit redundant for a lot of self hosting uses.

    I have a Raspberry Pi 5 which is cheaper than this, and am hosting docker with Home Assistant, Sync thing, and fresh RSS running on it at the moment with plenty of spare memory and cpu resource.

    This mini PC is considerably more powerful and will have a higher power use at idle. You may struggle to use it at capacity so may be a bit wasteful?

    And even the rasp pi 5 is over powered and expensive for a lit of common home server users.

    So whether this PC is a good price and choice really depends on what you want to do with it. It’s at the end of the spectrum of being able to comfortably play 4k video. So it’d likely be a decent Jellyfin streaming host if that’s what you want?




  • The integration is Microsoft’s monopoly behaviour which anti-trust organisation no longer put a stop to. There are alternatives but they struggle to match the level of integration Microsoft can achieve owning and making all of the office suite.

    However European local and regional government have been moving over to Office alternatives such as Collabora, Onlyoffice and Libreoffice. Collabora & Onlyoffice are particularly designed for online use and collaboration.

    There are also alternatives to the Exchange email system, with Nextcloud one of a few that can either be bought as a service or self deployed by organisations and individuals.

    The biggest benefits are total control and privacy of data, plus better cost. Microsoft clients don’t generally get any of this, with the increasing push to integrate online services and try to forcably up-sell by bundling in stuff customers don’t need but have to buy to get the things they want or need. Microsoft rely on inertia and vendor lock-in; once you become dependent on their services it makes it seem impossible to get out and move to a new system.


  • Laptops are not generally designed to run like that with a closed lid. Heat dissipation is designed around the idea the laptop is open and some of it is through the keyboard surface. The lid closed would change that.

    Systems can of course be setup to power off the display but for server/service uses open laptops may not be efficient space wise.

    Having said that if the scenario is low power use the heat dissipation may not be a major issue. But if there is an unremovable battery i’d still be concerned about heat dissipation with the lid closed and even just the battery itself regardless of heat dissipiation.


  • Low power and arm architecture are big differentiators between Pi and laptops.

    I totally agree recycle laptops where possible, but they’re generally noisier and less energy efficient plus the battery degrades over time and is a fire risk.

    They’re not necessairly a good fit for always-on server or service type uses comparef to a small board like Raspberry Pi. But a cheap or free second hand laptop is definitely good for tweaking, testing and trying our projects.


  • BananaTrifleViolin@lemmy.worldtoGames@lemmy.worldThe Switch 2: Is it worth buying?
    link
    fedilink
    English
    arrow-up
    28
    arrow-down
    1
    ·
    edit-2
    27 days ago

    I’m not hyped by the Switch 2: its expensive, its games are expensive and the launch titles are paltry. It also has competition in the form of the Steam Deck and a range of SteamOS and Windows handheld devices with a huge volume of games available including many at significantly lower prices.

    Switch 2 needs exclusives to justify its price and its existence. Switch 1 games with slightly improved graphics (which you have to pay for) and a small handful of launch titles make the Switch 2 a bad proposition for anyone except diehard fans at this point.

    At the moment there are no compelling 1st party games in the pipeline. 3D Mariocart and Donkey Kong Bananza seems to be it for now. No new Mario platformer, no Zelda, no pokemon at launch. Everything is old games with better graphics, and much of it available on other platforms like PC with better graphics already anyway (e.g. Cyberpunk 2077 - a 5 year old game which most people have played and is still better on PC or PS5/Xbox; why is that a compelling launch title?).

    Nintendo has a lot of work to do - I think there is a real risk the Switch 2 will be a flop if they dont get 1st party exclusives out before the holiday season.


  • Maybe I’m misunderstanding, but the commands would apply within the zsh, which is a bash alternative, not within the programmes running themselves?

    Or are you saying its sus because its illogical/confusing to have opposite uses for tgebsame shirt cut? I can see that as people using a terminal and launching vim would constantly be working against “muscle memory” each time they switch which would be annoying! Being familiar with keyboard shortcuts is what can make terminal based workflows so fast.


  • BananaTrifleViolin@lemmy.worldtoLinux@lemmy.mlSudden emergency
    link
    fedilink
    English
    arrow-up
    10
    ·
    edit-2
    29 days ago

    Do you have any drives/ partitions set up to load at boot other than the main linux partition?

    A common issue can be if linux is trying to mount a partition specified in fstab (the config file that lists all the hard drives to be loaded) and it can’t mount it, it will go into emergency mode. It does this as it assumes the drives are critically important and to prevent any damage to your system. You can mark non essential partitions as “nofail” in the fstab file so that linux continues to boot even if those partitions are unavailable.

    If you’d added a USB drive or another hard drive to auto mount at start up and its not available to linux then that might be the issue. Reinsert those drives and linux should boot. Alternatively you can login using emergency mode and edit the fstab file yourself if you know what youre doing. The offending drive can be removed/commented outthe fstab file or the nofail option added.

    If your linux install is set to mount your windows C: partition (for file access in linux for example) then its important to know the drive can be locked out by windows. Windows “fast startup” is a very common cause - it basically means windows doesnt shut down fully, it does a fake shutdown (hibernates), and doing this locks down the drive, preventing any access to the C: drive including in linux. If this scenario applies to you, boot into wndows, disable fast startup in the control panel and then try to reboot into linux.

    It this works it is still worth using the “nofail” option in fstab for any non essential drives. I personally dont auto mount my windows drive at all anymore; I have it visible in my file manager but manually mount it (just clikcing on it does it) when I need it.



  • Yeah true, but if you’re choosing Debian then I can see why there is caution about “unverified” flatpaks.

    Ultimately if they’re not verified then you’re taking it on trust that they’ve been repackaged by a good actor and not a bad actor. We have no reason to believe there are malicious flatpaks are on flathub and verified only really meansnit was packaged by the originating project itself. But it is still a separate chain of packaging and security from the official one in a distro.

    And Flathub doesnt need to be the repo used. Fedora for example created its own repo so it could verify its own flatpaks in the same way as its other system repos. Other distros do not seem to be following that path.

    Personally I take the risk on flatpaks in the same way I will take risks on the opensuse OBS (or AUR in arch) - if i need/want the software and it’s not in the main repos for my distro I will generally take it off flathub rather than add an OBS source I dont know well. (If its small software I might build from source myself).





  • Yeah, I have MiniPC running Nobara. I’m interested to see of SteamOS would work even if i have no intention of switching.

    But gaming mini PCs with steamOS preinstalled might be a future product range that comes along so its interesting to see how close steamOS is to that.

    The gaming focused distros are great and won’t be harmed by that, but steamOS might grow the linux desktop further by being a viable windows alternative for people who want a bit more power than a steamdeck and want an off the shelf low or mid range gaming PC. Steam Machines may now actually be viable thanks to how far Proton has come. The original machines were probably 10 years too early.