There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

linux

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

agilob , in What distribution is most used in production environment
@agilob@programming.dev avatar

Most likely debian or debian-distroless

infinitevalence , in whats so good about arch compared to linux mint?
@infinitevalence@discuss.online avatar

It’s also a meme because people who are on Arch like to tell you about it because it makes them seem better since it’s not easy mode.

Kinda like vegans or Android users.

I’m on Manjaro an arch based distro BTW.

Owljfien ,

People brag about Android? I’ve not once heard anyone bring up what type of phone they use unless contextually relevant or asked

infinitevalence ,
@infinitevalence@discuss.online avatar

that’s the joke, people often say “By the way I use Arch” ironically.

floofloof ,

The vegan comparison’s a bit of a tangent but most vegans I know keep their heads down because they only need to mention it once for everyone to start complaining that they did. It’s not really fair to characterize them as wanting to live life on hard mode and brag about it. They genuinely want to protect and respect animals, they find it’s not so hard after all, and mostly they do it discreetly.

infinitevalence ,
@infinitevalence@discuss.online avatar

Either im not funny or you missed the joke.

Dirk ,
@Dirk@lemmy.ml avatar

… but most Arch users I know keep their heads down because they only need to mention it once for everyone to start complaining that they did. It’s not really fair to characterize them as wanting to use Linux on hard mode and brag about it. They genuinely want to fully customize thier system, they find it’s not so hard after all, and mostly they do it discreetly.

dino ,

This is a thing of the past, everybody can have a running arch distro without any Linux knowledge nowadays. Archinstall, EndeavourOS etc.

BearPear , in Distrobox is such a cool utility! Tried it out today and don't see myself switching distress now for a long time :)
@BearPear@lemmy.world avatar

What is distrobox?

MaliciousKebab ,

It’s essentially running a linux container on top of your own system. Which means you can use the toolkit of those distros ( for example the package manager of that system) to install apps from their repos, even gui apps. But those containers also has access to your orijinal filesystem so be careful how you use them. Might want to watch Brodie’s video on it.

neo , in Distrobox is such a cool utility! Tried it out today and don't see myself switching distress now for a long time :)
@neo@lemmy.comfysnug.space avatar

i couldn’t figure out where the binaries for their systems are kept and that’s really the one thing keeping me from having a great time with distrobox

vfosnar ,
@vfosnar@beehaw.org avatar

Distrobox uses podman/docker under the hood. Each distro should have a corresponding OCI image.

MaliciousKebab ,

Brodie had a video on it, might want to check it out.

PipedLinkBot ,

Here is an alternative Piped link(s): piped.video/watch?v=FhW-3PPldAg

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I’m open-source, check me out at GitHub.

Fafner , in What distribution is most used in production environment
@Fafner@yiffit.net avatar

To tag onto this, what makes RHEL so special? Is it just the support you get from Red Hat or is there something about the distro that makes it so widely used?

recnexus ,

The support is a huge part of it. Being able to submit a ticket or call in to get help with a strange quirk is extremely valuable to a lot of companies. Additionally, having a licensed distribution like this means there’s built in trust. Red Hat has been a big player in this space forever and are well trusted already, too. So there’s a huge community of people who have used the product to talk to or hire. They also have certifications for rhel, supported by Red Hat, and those carry weight in the industry to some degree.

TwinHaelix ,
@TwinHaelix@reddthat.com avatar

It is 100% the support. Corporations pay big money to have experts on call to fix things fast when they break, and there’s basically no other player for that kind of model in the Linux space.

garam ,
@garam@lemmy.my.id avatar

Debian could stand against it, if www.debian.org/consultants/ and wiki.debian.org/LTS/Extended consolidated, sadly for now, it isn’t, and I don’t see any project go towards it.

jollyrogue ,

Support contracts for risk mitigation is a big part of it, and the other is RH release engineering is amazing.

Aside from that, RHEL, and clones, is a very straight forward, clean distro. It’s very focused with everything doted and tidy, and overall, it has a very uncomplicated feel to it. In contrast Debian derivatives are kind of messy, and SUSE tries to stuff every function into a single application.

RHEL does push a lot of technology. Out of the stable distros, it will be the first to put tech into production. RH does a lot with integration with other systems. This has kept me off of SUSE in the past. RHEL was more tech forward, comparatively.

garam ,
@garam@lemmy.my.id avatar

dnf downgrade

dnf history undo

dnf history redo

it’s very very very critical for most case :')

nicman24 ,

you can just snapshot before any transaction in apt / pacman / whatever else.

garam ,
@garam@lemmy.my.id avatar

It’s hard, and better have package manager built in. It’s not enough in the enterprise sadly… Just saying, and I think most Corporate with agree with it.

nicman24 ,

the package manager will have it built in with a simple hook. works great with unattended upgrades.

gumpy ,

Beyond support agreements that others are mentioning, the huge requirement for the shop I work at (mid-scale high performance computing center) it’s 3rd party vendor package support. Mellanox/nvidia, whamcloud, slurm, vast, and on and on. Driver packages targeting rhel kernels are an industry standard offering if a vendor supports linux. That’s not always the case with Debian variants, for instance.

Same with huge applications and proprietary compiler suites (think matlab and the intel compiler suite or OneAPI). These are hugely important packages for a number of shops.

Don’t get me wrong, I can build against plenty of other distros but my vendors target rhel as a first class citizen for both build scripts and straight binary packaging.

TrivialBetaState , in Is Gentoo more-or-less pointless for the average Linux user?

One of the many values of GNU/Linux, and free software in general, is choice. You don’t have to use any particular distro if it doesn’t fit your use case or preferences. I don’t use Gentoo but really appreciate that it exists. If I ever wanted more control over my system, I could turn to this tried and tested distro. I am quite lazy these days and from a short period of breaking Arch, I started breaking Debian, then staying with Debian stable without breaking it and now I have moved to MX Linux, which is Debian that someone else (the MX/Antix team) have set up in the way that I want without having to install everything myself. But, yes. There is great value in Gentoo (like in Kali, Tails, Slackware, Guix, etc).

rambos , in How to **remove** (not extract) all attachment from a pdf on linux with some open source software?

Im interested what people recommend. If you dont find any, what about just printing to another pdf file? Wouldnt that remove attachments?

antihero OP ,

I found much easier solution, pdftk A=oldpdf.pdf cat A output newpdf.pdf. This removes all metadata and also the attachments.

worfamerryman , in How to **remove** (not extract) all attachment from a pdf on linux with some open source software?

I forget exactly what I did, but I think I used okukar. It showed the attachments then it just selected them all and copied them to the desktop.

It might have been one of the web browsers, but I’m pretty sure it was okular as i couldn’t do it on windows.

If you have a better solution, please let me know.

antihero OP ,

I am talking about removing them from pdf. For extracting them this works pdftk [pdf_file.pdf] unpack_files.

Fox ,

I’ve used LibreOffice Draw before to remove content from PDF files without reprinting

antihero OP ,

Yes but in my case the pdf file is big and I libreoffice draw hangs. Also i found another solution (added that to post).

worfamerryman ,

Oh in that case. Let me look up an open source tool I’ve used for PDFs before. It might be able to do it.

It’s called pdfsam.

I’m not sure if it can do what you are asking, but I think it will do the trick.

You might be able to use the convert function of ffmpeg to extract the pages as png and then recreate a new pdf from the pngs that were extracted, but this may not work for your specific file.

Schorsch , in How to **remove** (not extract) all attachment from a pdf on linux with some open source software?

You might try printing the PDF as a PDF.

antihero OP ,

That worked but it removed bookmarks. I added solution to the post.

art , in whats so good about arch compared to linux mint?
@art@lemmy.world avatar

Arch teaches you about the inner workings of Linux. Mostly because it breaks all the time and you have to fix it.

pimeys ,

Not using Arch anymore, but what I remember it specifically doesn’t break all the time and runs much better than many other distros.

Before systemd integration it was kind of bad, but it has been such a solid platform since then. Even the Steam Deck uses it.

I think the criticism is how you need to read a manual to install it. For many, that is part of the fun.

dino ,

Arch doesn’t “break” you are doing shit you have no clue about which in turn creates problems, which you then have to fix. Still if you plainly install and update it, I doubt you will notice much difference from an Arch install compared to any other distro.

jlh , in What microphone are you using for Linux?

My Behringer UMC22 interface works perfectly on Linux, including with pipewire. I use it with a Rode NTG-1 shotgun mic, and it also drives my studio monitors.

My Samson Q2U also works great if you’re looking for a cheap all-in-one option.

donio , in Is Gentoo more-or-less pointless for the average Linux user?

You use Gentoo if you want control and transparency. It’s great it if you are the kind of Linux user who wants things in a certain way and wants them to stay that way.

Do you want to use systemd or something else? Do you want to use pulseaudio, some other sound daemon or no sound daemon at all? X11 or Wayland? Emacs built with gtk, some other toolkit or no toolkit at all? Do you care if firefox is built with telemetry support?

If you have no opinion about this sort of stuff or your choices align well enough with a binary distribution then you are probably just as good using something else.

AstroKevin , in What distribution is most used in production environment

I work at NASA and we use redhat a lot for development work.

Kushia , in What distribution is most used in production environment
@Kushia@lemmy.ml avatar

Depends on context.

If you want to get a job as a “Linux admin” then Red Hat is basically what you want as a “default”. Fedora will give you something you can use at home that’s broadly similar. You will need to learn more than just that though.

dino ,

Using Fedora at home because you have to use Red Hat at work? NOPE, thanks. Also I wonder if that RHEL focus is mostly american companies? Because here in europe I rarely see RHEL used from my limited perspective.

pH3ra , in Is there a Linux mail app that's similar to the default one in Windows 10/11
@pH3ra@lemmy.ml avatar

If you have a Qt based desktop (KDE, LXQt…) use Kmail.
If you have a GTK based desktop (Gnome, XFCE…) use Geary.

nicman24 ,

dont use kmail. it has great function-ability and looks good, but it will completely break every year at least

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines