linux

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

taladar, in Can I run a different GPU driver in distrobox ?

The driver runs in the kernel, distrobox still uses the host kernel as it is container based so no, you can not run two different drivers on host and in distrobox. That wouldn’t even work in a VM though unless you have a second GPU you pass through to the VM. How do you imagine one piece of hardware to be simultaneously controlled by two different drivers?

drwankingstein,

It seems highly likely they are actually talking about userland driver, not kernel driver

yannic, in Help with external 4TB drive

I have no experience in this specific matter, but you could look up how to switch the sector size from 512 bytes to 4096 and, you know, just do the opposite.

Frederic, in Switched from Ubuntu to Debian yesterday

Ubuntu is Debian anyway. Why not installing MX (based on Debian too) with XFCE, it is the best experience I have had.

I come from good old LFS from the 90s and for me, a distro is just a kernel with some GNU utils, a window manager, and a way to get packages (which is about the only diff between “distro”)

haui_lemmy,

Makes sense. This is also what I deduced after installing arch in a vm. Its basically just a couple options. It would be awesome to have a distro where you can just mix and match all the things.

Celediel,

It would be awesome to have a distro where you can just mix and match all the things.

You may be interested in Bedrock Linux.

haui_lemmy,

Thanks for mentioning it! I‘ll check it out!

maryjayjay, in Is it possible to delete the default zones in Firewalld, and if not, why?

Because the people that wrote it decided to make it that way. If you don’t like it, just remove firewalld and manage your iptables/nftables directly

library_napper,
@library_napper@monyet.cc avatar

This is what I do.

Kalcifer,
@Kalcifer@sh.itjust.works avatar

Because the people that wrote it decided to make it that way.

Sure, but it still feels like a strange design decision.

If you don’t like it, just remove firewalld and manage your iptables/nftables directly

This is essentially what I ended up doing.

lemmyreader, (edited ) in Help with external 4TB drive

Few years ago I had a collection of maybe fifteen old disks, which I wanted to get rid of, by means of recycling. First I wanted to check the content and then format all so I put them in an external enclosure. It turned out that some disks were unusable. A closer inspection showed that these were all a certain brand and type (Forgot whether it was Seagate or Maxtor or WD). These disks would probably still do fine in a desktop or server computer (Which I no longer had at home) but not with the external enclosure. Perhaps your enclosure is the bottleneck here as well.

jerrythegenius, (edited ) in Distro for 2013 iMac
@jerrythegenius@lemmy.world avatar

