linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

MushuChupacabra, in Ending support for Windows 10 could send 240 million computers to the landfill. Why not install Linux on them?
@MushuChupacabra@lemmy.world avatar

I’m about to abandon/relegate my old Windows 10 PC to a backup, and replacing it with a raspberry pi 5 running Mint. I’m trying to run quieter with less power consumption.

kerneltux, in Considering Gentoo

I say go for it. I’ve been using it for about 2 years, and I no longer feel like distro-hopping (not sure if you fall into that category of Linux user), because it’s not opinionated about how it’s meant to be used. It gives you all the tools (and foot-guns) to do whatever you want with your computer.

You don’t need separate computers for a local mirror and/or build server to run Gentoo, I’ve never done that. I’ve never owned a Mac, so I can’t really offer any tips hardware-wise, but use a live USB of a distro that you’re already familiar with, so you can refer to the handbook as you go. The people on Gentoo’s IRC channel & forums are very helpful if you come against any roadblocks.

It does take a while, not gonna gloss over that. Once you have it installed, there are very few issues that would require a full re-install. Portage is an awesome package manager, the language of its warnings/errors took some time to wrap my brain around, but it’s very verbose in describing what’s going on.

LoveSausage, in Fedora Asahi Remix Officially Released for Apple Silicon Macs

Most are talking about the laptops. I have my eyes on a Mac mini to run asahi on. The biggest downsides with Mac hardware is reperability and upgrades. Some issues the Mac mini doesn’t have Vs laptops is ofc is no battery replacement , screen and keyboard webcam, mouse to use. and there are hubs for installing more storage. Ram is ofc a big minus. Looking at m2 16 GB 512 mb. And extend storage with something like this macworld.com/…/mac-mini-upgrade-hub-storage-ether… 40 Gbs thunderbolt would make it easy to extend storage at least.

As long as it doesn’t break I would take this over any alternative minipc . I use my ThinkPad today but 99% of use is at home anyway so no need for portability. Need to wait some time to get the extra funds for it but something like that…

d3Xt3r,

As long as it doesn’t break I would take this over any alternative minipc

May I ask why though? One of the biggest advantages of using a MacBook is the performance-battery efficiency. If you’re going to get a Mac mini and loading Linux, you lose that advantage.

Unless you’re looking specifically for an ARM64 machine for whatever reason, I think an AMD mini PC, say something like the Minisforum EliteMini UM780 XTX would be technically a better option - you get dual NVMe, dual 2.5G network ports, USB 4.0, Oculink for even more b/w than Thunderbolt, and far more I/O options in general. Not to mention, excellent Linux support.

LoveSausage,

I will have to look into it , but all reviews/comparisons I have seen has been always that the Mac beats the others. I do not game , I want audio and some video editing besides code.

Power consumption is a point as well as I am planning on going off the powergrid eventually.

RymdLord, in The CEO of PROTON answers YOUR questions! Drive, Linux support, Photos, features, and a lot more!

I’m very disappointed that there was no mention of adding Monero(XMR) for payment.

SandbagTiara2816,

Do you need to pay for your email provider with Monero? If it’s the VPN that you primarily care about, then I believe Mullvad accepts Monero

RymdLord,

If email is so important for privacy then why can’t I pay for it in a privacy protecting way?

SandbagTiara2816,

I mean, I suppose that’s fair. I guess paying for email with Monero feels a bit like overkill to me, but it depends on your threat model

RymdLord,

I reason it this way. If like they say in the video email is one of the most critical parts of privacy (I 100% agree with that) then why don’t they support the only privacy currency? Also why pay for email well simple I both want the features that paying gives you but anything free either you are the product or others are indirectly paying for me. I want my email provider to not spy on me and sell my data so why not give my money to a provider that proves that they protect it? I chose Tuta.com instead of proton because of this. And to make it clear Tuta.com doesn’t allow monero payments but their official reseller proxysto.re does allow monero! Also it’s not hard to add monero as a payment option :)

onlinepersona,

It’s nearly an hour long and Nick said they only covered a portion of all questions.

RymdLord,

It’s one of the most asked for features since 2018, and there isn’t even a minute for it?

Strit, in Super Productivity Keyboard Shortcuts on KDE
@Strit@lemmy.linuxuserspace.show avatar

As far as I know, SP is an electron application and if you run Plasma in a wayland session, global keyboard shortcuts won’t work, unless you enable it in the Plasma settings.

Atemu, in Considering Gentoo
@Atemu@lemmy.ml avatar

I’d also add a build machine to the setup. Building a modern desktop system on such a machine would take days.

captcha, in What's an elegant way of automatically backing up the contents of a large drive to multiple smaller drives that add up to the capacity of the large drive?

Im going to say that doesnt exist and restoring from it would be a nightmare. You could cobble together a shell or python script that does that though.

You’re better off just getting a drive bay and plugging all the drives in at once as an LVM.

You could also do the opposite, which is split the 4TB into the different logical volumes. Each the same size as a drive.

lemmyvore,

It wouldn’t be so complicated to restore as long as they keep full paths and don’t split up subdirectories. But yeah, sounds like they’d need a custom tool to examine their dirs and do a solve a series of knapsack problems.

