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.

recarsion , in Distro hoppers, what's always on your install list when you've finished setup and logged in for the first time?

CLI:

  • git
  • zsh
  • neovim
  • lazygit
  • my dotfiles (i have them on gh and then use a bare repo)
  • a few extra utilities: htop, ripgrep, tree, exa
  • yay (I use Arch btw)
  • tools for whatever langs I’m using, usually rust or golang

GUI:

  • Steam - games are on a separate disk that I add to /etc/fstab so I just need to add it to Steam and I’m good to go
  • Lutris
  • Sublime Text
  • Spotify
  • Discord
  • Flameshot
  • psensor
cyberpunk007 , in What's a good online store to buy Linux related merch from?

Anything in Canada?

yianiris , in KDE Goes and Does It (Double-Click By Default, That Is) - OMG! Linux
@yianiris@kafeneio.social avatar

Both plasma and gnome will get zero clicks from me. They are the two black holes sucking free open source software into their m{ac,s}-win core.

@AnActOfCreation

AnActOfCreation OP ,
@AnActOfCreation@programming.dev avatar

What DE do you use?

yianiris ,
@yianiris@kafeneio.social avatar

DE require tremendous overhead of serv/daemons just to be able to make shortcuts/menu items clickable, I would never use such contraptions on my system.

I use a wm and have no use for polkit, dbus, logind, automount, obfuscated rights elevations and demotions, .... all this crap that unnecessarily must run for the sake of aesthetics and MS-win utility.

If I needed icons on my background I would use just a light filemanager, like pcmanfm, but I don't.

@AnActOfCreation

redcalcium ,

Emacs obviously.

possiblylinux127 , in Damn Small Linux 2024

It would be cool of I could use apt

Molten_Moron ,

From the announcement on the site:

Unlike the original DSL, this version has apt fully enabled

fernandu00 , in Fedora Atomic Desktops | The Fedora Project

I don’t get it…what’s the difference between atomic desktops and spins?

Pantherina ,

Everything

dino , in Niri: scrollable-tiling Wayland compositor

Didn’t know something like this exists. Still confused what the benefit to ordinary dynamic tiling?

Eryn6844 , in The overlap between package managers and automation frameworks

what the fuck is sparrow? also salt-stack does all this. nothing sucks you are just doing it wrong.

EuroNutellaMan , in Top comment gets to choose my hostname
@EuroNutellaMan@lemmy.world avatar

DickBallMcGee

conorab , in Top comment gets to choose my hostname

morethanfftnchars

Vilian , in Top comment gets to choose my hostname

crinjor

survivalmachine , in tell me your experience using zfs/btrfs

I’ve been running ZFS in the form of FreeNAS/TrueNAS in production environments for the past 12 years or so. Started with around 5TB and currently have nearly 300TB across several servers. Mostly NFS nowadays, but have shared out SMB and iSCSI.

No data loss. Drives have been easy to replace and re-silver. We have had a couple instances where a failing ZIL or L2ARC has crashed a storage server and taken storage offline, but removing/replacing the log device got us up and running without data loss.

Btrfs I only have experience on home systems. It has reliably stored my data for several years now, but I’m about to put it to the test this weekend. I plan on adding 4x8TB disks to a 4TB mirror to turn it into a 20TB RAID10. Wish me luck!

Deckweiss , in Purism (creator of FOSS friendly laptops and phones) offers buying shares of the company, reports revenue of 8M in 2022 and 5M in 2021

Linux where?

atzanteol , (edited ) in Root access vulnerability in glibc library impacts many Linux distros

“GNU Library C?”

Rustmilian ,
@Rustmilian@lemmy.world avatar

GNU C Library(glibc) as apposed to C Library (libc).

atzanteol ,

Who calls it “GNU Library C” though?

nintendiator ,

I’d just like to interject for a moment. What you call “GNU Library C” is actually GNU with Linux library C and some C++ for those nifty templates, or as we like to call it “GNU/Linux Library C/C++”. Which, to be honest, it’s more like “GNU/Linux Library C/C-with-Classes” the way they’re teaching it at school, oh well.

Carry on.

atzanteol ,

I was, it seems, too subtle. I don’t call it “GNU Library C”. Nobody does. I call it the “GNU C library”. It’s weird that the author calls it that.

nintendiator ,

Aaaaaand I somehow missed that.

Then again, wouldn’t have changed much. I’d just infodumped you on the GNU/Linux C Library, or as we sometimes call it the GNU plus Linux C library with macros.

atzanteol ,

Aaaaaand I somehow missed that.

Not the only one it seems - that’s on me.

GNU plus Linux C library with macros.

🤣

drwankingstein , in SOLVED: Best QEMU graphics settings for intel GMA4500?

why are you adding both qxl and virtio-vga? thats contradictory, no point in doing so.

Windows guests don’t have gpu acceleration anyways via virgl yet. Just use virtio-vga and install the virtio-gpu dod driver

TMP_NKcYUEoM7kXg4qYe OP ,

Thanks for your reply. I’m using it this way because the quickemu windows does not boot with qxl without virtio-vga and if I use virtio with “vga none”, the host core gets maxed out and both linux and windows are unresponsive. I’m guessing the virtio drive requires virtio-gpu too?

How do I install the display only driver? I found this:

github.com/utmapp/virtio-gpu-wddm-dod

but it has no README. Is that part of the fedora installer? I would be surprised if it wasn’t included in the default quickemu installation. I’ll try running the fedora installer (when I get time for it) and reply to you again when I’m done.

drwankingstein ,

The drivers are part of the Virtio driver pack, so you don’t need to do anything else aside from installing that.

However, typically I don’t recommend this, since I am not thr biggest fan of them but VMware does have GPU acceleration. I’m not sure the required specifications for it, however, but it might be a decent option.

TMP_NKcYUEoM7kXg4qYe OP ,

Alright thanks.

From what I’ve read you need an intel core i-* to run VMware so I wouldn’t meet their CPU requirements, yet alone the OpenGL 4.5 GPU requirements. For some reason they don’t support AMD GPUs and Intel GPUs aren’t even mentioned, which is pretty funny.

drwankingstein ,

yeah for gpus there is a blacklist that is trivial to bypass, as for the other spec reqs that blows

TMP_NKcYUEoM7kXg4qYe OP ,

Well I’ve run the fedora installer and it seems to kinda work. Although the guest core is still at 100% all the time, the scheduler assigns about 70% to the useful apps and the total host usage maxes at 90 % (usually is between 70 and 80 %) so I can still use the linux computer. Maybe I was just dumb and did not run the installer, or maybe it was just placebo. -it should be placebo, because I don’t think I would be able to boot with virtio otherwise.

Anyways thanks for your comment, virtio without openGL is kinda usable-ish. It’s at least better for excel than wine + software rendering. Doubt I will use it to view autocad files but that’s to be expected.

yianiris , in Vanilla OS 2 Orchid Beta is here
@yianiris@kafeneio.social avatar

I like how a system instead of specs is described with marketing terminology, "light, simplicity in mind" and this with ubuntu and systemd under the hood.

Alpine is light with simplicity in mind, anything that contains -buntu in its description is like a 1960s bus

@flipflop97

ashley ,

It’s based on Debian

yianiris ,
@yianiris@kafeneio.social avatar

@ashley ubuntu is, yes, a pseudo distribution with funky installer, fonts, themes, mix of non-free software, appealing to those who just want a cheap system without the will to learn much.

ashley ,

Bruh read before you reply. Vanilla OS is based on Debian, not Ubuntu. It used to be based on Ubuntu. Not anymore.

Also, vanilla os is absolutely light weight compared to what people are used to.

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