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.

Titou , in Best Laptop for Linux

Thinkpad for compatibility

Fryboyter , (edited ) in Why don't more distributions have something like the AUR when it's the main reason why so many people use Arch Linux?

when it’s the main reason why so many people use Arch Linux?

AUR is one reason why I use Arch. But not the reason. Besides AUR, Arch has many other advantages from my point of view. Like for example the wiki that also users of other distributions use. Or the many vanilla packages. Or that you can easily create your own packages through the PKGBUILD files. Or that, based on my own experience, Arch is quite problem-free to use despite the current packages.

One reason why other distributions don’t have something like AUR could be that AUR is not an official offering, so no verification is done in advance either. Thus, it has happened at least once that someone has manipulated PKGBUILD files in bad faith (lists.archlinux.org/pipermail/…/034151.html). The Wiki does not warn against the use for nothing.

However, it is much easier for the user to check the files in the AUR in advance than it is, for example, with ready-made packages in an unofficial PPA.

With build.opensuse.org and mpr.makedeb.org there are also at least two offers that are somewhat similar to AUR.

webjukebox ,
@webjukebox@mujico.org avatar

Arch has many other advantages from my point of view. Like for example the wiki that also users of other distributions use.

I remember when started using #! and then Debian with Openbox. It didn’t matter what problem I had, the answer and solution were always in the Arch Wiki.

Now I am full Arch user.

Titou , in what is the best privacy distro?

Tails

PureTryOut , in Anyone still using Sailfish OS ?
@PureTryOut@lemmy.kde.social avatar

I daily drived the original Jolla Phone. However since I realized that it was even more proprietary (the core apps + UI toolkit Silica is proprietary) than a simple AOSP Android ROM, I decided that my next phone would be a regular Android phone again.

Now I’m dual-booting both postmarketOS and CalyxOS (which is an Android ROM) oh my SHIFT6mq and I have no reason to ever go back to SailfishOS, even though I liked the experience at the time.

wgs OP ,
@wgs@lemmy.sdf.org avatar

I suppose you dual boot them because postmarketOS isn’t usable as a daily driver right ?

I liked Sailfish UI a lot, and the fact it was a “standard” Linux with coreutils, git, rsync, etc… by default was the main reason I switched to it. But yeah, I’ve been quite deceived by their recent “updates”. I now have an Xperia 10 III, but there doesn’t seem to be much custom ROMs that support it unfortunately (which is also why sailfish support isn’t great anyway).

PureTryOut ,
@PureTryOut@lemmy.kde.social avatar

For some people it’s definitely usable as a daily driver but not for me yet. I for one require some Android apps and Waydroid isn’t far enough yet, but I also need good suspend/battery saving which isn’t there yet on this particular device.

Fryboyter , in LXD is now under Canonical

How do you notice that you are not really awake yet? By thinking for several minutes about what LXD has to do with containers and then realising that you yourself had LXDE in mind.

SapienSRC , in Moving away from RHEL based distros, whats good ?
@SapienSRC@lemmy.world avatar

I can throw in a vote for Debian stable as well. I’ve recently installed Debian 12 and I’ve been blown away by how great it’s been compared to my recent Fedora 38 experience out of box.

katie ,
@katie@lemmy.tillicumnet.com avatar

What kind of hardware are you running it on? I’ve started using Debian for servers, but I’m still using Fedora for laptops, currently. I am always curious about different options.

SapienSRC ,
@SapienSRC@lemmy.world avatar

This is my daily driver tower.

  • i9 10850k
  • ASUS TUF Gaming Z590-Plus
  • NVIDIA GeForce RTX 2070 SUPER

I don’t use wifi however it did work out of the box. The only thing that required additional setup was the Nvidia card but the driver was available in the repos.

If you do end up testing it out on a laptop let me know how it goes. I have a Windows laptop lying around here somewhere that could use some love.

gbin , in The Current Challenges With Using Linux On Airplanes

Something to understand here, it is exactly the same with the automotive industry. It is almost never about the actual safety, let me explain.

If you work as a safety engineer in a company like Boeing the name of the game is to not be responsible for the safety of a component at all. You always hide behind some kind of certifications then always ask a contractor to do it. The contractor might be scared too so will ask for a subcontractor and so on until someone is in an obscure juridiction or brave enough to just develop the software like almost anyone else but just with someone rubber-stamping the paperwork.

The safety engineer will have the paperwork so for them, it is safe! If there is an issue this is not them.

So for them Linux is absolutely out of the question, who wants to sign a paper for it?

gkpy , in Wayland Protocols 1.32 Brings Three New Staging Protocols

is forgeign-toplevel-list related/analogous to wlr-foreign-toplevel-management?

gbin , in Your best terminal aliases

Interesting, git do support aliases too. “git st” etc What is .load.sh?

GustavoM , (edited ) in Your best terminal aliases
@GustavoM@lemmy.world avatar

*ahem

alias brb=‘paru -Syu --noconfirm && paru -Sc --noconfirm’

gbin ,

You should name it alias btw=… to fully embrace our stereotype ;).

jxk , in Wine community

Can’t tell if this is about the French national drink or the Linux software that emulates dos

rikudou , in Why don't more distributions have something like the AUR when it's the main reason why so many people use Arch Linux?

What’s so special about it? Isn’t it just a repository? Or am I missing something? If it’s just a repo, Ubuntu has PPAs and everyone and their mother is creating PPAs.

Andy , (edited )
@Andy@programming.dev avatar

It’s a single, central, community space for build plans, which are extremely easy for anyone to create and submit.

Edit: And easier to audit than prebuilt packages

ItsPlasmaSir ,

PPAs and the AUR are very different. Where as PPAs contain prebuilt .deb packages, the AUR hosts PkgBuild scripts that typically pull from a git repo and compile a program for you.

I understand the confusion though, because they accomplish the same goal of installing software that is not in the main repos, but in different ways.

BendyLemmy , in Your best terminal aliases
@BendyLemmy@lemmy.ml avatar

TTIME (abbr - not alias)

<pre style="background-color:#ffffff;">
<span style="color:#323232;">abbr -a -- ttime date '+It is %-H %M and %S seconds'|espeak >/dev/null 2>/dev/null # imported from a universal variable, see `help abbr`
</span>
mpiepgrass , (edited ) in Your best terminal aliases
@mpiepgrass@lemmy.world avatar

alias upd=“yay -Syu --devel”

alias cleanup=“yay -Qdtq | yay -Rns-”

alias mirror=“sudo reflector --verbose --country ‘United States’ --protocol https --latest 15 --sort rate --save /etc/pacman.d/mirrorlist && sudo eos-rankmirrors”

taladar , in The Current Challenges With Using Linux On Airplanes

I agree that a small, special purpose OS would probably be more suitable for safety-critical systems. On the other hand I highly doubt that the safety-culture is better at Boeing than in the Linux ecosystem.

vacuumflower ,

I’d expect it to be about the same, with 737 MAX, yes, on one side and too many examples on the other.

taladar ,

You forget to take into account that every Boeing employee knows they are building systems that can kill people if things go wrong. Meanwhile on Linux a lot of bugs really don’t matter that much, especially in -rc and otherwise non LTS versions.

Taking that into account their safety culture is much worse.

vacuumflower ,

For a company building bloody airplanes - yes, I totally agree.

ininewcrow ,
@ininewcrow@lemmy.ca avatar

Linux and the open source community may be chaotic … but companies like Boeing are completely corporate and they will risk or even sacrifice safety if it means making a few extra million or preventing the loss of millions in profits. They’ll calculate how much it will cost to make settlements with the families of the dead or in to issuing changes or recalls and figure out which is cheaper … pay off the dead or fix the problem. If paying off the dead is cheaper, they don’t mind watching the body count.

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