I’m not really sure (I’ve never tried to run linux on a mac except once on a 2013 (or 2012 or 2011) 13" macbook pro (I tried ubuntu and debian stable) but the keyboard was playing up and the trackpad didn’t work while it was charging (all hardware problems, they happened in macos as well)(this was in 2021 or 2022)), but given the age of your device any modern distros should be fine.

Unforeseen,

Installed Mint on a 2013 Macbook pro retina a few months ago, only thing not working for me was screen brightness with the proprietary Nvidia driver but was able to correct it.

Otherwise it’s great

jerrythegenius,
@jerrythegenius@lemmy.world avatar

Yeah just had a look, mine’s an early 2011 13" macbook pro with 4GB ram, i5 or i7 cpu, a broken 500GB HDD, a trackpad that doesn’t work if it’s charging, and also the keyboard will randomly spam “m” (or maybe it’s “b”). I could probs fix it, but idk if it’d be worth it lol

Dariusmiles2123, in Distro for 2013 iMac

Fedora on a 2012 MacBook Pro works perfectly fine. The only thing not working out of the box was the WiFi but it was really easy to solve.

yo_scottie_oh, in Help with external 4TB drive

Have you tried any GUI tools, e.g. Gnome Disks?

i_am_hiding,

No - I’ve been working on a headless server, and ideally I need this thing to be written into /etc/fstab and work reliably from the command line. I could plug the drive into my laptop to have a look in some GUI tools if you think there’s one around that can circumvent the sector size mismatch, but in the end I’ll need a CLI method.

yo_scottie_oh,

Gotcha. Worst case, if you can mount it using any tool (GUI or CLI), then maybe you can copy its contents to another drive, reformat it, and copy the contents back.

KrapKake, (edited ) in Help with external 4TB drive

Did you try simply mounting /dev/sdc1 without the extra arguments? You also need to make a mount folder in /mnt, so

sudo mkdir /mnt/mydrive

Then

sudo mount /dev/sdc1 /mnt/mydrive

i_am_hiding,

Yes, the last code block in my OP shows the result of attempting to mount /dev/sdc1 normally: mount: /mnt: special device /dev/sdc1 does not exist.

Though I do not believe it is required as I can mount other drives to /mnt just fine, I have attempted to make /met/tmp and mount there to no avail.

abominable_panda, in Help with external 4TB drive

Commenting because id also like to know.

In my case I resorted to using another enclosure/ adapter

i_am_hiding,

The only enclosure I have that works out of the box is one of those “SATA to USB adaptors” rather than a bona fide “3.5 inch drive enclosure”. It’s not ideal for long-term use.

I wonder if there’s a place to find out if any given make/model of enclosure will report the sector size as 512 bytes. Then, presumably, one could purchase an enclosure off that list and be confident the disk will be readable.

abominable_panda,

I dont know either. I used a seagate usb to sata adapter too and that gave me problems with large drives. Nothing on the datasheet mentioned anything, so i had an old backup external drive and swapped the drives to do my formatting/ transfer before putting the original back together

rutrum, in Thanks for my free therapist session
@rutrum@lm.paradisus.day avatar

Do you use a dock or bar? I find it hard to justify it these days. It tells me the time, thats about it.

wwwgem,
@wwwgem@lemmy.ml avatar

That’s another thing I’ve changed as well. No bar or dock anymore. I use rofi and some home made scripts to:

  • show the date/time, disk space, free ram, bluetooth devices battery level, volume, and search bar (to launch a command or a search on internet)
  • manage the volume sinks and sources
  • manage the wifi and vpn
  • manage my passwords and automatically fill forms if I ask for it
  • manage my internet bookmarks
  • search my email contacts
  • manage the clipboard
BaalInvoker, in Switched from Ubuntu to Debian yesterday

Next step: try Arch Linux

haui_lemmy,

I did that, on a vm though. I learned a ton and would not want to miss the experience.

But arch is absolutely not something I would daily drive even if you paid me for it. It’s like driving a car which you have assembled from parts only. It works but you never know it it will start this morning.

jao,
@jao@lemy.lol avatar

I am running an Arch based distro called Garuda, and it’s been perfectly fine for me.

haui_lemmy,

Although I get that arch based distros can work great, they’re not arch, same as ubuntu is not debian.

But I‘m happy that you’re happy.

drndramrndra,

Slapping an installation wizard on top of arch doesn’t make it a different distro…

haui_lemmy,

I have no idea how much difference there is… debian and ubuntu are not the same, one could argue that ubuntu and mint are very close but still they are different.

4vr,

Installed Arch couple of weeks back and was surprised how easy it had become once I overcame the first hurdle of connecting to wifi from command line.

Only thing I’m not happy with is the font rendering in Firefox. Hard to say if it is Arch or Firefox.

haui_lemmy,

Pretty sure its arch as other distros dont have that from my experience.

BaalInvoker,

Dude, I daily drive my Arch for a few years and it does not gave me any major issue until today

It’s a myth that Arch is not stable

If you don’t do anything crazy, it will be stable, exactly like any other distro

Prunebutt,

Maybe if you don’t touch the AUR, or at least: if you’re really careful with it. But who could resist this tasty, tasty, unstable forbidden fruit of random software?

BaalInvoker,

Yeah… AUR is what Arch community likes the most, but also what makes Arch unstable the most.

I don’t use AUR at all. I’m always on Flatpak…

drndramrndra,

If you don’t do anything crazy, it will be stable, exactly like any other distro

Tell me you haven’t used a stable distro without telling me you haven’t used a stable distro.

Do you know why Debian, a stable distro, releases noncritical updates every ~2 years? Because they test their packages and make sure grub doesn’t release a faulty update and leave your machine in an unbootable state.

BaalInvoker,

Stable for what, buddy?

Debian for sure is stable for a server and Arch may not be as stable.

However if we are talking about a home use, Arch is stable enough. And with up to date packages.

I rather use Arch Linux with up to date packages then Debian with 2+ years out dated packages for my daily non-server use.

You’re not taking into account the use case. It’s simplistic to say that “Arch is not stable”. It is and it isn’t, depending on use case.

The same for Debian, I can say it’s outdated, and again, it is and it isn’t, depending on use case.

If you wanna play latest games, use latest softwares and be on the edge of the latest versions, Debian sucks. If you wanna a stable rock solid server, with all packages well tested, well, Arch sucks.

Just don’t be an asshole saying that X is better than Y dismissing the use case.

All I said at the beginning was: time to try Arch Linux.

But some of you can’t live with different opinions and downvoted my comment, as well tried to refute my comment. But, well, I wasn’t even arguing, I was doing a suggestion. So, yeah, do whatever you want, I don’t care

drndramrndra,

If stability is a spectrum, you’ve got to admit that Arch is on one end and Debian on the other.

I ran it on multiple devices for like 3 years. It breaks. Updates are stressful, especially if you have horrible internet in a foreign country.

Arch has many benefits, but it’s dishonest to call it stable. No amount of relativism will change that.

haui_lemmy,

Sorry but you’re oot. People who switch to linux today are complete noobs compared to you and will do a ton of things you consider crazy.

The other distros will accept this or prevent it but arch wont even boot to the DE if you dont follow the wiki to the letter. I had to reaearch some stuff since I didnt get it from just the wiki and still got repeated freezes although I‘m a sysadmin for many years and have two linux servers (one of them for two years) which make no problems at all.

Arch is a pro distro, feel free to prove otherwise.

BaalInvoker,

I’m suggesting it to you, not to a completely noob. You know this caveats and probably will be fine

Anyway, use archinstall script. You don’t have to follow the wiki to the letter anymore.

haui_lemmy,

I get that. But people will take „its a myth that arch is not stable“ out of context. It is absolutely not as stable as any other OS, at least if you use the wiki. I have not known about the script until recently.

itchick2014,

I agree that Arch is a pro distro. I do IT tech support, have background with Ubuntu, Mint, Debian, Knoppix, and Fedora and installing Arch was hard mode for me. Would I do it again? Hell yeah. Would I recommend it as a second or third install experience? Nope. Too many distros that are beginner to intermediate friendly. That said, I will forever have a fondness for pacman just because I like the name. I am still working out device drivers and a few smaller details a month later. Also, the wiki is written by someone who doesn’t do good technical writing. It assumes too much back end knowledge. I kept having to follow blog or article posts and still had to sandwich those snippets I got together hoping something worked…and again, I have some background knowledge of Linux already. An absolute beginner would be totally lost.

haui_lemmy,

You put this a lot better than I could. Its exactly what my experience was as well.

itchick2014,

Glad I am not alone, though I follow unixporn and other communities so was very familiar with the overall sentiments about Arch before diving in. I look forward to when I know a bit more about it. I put it on a laptop I specifically bought to install Linux alongside the existing windows install (LG Gram) so I knew I had nothing to lose and my whole intention was to learn. I would have never installed Arch on a machine I actually need to use at this point. I am lucky that I got as far as I did so quickly. lol.

shotgun_crab, in This week in KDE: everything everywhere all at once edition

The wobbly windows fix is appreciated

AnneBonny, in Switched from Ubuntu to Debian yesterday

KDE is the default DE for Debian these days?

haui_lemmy,

No, gnome is. But debian in opposition to ubuntu gives you a choice at install. You can use gnome, kde, cinnamon and a couple others which I forgot.

AnneBonny,

debian in opposition to ubuntu gives you a choice at install

That’s nice.

haui_lemmy, (edited )

Indeed. It feels very mature and no nonsense like, all over. The only thing that bothers me a bit are some „qol things“ like being able to switch mirrors if you made a bad choice or to easily choose german keyboard while leaving the OS in english for easier troubleshooting online.

So the pattern here seems to be „debian shows that it is community made and you can help make it better in opposition to ubuntu which is commercial and your participation helps both the community and the company“

worldsayshi, (edited )

Is it gnome 3 (shell)?

haui_lemmy,

I have no idea. Sorry.

worldsayshi,

After a bit of searching I think people generally mean gnome 3 when they say gnome and gnome 2 is now known as Mate.

haui_lemmy,

Ah! Got it! Thanks.

cybersandwich,

I get that you have the choice at install on debian which is nice, but the flavors and choices of Ubuntu (eg kubuntu ) are super readily available when making your install media. And I unless you are making it a game time decision as you go through the installer, which I doubt most people are, this seems like an incredibly trivial distinction.

haui_lemmy,

Thats viewing it only from one angle. People who are not totally familiar with what desktop environments are might not even consider kubuntu, lubuntu or xubuntu since they are viewed as seperate OSes by some.

Having this menu is very easy to implement but the possibilities are great.

cybersandwich,

Fair point

jlarex, in Breaking Windows to let the penguin in...

Good choice with Mint, I think its the best distro for people transitioning from Windows.

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