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.

BCsven , in ZorinOS?

I tried it, looking for something for my wife’s 12 yearold laptop, and really liked how clean it looks and that you have 4 easy click ways to alter the desktop workflow. They are also working on Grid? as a deploy and update system for businesses wanting to manage multiple machines centrally. The only reason I didn’t keep it was the machine it was intended for will not boot a deb based OS. It throws a hardware bug that deb based distros don’t work around during install or reboot. So ended up with NixOS on that machine. Which has been awesome too.

bahmanm , in Share your terminal emulator theme configuration
@bahmanm@lemmy.ml avatar

I use Emacs (and libvterm) for almost all my terminal’y needs 😅

In rare cases where I need a terminal outside Emacs, I use Alacritty.

Here’s the relevant config from ~/.config/alacritty/alacritty.yml:

<pre style="background-color:#ffffff;">
<span style="color:#63a35c;">font</span><span style="color:#323232;">:
</span><span style="color:#323232;">  </span><span style="color:#63a35c;">normal</span><span style="color:#323232;">:
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">family</span><span style="color:#323232;">: </span><span style="color:#183691;">Noto Sans Mono Medium
</span><span style="color:#323232;">
</span><span style="color:#323232;">  </span><span style="color:#63a35c;">bold</span><span style="color:#323232;">:
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">style</span><span style="color:#323232;">: </span><span style="color:#183691;">Bold
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">family</span><span style="color:#323232;">: </span><span style="color:#183691;">Noto Sans Mono
</span><span style="color:#323232;">
</span><span style="color:#323232;">  </span><span style="color:#63a35c;">size</span><span style="color:#323232;">: </span><span style="color:#0086b3;">9.0
</span><span style="color:#323232;">
</span><span style="font-style:italic;color:#969896;"># the venerable Solarized Light color theme (https://ethanschoonover.com/solarized/)
</span><span style="color:#63a35c;">colors</span><span style="color:#323232;">:
</span><span style="color:#323232;">  </span><span style="color:#63a35c;">primary</span><span style="color:#323232;">:
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">background</span><span style="color:#323232;">: </span><span style="color:#183691;">'0xfdf6e3'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">foreground</span><span style="color:#323232;">: </span><span style="color:#183691;">'0x9d9683'
</span><span style="color:#323232;">
</span><span style="color:#323232;">  </span><span style="color:#63a35c;">normal</span><span style="color:#323232;">:
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">black</span><span style="color:#323232;">:   </span><span style="color:#183691;">'0x073642'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">red</span><span style="color:#323232;">:     </span><span style="color:#183691;">'0xdc322f'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">green</span><span style="color:#323232;">:   </span><span style="color:#183691;">'0x859900'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">yellow</span><span style="color:#323232;">:  </span><span style="color:#183691;">'0xb58900'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">blue</span><span style="color:#323232;">:    </span><span style="color:#183691;">'0x268bd2'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">magenta</span><span style="color:#323232;">: </span><span style="color:#183691;">'0xd33682'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">cyan</span><span style="color:#323232;">:    </span><span style="color:#183691;">'0x2aa198'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">white</span><span style="color:#323232;">:   </span><span style="color:#183691;">'0xeee8d5'
</span><span style="color:#323232;">
</span><span style="color:#323232;">  </span><span style="color:#63a35c;">bright</span><span style="color:#323232;">:
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">black</span><span style="color:#323232;">:   </span><span style="color:#183691;">'0x002b36'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">red</span><span style="color:#323232;">:     </span><span style="color:#183691;">'0xcb4b16'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">green</span><span style="color:#323232;">:   </span><span style="color:#183691;">'0x586e75'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">yellow</span><span style="color:#323232;">:  </span><span style="color:#183691;">'0x657b83'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">blue</span><span style="color:#323232;">:    </span><span style="color:#183691;">'0x839496'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">magenta</span><span style="color:#323232;">: </span><span style="color:#183691;">'0x6c71c4'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">cyan</span><span style="color:#323232;">:    </span><span style="color:#183691;">'0x93a1a1'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">white</span><span style="color:#323232;">:   </span><span style="color:#183691;">'0xfdf6e3'
</span>
coralof , in Share your terminal emulator theme configuration
@coralof@lemmy.world avatar

Bash on Terminator with powerline theme from Oh-My-Bash. I think the colors are the generic Linux colors in Terminator.

rakstar , in Your best terminal aliases

Technically not aliases but I have these in my ~/.bash_aliases so…

bind ‘“\e[A”: history-search-backward’
bind ‘“\e[B”: history-search-forward’

Type a few letters and press up/down arrow to scroll through matching history entries.

Also…

alias s=“cd -”

It’s like Alt+Tab for CLI.

InverseParallax , in Suse Liberty Linux

If this rhel bs leads to suse taking over dominance, then amen.

It will be nice to have a new enterprise Linux overlord that isn’t a massive bag of dicks.

HopperMCS ,

Sometimes I wonder if we’re not being fair to RedHat, but then I remember at the same time they didn’t go under in 2008 like Sun did, and they didn’t take the hit many others did due to COVID.

vacuumflower ,

So sad for Sun. Just touching their products as they were before getting eaten by Oracle is an amazing experience.

Also very nice artistic language in visual design, I know this is not the most important thing.

HopperMCS ,

I shouldn’t be irrationally angry about a corp going under, but the people working there had some drive you just don’t see these days.

vacuumflower ,

I mean, RH became dominant by not initially being a bag of dicks.

So if SUSE becomes the main enterprise vendor (to more precisely address RH’s role, one can say “root enterprise vendor”), then its enshittification is just a matter of time.

Other than that, I like Tumbleweed, it just works, and, unlike Fedora, without bullshit.

Still the whole corporate atmosphere makes me wary. SUSE is good, we just shouldn’t put all our eggs into one basket (and should fix that with RH).

InverseParallax ,

Could not agree more. My only argument in favor of suse is that they’ve been here since the beginning and never fucked about.

Thats a rare record in any tech game.

But many choices always beats 1, maybe somebody sane should make an enterprise debian, I’m just worried they might somehow manage to kill the golden goose, debian’s sanity is critical to linux’s viability as a non-bullshit os.

vacuumflower ,

Agree about SUSE, it’s really amazing.

Yes, Debian and also Gentoo. Slackware may not be dead, but out of race in the sense of being a stabilizer as one of the “main” (culturally, not in numbers) distributions, and Arch has lost most of sanity it had (not much to begin with).

InstantWeasel ,

I like Tumbleweed, it just works, and, unlike Fedora, without bullshit.

What’s up with that? I have been on the same installation of Fedora since 2021, doing disto upgrades since then. Am I lucky? And I’ve been using a Win10 VM with Passthrough devices without issues as well.

varaki , in In, just released, Firefox 115.0 hardware video decoding is enabled by default for Intel GPUs on Linux

You don’t need a second monitor, if you open your terminal with intel_gpu_top running and firefox side by side.

monobot OP ,

Makes sense, thank you. I forgot that is an option, since I am using everything in full screen on tilling wm.

hfdh , in Long time Linux user feeling burnt out

It depends on why you are using FOSS now?

For me its a principle choice of freedom and privacy since 1998, so I cope with the downsites on the desktop as much I can.

squarewagon OP ,

That is exactly why I choose to use FOSS including Linux. As much as I want to standby this principle, I have come to a breaking point after dealing with its issues, issues we have all experienced. I believe it is hands down the best choice for server use, but for work and productivity, I need something more matured that is going to work out of the box. I am glad that the community here took this criticism well but I think it’s important to discuss and understand that there are still some strides to be made. But at the end of the day, I’m just some guy ranting and who knows, maybe I’ll be installing a Linux distro after a month of using Mac OS.

hfdh ,

This summer I use Linux on my desktop for 25 years. What do you think the first years looked like? My first laptop took me 3 weeks to get it properly installed with Suse back in 1998. For the last 10 years installing and configuring whatever distro is a piece of cake. Ofcourse soms things are not as you want them to be: the good thing is you can change everything in FOSS, and if it does not excist you can create it. People complaining at Linux Desktop are realy complaining on their own limitations. Don’t complain! Not about yourself. Not about the Linux Desktop. Never ever give up! Make your list of whats not working for you. And than work and change until your list is history. Keep your head up strong. You’ll never walk alone!

www.youtube.com/watch?v=Go-jJlGd1so

rstein ,

Same story, same tips, but I started with SuSE Linux 4.3 in 1996. Just try stuff, read the error messages, read docs and ask. A lot of peaople who know stuff are happy to help out of altruism or the chance to show off. ;-)

skierra , in In, just released, Firefox 115.0 hardware video decoding is enabled by default for Intel GPUs on Linux

Congratulations!!! Only a couple of decades behind other operating systems!

YellowtoOrange ,
@YellowtoOrange@lemmy.world avatar

OS or browsers?

nan ,
@nan@lemmy.blahaj.zone avatar

Same browsers on other operating systems. I don’t think Chrome enables it on Linux.

Audacity9961 ,

You’re correct. This is the first time a major browser has enabled vaapi by default on linux upstream.

ghariksforge , in In, just released, Firefox 115.0 hardware video decoding is enabled by default for Intel GPUs on Linux

VAAPI has been around for a while. Do you know why it took so long for Firefox to integrate?

OsrsNeedsF2P ,

It was already integrated for non Intel GPUs

Audacity9961 , (edited )

That’s not what has happened here. This is the first time any major browser has enabled vaapi hardware acceleration by default on Linux.

It has been previously available either to users who have switched it on, or maintainers who changed the upstream default.

They are initially enabling for intel only due to some amd bugs that need to be ironed out. AMD will be next.

Audacity9961 ,

Bugs.

There has been a hell of a lot of work done here both in Firefox, as well as other projects like mesa to get this enabled.

xoggy , in Share Your Favorite Linux Distros and Why You Love Them
@xoggy@programming.dev avatar
mrdelmo , in Share Your Favorite Linux Distros and Why You Love Them

I’ve been a Mint faithful for a few years now

kalipike , in OpenRGB: Open source, cross-platform RGB lighting control that doesn't depend on manufacturer software

I love OpenRGB. It’s such a fast and lightweight alternative to Corsair iCUE, which is needlessly heavy, clunky, and resource-intensive just to tell your lights what color to be.

marmalade , in what is the best privacy distro?

Depends on what you mean for security/privacy. You can use Tails or whatever and have everything encrypted and then just be logging into your Facebook account on Chrome without an ad blocker.

Most Linux distros are secure enough for the average person who isn’t being targeted by some crazy state level actor. If you’re particularly concerned stick with a distro that has a security team like Debian. As for privacy that has more to do with the sites you browse and have accounts with but obviously avoid Google (I just use Firefox instead of Chrome) use an adblocker like ublock origin, along with maybe something like decentraleyes.

Synthead ,

Chrome phones home a lot. It’s not a good idea to use it if you care about privacy. Firefox even has metrics enabled by default, although you can turn them off.

shapis , in Share Your Favorite Linux Distros and Why You Love Them
@shapis@lemmy.ml avatar

Arch.

I don’t love it, like at all. But it’s the least buggy and easiest to use one I’ve tried.

I really wish there was a simple plug and play, everything just works and doesnt break on updates distro.

feacesfea , in Share Your Favorite Linux Distros and Why You Love Them
@feacesfea@kbin.social avatar

Universal Blue / ublue-os

feacesfea ,
@feacesfea@kbin.social avatar

Based on Fedora

  • Fedora uses the latest technology and is quick to adapt new features such as PipeWire, BTRFS, Wayland and etc, yet remains very stable.
  • Free and Open Source
  • Created by the Community
  • Sponsored by Red Hat.
  • Strong security and follows good practices
fugepe ,

why your comments are all over the place

feacesfea ,
@feacesfea@kbin.social avatar

Cloud-native approach

  • Reliable, atomic updates with built in rollback
  • Known-good state and fewer failures
  • Significantly reduced configuration drift
  • No compiling or building Nvidia drivers on the local client, they come premade on the image
feacesfea ,
@feacesfea@kbin.social avatar

Clean separation

  • The base system is separated from applications and user data
  • Integration of Flatpak applications via Flathub
  • Toolbox and Distrobox support, run applications from any distribution in a containerized environment
feacesfea ,
@feacesfea@kbin.social avatar

Built-in container tools for developers

  • Consume packages and software from any repo without risking breakage on the client
  • Easy consumption of other OCI images, if it's on the CNCF Landscape it's a first class citizen thanks to Podman!
feacesfea ,
@feacesfea@kbin.social avatar

Nvidia support

  • Multiple Nvidia driver streams (525xx, 520xx, and 470xx)
  • CUDA support
  • Container runtime support
  • Secure boot
  • Hardware-accelerated video playback
  • Selinux support
  • Multiple Fedora flavors and releases
  • Post-install setup with just
  • Multi-GPU support with supergfxctl (optional Gnome Shell extension)
  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines