linux

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

SevereLow, in Ubuntu 24.04 LTS To Get 12 Years of Updates

That’s awesome! I wish more OS-es follow, especially Debian. Having support for an OS that can cover the whole perceived lifecycle of the hardware is something that was once (in the 2000s) the standard. This is something crucial for businesses, but it’s also great for home users.

bizdelnick, in The magic behind configure, make, make install - How it works in Unix

Autocrap is a bloated obsolete stuff that is mostly replaced with other tools like cmake or meson. There’s no need to learn it today.

stsquad,

Indeed - the general configure, build install steps are fairly universal and the configure script doesn’t have to cover from autoconf. We still have that and Makefiles as a wrapper around a meson based setup to keep the process familiar.

ArcaneSlime,

Hell maybe I do need to learn some shit, because I was under the impression that you cd into the folder after you untar it, then type ./configure make sudo make install, but the last two packages I attempted to install from source like this just did nothing.

bizdelnick,

Maybe. But maybe they did nothing because there was no ./configure script and you had to use another tool, e. g. one of that I mentioned, so you need to learn another shit.

BTW installing anything from source like this is the right way only in (B)LFS.

But you definitely don’t need to learn this if you are a developer and starting a new project in 2024. You can use cmake or write plain makefiles, even shell scripts if you want, but as you value life or your reason keep away from the autotools. It is a nightmare to debug thousands lines of scripts they generate and put into your source tree.

GnomeComedy, (edited )

You assume everyone has root.

On a system I don’t administer, I can compile and install software in my home directory (or shared directories that I have write access) by using:

./configure --PREFIX=/home/myuser/software/

make # to compile

make install sudo, to install to ~/software/bin

So when you say “only in (B)LFS”, you’re overlooking a VERY common use case - especially in HPC and other systems NOT running on my desk/lap.

Mikelius, in When Windows 10 dies, I am going to jump ship over to Linux. Which version would you recommend for someone with zero prior experience with Linux? **Edit: Linux Mint it shall be.**

I’m a Linux mint user for my main system and am no beginner. As others have said, it’s friendly to both beginners and advanced users, it’s good to see you’ve made that choice.

That being said, don’t stop there. Whether it’s in a virtual machine or some old laptop, also try one of the “from scratch” systems. I went with Gentoo and that is the root of where a ton of my Linux knowledge started. It’s my favorite distro simply because it has that history for me. You’ll find everyone has their own favorites for their own reasons, so be sure to explore and find the one that you enjoy and helps you learn.

Lemmyfunbun,

How do you survive on in Debian/Ubuntu flavor? Whenever I would need a software that was not in the repo. Have to put PPA in place to get it. To many times it would then not install becuase of package conflicts. I have up and switched to arch based distro and between primary repo nd AUR I havent looked back and been very stable.

Mikelius,

Rarely do I find software I need that’s not in the repo, but when I do, I just dusky build it myself. Not at my machine now, but I think I only have one PPA that’s not default added. In the other cases where I don’t want to build the app, it tends to be in Flatpak too.

That being said, although Mint is technically based on Ubuntu, it really doesn’t feel like it at all. I personally can’t stand Ubuntu, but again all personal opinions. If Debian-based systems didn’t work for you and an arch based distro did, then go with it. Everyone’s needs are their own and that’s why we have so many choices :D

joojmachine, in The Star Labs StarBook is Qubes-Certified!

that’s great, but is it forklift certified?

Octagon9561, in When Windows 10 dies, I am going to jump ship over to Linux. Which version would you recommend for someone with zero prior experience with Linux? **Edit: Linux Mint it shall be.**

Fedora’s my favorite. It’s also the most secure without going straight to QubesOS, which is not beginner friendly.

BlueDepth9279,

Just switched to Fedora after bouncing between Ubuntu and Manjaro. Really digging Fedora and kicking myself for waiting so long to try it out.

nossaquesapao, in Some of y'all need to see this and drop the superiority complex...

non ironically, firefox did a jump in version numbers after firefox 4 because people were seeing the low number compared to other browsers, and would think they were behind technically.

Acters,

One of those bigger numbers is better herd instincts

toastal, (edited )

While true & I remember folks actually using this in arguments for ‘slow development’, there is some merit to versioning differently for something expected to get minor updates to perpetually follow latest specs such. I can’t imagine trying to discern what a “breaking change” would be in this context. Or would you make a new version for every visual redesign? Dates might have just made more sense, but maybe ESR is easier to follow with the current scheme.

TheImpressiveX, in Distro for a POS
@TheImpressiveX@lemmy.ml avatar

I thought you meant “point of sale”.

ransomwarelettuce,

Tbh when I was thinking of the title that’s what came to mind, sorry for being clickbaity haha.

atlasraven31, in What's your current favorite distro that isn't Arch, Debian or Fedora?

Custom North Korean linux. Preinstalled missile tracking software.

Penguincoder,

NSA would like to know your location. Enable?

atlasraven31,

You would think Pyongyang but really chilling on a rocking chair in McMullen, Alabama. Population: 10.

WeLoveCastingSpellz, in When Windows 10 dies, I am going to jump ship over to Linux. Which version would you recommend for someone with zero prior experience with Linux? **Edit: Linux Mint it shall be.**

General computing: Mint, PopOS Gaming: Nobara,PoP OS

TrivialBetaState, in Some of y'all need to see this and drop the superiority complex...

Windows will reach 12 this year. Double score!

WashedOver, (edited ) in Some of y'all need to see this and drop the superiority complex...
@WashedOver@lemmy.ca avatar

I recall at one point Windows 10 was going to be the last version of the OS and they would just maintain that. I’m wondering if they said that to get the last of the Windows 7 and XP users to finally move to 10?

ultranaut,

Windows 11 is kind of technically still just Windows 10 under the hood.

TheFriendlyDickhead, (edited )

And on the hood too. They realy didn’t change that much. Made a few things “simpler” aka worse and that’s it

words_number,

Hahaha so true

Stillhart,

Windows was still DOS under the hood for a long time. Win 98 was Win 95. Win 8 was Win 7. This is nothing new for MS.

TheRedSpade,

That was never the company’s official stance. One (non-spokesperson) employee said it once, and people ran with it.

library_napper, in Linux in the corporate space
@library_napper@monyet.cc avatar

I have only ever used Linux at work. I tried amacbookd once, then switched back to Linux.

possiblylinux127,

Honestly I deal with a lot of windows environments but I just run Windows VMs for everything.

KVM and Virtio or great

KazuyaDarklight, in Linux in the corporate space
@KazuyaDarklight@lemmy.world avatar

While I’m told such places exist, I have yet to knowingly interact with a business officially doing this for employee computers.

const_void, in I'm Done With Windows, Are you?

There are way way too many testimonials here lately about switching to Linux or installing Arch, etc. These aren’t interesting.

rotopenguin, in Zorin OS 17: Linux for Windows Users | ExplainingComputers
@rotopenguin@infosec.pub avatar

All the real homies are still running Linux95

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