linux

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

just_another_person, in Just moved to Linux: a follow up

Friendo, I think once you understand exactly what an OS is, you’ll have fewer problems. An OS is just a layer on top of hardware with a lot of scripts and tools that enable that hardware to do things like move files, show graphics, and send audio in a desktop environment. Never issue a root or sudo command unless you understand exactly what it’s doing. Following this one simple rule will save you a lot of trouble, same as any Windows machine.

Corr,

This is reasonably valid. I think Windows makes it a bit harder to do real damage to your system, so I’m used to that. I also have borked installs in VMs before, but that’s never mattered because spinning up a new one takes no time. Definitely a valuable lesson to do more research before running commands, especially as sudo

Dariusmiles2123,

Also, once your install is in a state you like, create a backup with CloneZilla.

just_another_person,

Nah. This is old school thought. Use an immutable distro if this is your concern, and keep all your files on a NAS, or something else that can replay your files. Local images of your entire filesystem isn’t needed anymore.

Valmond,

And a lot of configuration, or so I thought? I’m investing heavily but I’m scared for my investments :-)

Another Linux noob here, after a couple of Linux servers (Tenfingers, Lemmy) switched over (finally) my main PC, or well kids got the gaming machine and I’m on a Mint ThinkPad now :-) and a backup think centre tiny if the Lemmy server bails out.

I have this little windows box to print stuff (I didn’t know I hated printers) and every time I use it I’m so happy I don’t need windows in my personal life anymore…

Cheers and welcome OP!

just_another_person,

This comment isn’t making any sense to me, but good on ya?

Valmond,

Except that I’m jumping ship to Linux fully, I’m thinking a lot about hardware failure, not the data but say the mobo, so maybe that’s curious. Seemed you were knowledgeable about those things, or I’m explaining very badly.

Cheers

jvrava9, in Just moved to Linux: a follow up
@jvrava9@lemmy.dbzer0.com avatar

Timeshift for backups is a godsend in these situations

Dariusmiles2123,

OP should just know that TimeShift doesn’t work on Fedora Workstation without some tinkering.

Bluefruit,

Thats good to know because Fedora seems to be where im heading when i make the switch as well.

juli, in Just moved to Linux: a follow up

I’m on fedora silverblue and that won’t ever happen again to me

Bitrot,
@Bitrot@lemmy.sdf.org avatar

Still possible to break your bootloader.

bulwark, in Just moved to Linux: a follow up

I’ve messed up my system so many times over the years that now I think I secretly get excited when it accidentally happens. Maybe I’m a masochist, but I actually enjoy trying to understand what went wrong. A USB stick with a light weight Linux distro and chroot you can usually get back in there and look around at the damage.

Corr,

I think you may need help… I bid you good luck on your recovery :P

AlijahTheMediocre, in are tiling WM good only for terminal?

Only problem with Tiling WM’s is the learning curved. Looking forward to Gnomes Mosaic TWM to bridge the gap between floating and tiling

GustavoM, in Just moved to Linux: a follow up
@GustavoM@lemmy.world avatar

Trial-and-error is a beautiful thing, isn’t it?

t. Had to reinstall GNU/Linux several times through the course of months while trying new stuff and/or trying to improve the current ones.

chitak166, in As a normal, boring user that does nothing special other than browse the internet and the occasional "casual coding" -- what am I supposed to do with 32GiB of ram?

Nothing. Don’t make up problems for your hardware, lol.

I’m guessing you listened to someone who didn’t know what they were talking about.

be_excellent_to_each_other, (edited ) in Just moved to Linux: a follow up
@be_excellent_to_each_other@kbin.social avatar

One of us! One of us!

Although I think having to fix a borked bootloader is a good bit of experience, it's probably not something you are always going to want to spend time on. I have used boot-repair only once, but it was like magic. Just throwing it out there for your future use and a general recommendation. :)

https://sourceforge.net/p/boot-repair/home/Home/

agent_flounder, in Just moved to Linux: a follow up
@agent_flounder@lemmy.world avatar

Sweet, welcome! :) I know the feeling. I just finished reinstalling Nobara after being dumb and goofing up patching. Then I tried to fix it and made the system totally unusable and I gave up.

A while ago I jacked my grub config and decided to try to fix it manually. I managed to stumble through it and learned some stuff, though I am still fuzzy on some details.

I mostly want to just use the computer without a lot of headache and both Mint and Nobara have been great for coding (various), electronics design, 3d modeling and printing, graphics, photo editing, and such.

Corr,

This is why I gave up on fixing it yesterday lol. I spent a few days setting it up, I didn’t wanna spend a few more days to try to figure out exactly what the issue was when I could just give in and then actually use it

agent_flounder,
@agent_flounder@lemmy.world avatar

Totally valid! Theoretically with more experience it may be easier / faster to fix but…idk

See this is why I keep /home on a separate partition (or drive in some cases). I can reinstall or switch distros anytime without worrying about all my files (they’re backed up, anyway but doing a restore is a pita).

downhomechunk, in Just moved to Linux: a follow up
@downhomechunk@midwest.social avatar

Pro tip:

Create a separate partition for /home. Then it’s all still there if need to do a fresh install.

lemmyvore, in Just moved to Linux: a follow up

If you keep around a bootable rescue stick like System Rescue it has a boot menu entry that will boot the Linux installed on your machine. Once you do that you can run a command or two to reinstall the bootloader. You can search the net or whatever at leisure since it will work fully.

Alternatively, if your system Linux is borked harder, you can boot the rescue Linux and use more advanced methods, depending on what’s wrong. The rescue Linux also has a graphical environment with browser if you need it.

At the very least sometimes you can figure out what went wrong. It may not be much comfort if you lost your system but at least you learn what not to do in the future. Too many people just say “oh, it just broke” and leave it at that.

Corr,

I think I know what the issue was… I modified the grub.cfg file and ran grub2-mkconfig and I think it was saying it detected a Linux install at my root partition, but didn’t seem to recognize my /boot or /boot/efi partitions and I couldn’t figure out how to edit that via the grub cli. If that wasn’t the case, then that’s okay. I’ll make sure to teach myself a bit more about the bootloader before trying to edit it again

jwt, in Just moved to Linux: a follow up

I ran a command that borked my bootloader and had to do a fresh install.

Just wait until you learn the powers of chroot :)

Grass,

This is the way

aoidenpa,

Few days ago I downgraded glibc(I’m dumdum) because it was recommended in a reddit thread for a problem I was having. I couldn’t even chroot. Fortunately I could update with pacman --root

mp3, (edited ) in Is Ubuntu deserving the hate?
@mp3@lemmy.ca avatar

There is some stuff that I hate, but I tend to come back to it for my home server just because of livepatch, which is nice to minimize the amount of reboots necessary and having a patched kernel for all my LXCs makes then also automatically protected.

pruneaue, in Is Ubuntu deserving the hate?

People dont hate on ubuntu cause its inherently bad. They hate on it because its a corporate distro and they do some questionable stuff sometimes. The OS runs fine.

Why not debian unstable? Its better than ubuntu in pretty much every way imo. Somewhat less user friendly i guess.

krash,

Doesn’t Debian still ship with X11 by default? For my desktop use, I can’t go back from wayland.

pruneaue,

Havent installed debian with a desktop environment in a long time. If its still default then its just that, default… meaning you could change it

krash,

I prefer software with defaults that are in line with my preferences. I rather have sensible defaults and a nice OOTB experience, instead of fighting my distro and it’s packages.

pruneaue, (edited )

Thats fair. I’ve jumped that ship a while back.
I checked and they seem to use wayland by default on gnome at least

Auli,

Don’t think so. I mean it has X11 but I’m running Wayland can’t remember if it was installed by default though.

Loucypher,

Is Debian unstable really unstable or is just like… Ubuntu?

Frederic,

Use MX Linux instead, I will never go back to something else

logir,

What are the advantages in your opinion?

Draconic_NEO,
@Draconic_NEO@lemmy.dbzer0.com avatar

It’s not actually unstable, more accurately it’s tested and verified as much as Debian stable, meaning it’s fine for desktop use but I wouldn’t use it for a server or critical system I plan on running 24/7 without interruption, both since it may have bugs that develop after long term use and gets more frequent updates which will be missed and render it out of date quickly if it’s running constantly.

lemmyvore,

It’s a dumping ground for new packages. Nobody makes any guarantees about it. It’s supposed to be used only as a staging area by developers.

It may happen to work when you install it or it may crash constantly. You don’t know.

XTL,

It’s unstable in the sense that it doesn’t stay the same for a long time. Stable is the release that will essentially stay the same until you install a different release.

Sid is the kid next door (Iirc) from Toy Story who would melt and mutilate toys for fun. He may have been a different kind of unstable.

Neither is unstable like an old windows pc.

rufus, (edited )

It’s relatively alright for something that’s called unstable. There is also testing which is tested for at least 10 days. And you can mix and match, but that’s not recommended either.

I wouldn’t put it on my server. And I wouldn’t recommend it to someone who isn’t okay with fixing the occasional hiccup. But I’ve been using it for years and I like it.

However, mind that it’s not supported and they do not pay attention to security fixes.

dan,
@dan@upvote.au avatar

I used to run Debian testing on my servers. These days I don’t have much free time to mess with them, so they’re all running the stable release with unattended-upgrades.

However, mind that it’s not supported and they do not pay attention to security fixes.

To be clear, it can still get security updates, but it’s the package maintainer’s responsibility to upload them. Some maintainers are very responsive while others take a while. On the other hand, Debian stable has a security team that quickly uploads patches to all officially supported packages (just the “main” repo, not contrib, non-free, or non-free-firmware).

rufus, (edited )

Thanks for clarifying. Yeah I implied that but didn’t explain all the nuances. I’ve been scolded before for advertising the use of Debian testing. I’m quite happy with it. But since I’m not running any cutting edge things on my server and Docker etc have become quite stable… I don’t see any need to put testing on the server. I also use stable there and embrace the security fixes and stability / low maintenance. I however run testing/unstable on my laptop.

pruneaue,

Unstable is pretty damn stable, feels arch-y to me, and arch rarely has issues. If there are issues they’re fixed fast.
Testing is the middle ground. Tested for a bit by unstable peeps but thats it.

dan,
@dan@upvote.au avatar

Testing is the middle ground. Tested for a bit by unstable peeps but thats it.

IIRC packages have to be in unstable with no major bugs for 10 days before migrating to testing. It’s a good middle ground IMO.

Of course, you could always run unstable and be the one to report the bugs :)

hallettj,
@hallettj@beehaw.org avatar

Debian unstable is not really unstable, but it’s also not as stable as Ubuntu. I’m told that when bugs appear they are fixed fast.

I ran Debian testing for years. That is a rolling release where package updates are a few weeks behind unstable. The delay gives unstable users time to hit bugs before they get into testing.

When I wanted certain packages to be really up-to-date I would pin those select packages to unstable or to experimental. But I never tried running full unstable myself so I didn’t get the experience to know whether that would be less trouble overall.

Loucypher,

Side question on this, why are people suggesting Debian, a stable but “old” distro, but never mention RHEL / Rocky? They are on par with stability (and quite possibly RHEL wins on it). Did you know that you can get a free licence if you register as a developer?

pruneaue,

As the other reply said, Fedora and RHEL harbor the same problem as Ubuntu in terms of corporate backing.
They’re all as stable at it gets when it comes to linux distros; all those “server distributions”.

I guess people recommend debian because that’s what they know. It’s got the biggest community, so the most support.
Nothing against Rocky, but i wont recommend it if i’ve never used it.

NuXCOM_90Percent,

If we pretend the issue is just the corporate aspects of Ubuntu/Canonical, Red Hat and RHEL have all of those and then some. People just try not to think about that because Fedora is so nice.

As for Rocky: The status of that is pretty much in massive flux since Redhat bounce between tolerating it and wanting it to be even deader than CentOS depending on the day.

jimbolauski,

The thing is R Hell can’t legally block rocky from using their source, unless they break GPL or stop publishing their images to iron bank.

NuXCOM_90Percent,

Are we really back to the 00s? Are we going to start calling it Micro$hill next?

And “Legally it can’t be stopped” doesn’t really bode well for long term support in the context of contributors and so forth. It won’t prevent me from using Rocky (I actually really like it for servers I will likely re-image sooner than later) but it also means I am not going to recommend it to people looking for a distro.

jimbolauski,

When looking at the 8.x and 9.x releases Rocky is the most popular distro for enterprise Linux. Even more popular than R hell, and yes I’m still bitter about what they did to centos.

Auli,

Technically they have to give the code to people who use their product. And the general public is not it. Except I guess the free license one would be problematic. Unless their is something in the license for your use.

jimbolauski,

You do not have to sign a licensing aggreement when you pull the image from Iron Bank, or spin up cloud VMs. In both of those cases you will get access to their source.

sabreW4K3, in Is Ubuntu deserving the hate?
@sabreW4K3@lemmy.tf avatar

I loved Unity. Also, I would argue that both Snap and Flatpak are bad. That said, be happy with whatever works for you. Ubuntu always gives me problems, whereas Fedora runs smooth. That said Ubuntu can read my old Passports, Fedora can’t. They each have the benefits.

iopq,

Flatpak is good because I don’t need to check whether the program is available for my distro.

Before: click Linux icon. They offer a .deb and maybe .rpm

Now: click Linux icon, they tell you how to get it on flathub

And it’s probably available on my distro too, but why bother? Didn’t even search it

sabreW4K3,
@sabreW4K3@lemmy.tf avatar

The beauty of Linux, at least for me, is that there’s inter-dependability and so you can run apps using less space than you would on Windows. Linux is like a metaphor for society, if your neighbour has something you need, they should share and vice versa. But alas, some twats with a Windows fetish decided to introduce the likes of Flatpak and Snap 🤮

iopq,

Then you don’t use it, THAT is the beauty of Linux

Loucypher,

Yeah I guess it really comes down to that.

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