restlessyet, in What's an elegant way of automatically backing up the contents of a large drive to multiple smaller drives that add up to the capacity of the large drive?

I ran into the same problem some months ago when my cloud backups stopped being financially viable and I decided to recycle my old drives. For offline backups mergerfs will not work as far as I understand. Creating tar archives of 130TB+ also doesnt sound like a good option. Some of the tape backup solutions looked to be possible options, but are often complex and use special archive formats…

I ended up writing my own solution in python using json state files. It’s complete enough to run the backup, but otherwise very work-in-progress with no restore at all. So I do not want to publish it.

If you find a suitable solution I am also very interested 😅

djtech, in Super weird error, what's happening?

Try updating your DM / your entire system from the emergency mode.

SuperSpruce,

How do I get into emergency mode?

djtech,

The Shell where you typed “systemctl reboot” and “exit”.

If you are running KDE neon, try “apt update” and “apt upgrade”. If It doesn’t work do “sudo apt update” and “sudo apt upgrade”

SuperSpruce,

I ran apt update and some index files failed to download. It was just a warning though.

But systemctl reboot and exit still fail the same way.

djtech,

Run “journalctl --lines 200” and send photos of output.

NOTE: This is all of the logging of the computer, and it’s long (that command select the last 200 entries), so you might have to scroll down using the PageDown key (or arrow down) in order make the photos of everything

SuperSpruce,
SuperSpruce,

Note: The computer has an SSD where the OS lives and two HDDs, sda and sdb, set up in RAID 1 because the computer is 3.5 years old.

https://lemmy.zip/pictrs/image/ad3f06de-f15b-4136-9f0c-d6bfc610ee58.webp

SuperSpruce,
chameleon, (edited )
@chameleon@kbin.social avatar

The RAID1 seems to be failing according to that screenshot. That breaks the "Local File Systems" task and since quite a lot of things tend to depend on that, many things usually end up failing in an annoying cascade failure. It's also failing with a timeout instead of a strict error, which is odd.

Either way, I'd try commenting that line for /mnt/raid in /etc/fstab for now and seeing if that makes the system boot. It's possible that journalctl -u dev-md0.service or systemctl status dev-md0.service might tell you more, but it's 50/50 if it'll be anything useful.

SuperSpruce,

How do I edit /etc/fstab if I’m not even able to boot the system? Or am I already booted in the system, just in a CLI environment?

chameleon,
@chameleon@kbin.social avatar

You're most likely booted, otherwise you might need a live USB. Hopefully, the system isn't in read-only mode. What I'd recommend doing is:

cp /etc/fstab /etc/fstab.backup

To make a copy once. Then, nano /etc/fstab to run nano, a basic CLI editor. You can use the arrow keys to navigate and type freely in it. The hints like ^O shown on the bottom mean ctrl+o.

You'd use the arrow keys to go down to the line that probably says /dev/md0 /mnt/raid morecrap, put a # in front of it, press ctrl+w then enter to save. If that worked, ctrl+x to exit and try a reboot again.

Obviously can't promise this is "the" error preventing the system from booting, but it's generally a good idea to disable broken stuff like this to get the system working again, then fix it from there. Hopefully, this does the trick. Your RAID setup will not be activated on reboot after you do this but it's not going to permanently delete data or anything.

SuperSpruce,

I used nano to edit /etc/fstab and commented out the last line and the system booted into GUI mode!

This leaves me with some questions:

  1. Why does fstab fail to mount the NTFS raid array?
  2. Why does the raid array failing to mount block the EDID signal? It’s not like the OS lives on the raid array.
  3. How do I properly mount the raid array and how do I automate it every boot if I can’t use fstab?
mvirts,

Looks like you need to look for messages about /dev/md0 and why it may be timing out. Also maybe add nofail to the raid entry in fstab so you can still boot if the root fs is not on it and it fails ( is root on NTFS possible or good?)

I don’t think the edid message is a problem, just an artifact of your monitor not talking to your video card?

Maybe NTFS is the problem, I think it needs special options to automatically remove the dirty bit and replay the journal

djtech,

Before the “systemctl” command: try removing the GPU and booting it up without the GPU If it works, you can skip the “systemctl” commands

Zoidberg, in Cool fancy programs?

No love for xroach? Man, I’m old. Is it still around?

possiblylinux127, in The Linux Experiment Channel (From Nick) is on Peertube, and it federates right into Lemmy as a community

It doesn’t work on lemmy.zip

ChaosAD,

Maybe this peertube instance blocked lemmy.zip?

ShortN0te, in Storing SSH keys on gnome-keyring, kwallet, ibsecret or similar

I store my keys via KeepassXC. They got a Freedesktop.org secret service and key-agent integration

Nica, in What bootable "live" images of useful tools?

chntpwd (Reset credentials on a Windows disk)

trevor, in What bootable "live" images of useful tools?

netboot.xyz

datendefekt, in How to update the BIOS on a Dell laptop running Linux
@datendefekt@lemmy.ml avatar

Thanks so much for this post! Ventoy is really the tool I never knew I really needed. Up to now, I have been reflashing and juggling sticks with various ISOs.

But even better, now I could finally update the BIOS on my Framework 13!

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #