linux

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

bizdelnick, in How is your experience with Fedora as a server?

Don’t use Fedora in prod. Dixi.

idiocy,

Prod?

meekah,
@meekah@lemmy.world avatar

Production. Live environment. Actually using it to provide some service for paying customers.

idiocy,

Can I ask why?

jollyrogue,

Fedora releases newer software versions regularly, and this can be a problem for third party software.

GnomeComedy,

Production. Means “anything important”.

Swiggles, in AMD+Wayland+dual monitor = Screen flickering

You could try disabling VRR in your display settings. I believe it is set to auto by default if supported, but it does not work properly for some monitors causing flickering.

avidamoeba, in One single partition for Linux versus using a partition table?
@avidamoeba@lemmy.ca avatar

If you reinstall often a separate /home makes some sense. Otherwise it’s probably pointless. I’d try to get to a point where I don’t have to reinstall my base OS and invest in an automatic backup solution.

deadcatbounce, (edited ) in cheapest new computer running linux <$500
@deadcatbounce@reddthat.com avatar

If it runs Windows it’ll run Linux almost certainly. The cheaper you go, the more likely you’ll have lower priced or older components for WiFi, Bluetooth etc which may mean that you have to dig some firmware binaries out to get the whole thing running.

If you can take a USB stick with you of a typical Rescue distribution, and can boot it up, you’ll know what will and won’t work easily. The bits that don’t work may need some minor fiddling. As I said, there are usually walkthrough blogs etc around.

Have fun.

Kindness, in One single partition for Linux versus using a partition table?

You’re using it well. Nothing wrong at all.

Butterface excels at keeping data safe-ish or at least lets you know when to throw in the towel, and which bits you’ve lost. It’s also write intensive if you open a file with write permissions, which is harder on your drives.

Btrfs is great for the data you want to keep long term.

Also UEFI has some nice advantages if your computer isn’t a dino that can’t handle it.

Do what works for you, and keep on keeping on.

chunkyhairball,

You’re using it well. Nothing wrong at all.

This. Too many partitions for a home system can get pretty stupid pretty quick. But OP has just the right amount of separation between system and data. I’ve known people that were uncomfortable without breaking /var (or /var/log) off into its own partition, but that’s really overkill for a stable, personal system, IMO.

computer isn’t a dino that can’t handle it.

I feel personally called out by this statement!

Seriously, the big one for me, is that I like having drive encryption. It protects my computer and data should it fall into the hands of, say, burglers. I also like turning it up to the elevens simply because I’m a bit TOO paranoid. You really need more than 1GB of ram to do argon2id key derivation, which is what fde is all moving to for unlocking purposes, and BIOS just can’t do that. My main workstation is using a powerful, but older mobo with gigabyte’s old, horrid faux EFI support.

Another good one for the security-conscientious person is Secure Boot, meaning that you control what kernels and bootloading code is allowed to boot on your computer, preventing Evil Maid-type attacks: wiki.ubuntu.com/UEFI/SecureBoot

That’s pretty far fetched, but maybe not too out of the question if you, say, work for a bank or accountant.

Of course none of that matters if you don’t practice good operational security.

Tattorack, in How do y'all deal with programs not supported on Linux?
@Tattorack@lemmy.world avatar

I already used open source programs on Windows. The programs I’m using to do all my work with are Krita, Blender 3D, Gimp, and Libre Office.

They either started out on Linux or support Linux natively, so switching to Linux didn’t really change any of the programs I use. The biggest change is playing games, but Valve has made it very pain free.

asexualchangeling,

Oh hey, same here! I’ve always been pretty poor so open source programs were the easiest way to do a lot of things

And can I just say, GIMP opens way faster in linux it really took me by supprise the first time

axum, in I created a shitty Python script to manage multiple SSH connections because I couldnt find a decent one
@axum@kbin.social avatar

Multiple ssh connections should really just be managed using Ansible.

Oha,

isnt ansible a tool for automatically deploying stuff?

falsem,

Configuration management.

PrivateNoob, in these are the same gnome devs who complain about getting harassed

Unnecessary to fight over this. Use which DE you like the better.

helenslunch, in Sell Me on Linux
@helenslunch@feddit.nl avatar

only ever used windows, but I’m getting fed up with the bullshit

Well that’s why I switched 🤷

Drove me fucking insane that I couldn’t uninstall Edge. Tried a few times but it always reinstalled itself. It’s just the audacity to say “no fuck you” to the person who is giving you money. Can’t disable Cortana, can’t disable all the XBOX bullshit, not to mention it’s just becoming more and more like Android where the entire OS becomes dedicated to collecting your data. Linux has none of that, and that’s enough for me.

I’m also nervous about using an OS I’m not familiar with for business purposes right away.

Couple of solutions for this:

  1. Dual boot. When you have a hard time, just restart and boot into Windows.
  2. You can’t transfer storage across OS so make sure to use cloud storage for your work files.
CoopaLoopa,

Edge/IE run some underlying services for built-in windows features, so uninstalling them can cause issues with completely different parts of the OS.

Ran into an issue with a client still running Office 2016 where uninstalling IE11 prevented them from opening any links within those apps. Office was harcoded to look at IE for link handling and didn’t respect the setting for your default browser.

helenslunch,
@helenslunch@feddit.nl avatar

All the more reason.

nous, in One single partition for Linux versus using a partition table?

I set it up this way so that if I need to reinstall Linux, I can just overwrite / while preserving /home and just keep working after a new install with very few hiccups.

Even with a single partition for / and /home you can keep the contents of /home during a reinstall by simple not formatting the partitions again. I know when I tried years ago with Ubuntu years ago the installed asked if I wanted to remove the system folders for you. But even if the installer does not you can delete them manually before hand. Installers wont touch /home contents if you don’t format the drive (or any files outside the system folders they care about).

Though I would still backup everything inside /home before any attempt at a reinstall as mistakes do happen no matter what process you decide to go with.

mambabasa,
@mambabasa@slrpnk.net avatar

Am I doing something wrong? Not seeing a particular option? I have never seen or experienced what you’re describing.

nous,

There was no option per say, at least on the ubuntu installed I tried many years ago. Just a popup that happened sometime before the install but after the manual partitioning if the root partition had folders like /etc /usr /var etc that were needed by the installer. Not sure if all installers do this - but I would suspect if they didnt you can just delete the folders manually before you enter the installer and pick manual partitioning option and opt to not format any partitions.

moody, in One single partition for Linux versus using a partition table?

That’s the standard way. It’s how (most) distros partition by default.

mambabasa,
@mambabasa@slrpnk.net avatar

Really? Default for Linux Mint has / and /home in one partition. So reinstalling erases /home as well.

Successful_Try543,

Yes, but afaik, in the installer there is at least the option to select a separate home partition.

SNFi,

I think they did that because of old disks, avoid fragmentation and if one partitions is corrupted you can always recover the important files on /home and things like that, not sure neither. 🫤

Aatube, in How do y'all deal with programs not supported on Linux?
@Aatube@kbin.social avatar

I either find an alternative or use it under Wine-GE

Matombo, in Sell Me on Linux

Ever got that feeling that your PC doesn’t do what you want and that it seems malicous and intentional?

Switch to Linux where at least you know that when you hit a brick wall it’s an honest bug!

Just making some fun ;) But seriously the main reason is switched to Linux is that it at least tries to be the best os for the user, unlike windows or mac os, which tries to be tge best os for the company that is selling it, which just happens to include not pissing of it’s user too much, but a little bit is ok from ms and apples point of view.

Holzkohlen, in What is the best distro for gaming?

It’s Garuda Linux shilling time. Seriously tho the distro does not matter when it comes to gaming (at least not much)

trachemys, in Introducing UTF-Random — Making Unicode Fair

UTF-32 is completely fair.

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