Linux

This magazine is not receiving updates (last activity 51 day(s) ago).

phx , in Ubuntu 23.10 break graphical installer for local deb packages

Try command line?

dpkg -i /path/to/package.deb

That's likely an app just not installed by default for GUI

LinuxSBC ,

Correct, but new users don't want to need the command line for something as simple as installing packages.

Kusimulkku ,

New users probably shouldn't be installing .debs, especially if they don't know about terminal commands. I've seen so many fucked up systems from people treating Linux as Windows, as in installing everything by searching for stuff on their browser, downloading an installer and installing that.

hiddengoat ,

In other words, you've seen fucked up systems because people treat their Linux system like literally every non-Linux system they've used.

Which is a Linux problem, not a user problem.

Kusimulkku ,

Well it was the users who had a problem with their systems being messed up

hiddengoat ,

Yes, by the shit-tier decisions of the distro developers.

phx ,

No, it's a user problem on both OS's.
Installing random shit from untrustworthy sources is a much more likely source of infection that a zero-day, network-based exploit, etc

Not every OS allows you to simply click on a random installer/eventually (maybe enter a password) and get owned.
IOS on phones doesn't.
Android requires you enable untrusted sources.

It sounds like not including a GUI app by default to click-install random packages (outside the package manager) is the extra step for various Linux distros. That's not a problem, that's a good idea.

hiddengoat ,
  • Random shit
  • Untrustworthy

So github is untrustworthy now.

And again you're arguing in favor of walled gardens. Fucking hypocritical imbeciles. Anything to keep your precious fucking OS free from criticism, right?

nik282000 ,
@nik282000@lemmy.ca avatar

Github is untrustworthy, anyone can put anything on there. It is up to the end user to determine if a project is safe to use or not.

The default repos for Debain on the other hand are filled only with software that has been checked by at least one competent person, making them inherently safe.

hiddengoat ,

But I thought the open nature of open source meant it was safe because someone has checked all code everywhere!

This shit has become tedious.

nik282000 ,
@nik282000@lemmy.ca avatar

This shit has become tedious

No kidding. Open source software is safe because it can come from a trusted source that can be checked by others. Not every open source project is checked but the default repos of Debian, for example, are checked and can be trusted.

All closed source software, on the other hand, is untrustworthy because it can never be checked. This goes for the iOS and Android ecosystems as well. Despite their walled gardens the software is not open and can not be checked, which is why malicious software keeps making it's way onto phones.

Have you ever heard of malicious code in the Debian repos?

Helix ,

Have you ever heard of malicious code in the Debian repos?

I think I heard so a few times, yes. Depends on what you define as "malicious" and which of the repos you'd call Debian repos. Is Debian only stable or is it unstable and testing or contrib or non-free aswell?

JoeKrogan , in What's your preferred DE?
@JoeKrogan@lemmy.world avatar

KDE

cupcakezealot , in Microsoft published a guide on how to install Linux.
@cupcakezealot@lemmy.blahaj.zone avatar

Why wouldn't they? Windows 10+ is a great development machine and Microsoft knows that a lot of developers develop with Linux. WSL is great for all parties - including Linux

sudo ,

I, too, have had the audacity to say WSL is useful on this community and it was also met with down votes. Purists hating and gate keeping, and then they wonder why Linux isn't more popular.

jj4211 ,

WSL may be fine for a Windows user to get some access to Linux, however for me it misses the vast majority of what I value in a desktop distribution
-Better Window managers. This is subjective, but with Windows you are stuck with Microsoft implementation, and if you might like a tiling window manager, or Plasma workspaces better, well you need to run something other than Windows or OSX.

-Better networking. I can do all kinds of stuff with networking. Niche relative to most folks, but the Windows networking stack is awfully inflexible and frustrating after doing a lot of complex networking tasks in Linux

-More understanding and control over the "background" pieces. With Windows doing nothing a lot is happening and it's not really clear what is happening where. With Linux, it can be daunting like Windows, but the pieces can be inspected more easily and things are more obvious.

-Easier "repair". If Windows can't fix itself, then it's really hard to recover from a lot of scenarios. Generally speaking a Linux system has to be pretty far gone

-Easier license wrangling. Am I allowed to run another copy of Windows? Can I run a VM of it or does it have to be baremetal? Is it tied to the system I bought with it preloaded, or is it bound to my microsoft account? With most Linux distributions, this is a lot easier, the answer is "sure you can run it".

-Better package management. If I use flatpak, dnf, apt, zypper, or snap, I can pretty much find any software I want to run and by virtue of installing in that way, it also gets updated. Microsoft has added winget, which is a step in the right direction, but the default 'update' flow for a lazy user still ignores all winget content, and many applications ignore all that and push their own self-updater, which is maddening.

The biggest concern, like this thread has, is that WSL sets the tone for "ok, you have enough Linux to do what you need from the comfort of the 'obviously' better Microsoft ecosystem" and causes people to not consider actually trying it for real.

TimeWalker , in Craziest/most "exotic" devices able to run Linux?

Linux can be run on an Nintendo 64. Mainline Kernel support has been added in v5.12

4am , in I'd like to interject for a moment...

Gentlemen, a short view back to the past. Thirty years ago, Niki Lauda told us ‘take a monkey, place him into the chair and he is able to use the computer.’ Thirty years later, Sebastian told us ‘I had to start my computer like an F1 car, it’s very complicated.’ And Nico Rosberg said that during the compile – I don’t remember what compile – he pressed the wrong button on the keyboard. Question for you both: is Linux today too complicated with twenty and more buttons on the keyboard , are you too much under effort, under pressure? What are your wishes for the future concerning the technical programme during the development? Less buttons, more? Or less and more communication with Torvalds?

stembolts ,

As a huge Formula 1 fan and daily Linux user for a few decades now, while also being quite stoned.. this fusion broke my brain, haha, well written. I could hear the words in the voice of Lauda, Seb, and Rossberg.

Pastor Maldonado I would assume is a windows user.

funkless_eck ,

can you explain for a casual scroller-by with a less-than-mild interest in both?

stembolts ,

A reporter asked a very very long question in a press conference 2-3 years ago. It has become a quaint F1 copypasta due to this. The author took that quote and replaced all of the Formula 1 references with Linux references.

It's obscure as hell but funny to encounter as a fan of both.

I am pretty sure the long question is used in Netflix's Drive to Survive series in one of the seasons with Sebastien Vettel. Good show even for a non-F1 fan, but I admit I am biased.

h_a_r_u_k_i , in Today GNU/Linux is 32 years old
@h_a_r_u_k_i@programming.dev avatar

I read in "The Cathedral and The Bazaar" that Linux was not that revolutionary (it reused code and ideas from Mimix) but the collaboration of the entire talent pool from the Internet to develop the kernel is. Massively respect for Linus.

Trail , in GNU manuals sorted by number of pages.

OK a lot of them I can get behind, but wtf is the deal with tar at 262 pages or so.

palordrolap ,

The manual for tar on my machine is 1025 lines long whereas bash's manual has 4728. gawk's manual is likewise light at 1723. (Measured with screen width of 120 chars)

It looks like some of the manuals on that site are super in-depth versions - practically books - rather than PDF versions of the man versions.

For example, tar's has several pages dedicated to the GNU Free Documentation License which is very much not part of the command line version. Add a few more sections like that and things soon add up.

flamingos ,
@flamingos@feddit.uk avatar

That's because the link is measuring the length of the info docs, not the man pages.

bionicjoey ,

A lot of info manuals are really extensive. I read a good chunk of the info manual for sed a while back and it is very thorough. It's always annoying though when I go to check man for something quick and all you can get are texinfo pages. Luckily that isn't too common anymore. I think GNU caught on that it was annoying.

https://imgs.xkcd.com/comics/manual_override.png

Zamboniman , in Patch submitted to the Linux kernel by a 4 year old.
@Zamboniman@lemmy.ca avatar

...Kernel patch at age 4. Sigh... What have I done with my life?

SpaceNoodle ,

The Internet didn't even exist when I was four, let alone Linux, so I don't feel so bad.

samus12345 ,
@samus12345@lemmy.world avatar

Well, you shoulda been working on ARPANET then, slacker!

Mane25 , in What's your favorite Linux Desktop software?

If based on the thing I used most then it has to be Firefox!

If you want something more trivial but personal, openttd - the best game ever. :)

krolden , in Why Are Arch Linux Users So TOXIC?
@krolden@lemmy.ml avatar

Why is YouTube clickbait so cringe?

Tovervlag , in What is your unbiased opinion on Manjaro?

Opinions are always biased.

foobarijk , in What is your unbiased opinion on Manjaro?

I've installed Arch, Arcos and Manjaro (from the Arch based distros).
Manjaro and Arcos are faster and easier to install and setup compared to Arch.
Manjaro has nice GUI to select kernel, GPU drivers and install software (and does not automatically move you to the newest kernel, as opposed to Arch or Arcos).
They had fucked up (I think 3 times) with renewing their SSL certificate, and for a short while their ISOs were unverifiable (not that big of an issue if you ask me).
Since they delay their packages' updates, running them in testing for a few months for extra stability, installing from AUR is bound to break.

I've installed Manjaro on 3 computers, and worked with it extensively for about 3 years. It's a decent distro that doesn't deserve all the hate it gets.

jakob , in What is your unbiased opinion on Manjaro?
@jakob@lemmy.schuerz.at avatar

What is your biased opinion on having unbiased opinions?

aman25ta , in What is your unbiased opinion on Manjaro?

Was my first distro and used it for years without isses

Loved it

nieceandtows , in What is your unbiased opinion on Manjaro?

I used manjaro for a long while before I distro hopped and I think it’s a fine distro. Never had any problems with it. People keep pointing to the couple of times when it had some certificate issues. I don’t think it’s very relevant, and I only had positive things to say while I was using it.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • kbinchat
  • All magazines