UnixLike Hot

gamingonlinux, to linux
@gamingonlinux@mastodon.social avatar
ihsankl,
@ihsankl@mastodon.social avatar

@gamingonlinux looks like hyperlight drifter at first glance

gunstick, to linux
@gunstick@mastodon.opencloud.lu avatar

Really @fedora?
And I can't find a solution. Is there something like apt update for fedora? Or why can't I get wine?

popey,
@popey@mastodon.social avatar

@gunstick @fedora I mean, it's reporting the truth. Those pages don't exist on that mirror. There's a newer Wine 9.0 and 9.1 there.

https://mirror.serverion.com/fedora/updates/38/Everything/x86_64/Packages/w/

fitheach, to linux
@fitheach@mstdn.io avatar

Surely, 2024 must be the Year of Linux on the Desktop, when the supermarket starts selling collectable Tux stickers. ๐Ÿ˜ƒ

#Tux #Linux #FOSS

unspeaker,
@unspeaker@mastodon.social avatar

@fitheach

"Tag yourselves" lol... I'm definitely the one in lower right

fitheach,
@fitheach@mstdn.io avatar

@unspeaker
I have no idea what that penguin is supposed to be. :ablobthinkingeyes:

BertrandCaron, to linux French
@BertrandCaron@digipres.club avatar

Hey colleagues! What distro do you use for handling heritage digital data? (If you can explain why, that's even better!)

linuxtechmore, to linux
@linuxtechmore@linuxrocks.online avatar

If you're not using Linux yet, you're missing out on a world of possibilities!

concretedog, to linux
@concretedog@mastodon.social avatar

I'm interested in hearing about any projects that are targeting ping me if you know of anything. Stuff like this from KDE etc https://eco.kde.org/

vsaw,
@vsaw@mastodon.social avatar

@concretedog @fershad Hmm Most on the Software Sustainability Work I know is focused on the web and cloud. And to be honest the field is still in its early stages: e.g. there is โ€œBlauer Engelโ€ a German certificate for sustainable and environmentally friendly products. They added a category for software last year and hereโ€™s the complete list https://www.blauer-engel.de/de/produktwelt/ressourcen-und-energieeffiziente-softwareprodukte

Partly because nobody knew how to define or measure sustainability for SW

vsaw,
@vsaw@mastodon.social avatar

@concretedog @fershad You sort of see this also in different research groups focusing on SW sustainability. A lot of them are still working on benchmarking and measurement systems e.g. https://s2group.cs.vu.nl/pages/software/

But if you find something let me know. Iโ€™m interested as well :)

lwpembleton, to linux
@lwpembleton@genomic.social avatar

Although some will be fortunate enough to escape the perils of MS and move to we have to accept for the vast majority this is either simply not allowed by their IT departments or not possible due to the heavy reliance and integration with other Microsoft products that arenโ€™t truely available on Linux. Whilst we should embrace an uptake of Linux we should continue to fight for and just common sense in Windows.

fedora, to fedora
@fedora@fosstodon.org avatar

We're excited to hear about the community updates that will be presented at the Fedora 40 Release Party. ๐Ÿ˜ฌ We'll learn about the Mentored Projects initiative, the git forge investigation, EPEL 10, and Week of Diversity!

Register to join the Fedora 40 Release Party, happening this Fri-Sat, May 24-25: https://fedoramagazine.org/registration-open-fedora-40-release-party-on-may-24-25/

#Fedora #EPEL #FWD #Linux #OpenSource

vintprox,
@vintprox@techhub.social avatar

@sashin @fedora They were busy getting actual release done and it's there Nth week already, so I assume it's an after party ๐Ÿ˜

fedora,
@fedora@fosstodon.org avatar

@vintprox @sashin Yes, the actual release takes a lot of the priority, but then other things came up as well that made planning sooner more difficult.

gnulinux, to linux German
@gnulinux@social.anoxinon.de avatar

Daten aus Wetterstation auslesen

Daten aus einer Wetterstation auslesen.

https://gnulinux.ch/daten-aus-wetterstation-auslesen

thelinuxEXP, to linux
@thelinuxEXP@mastodon.social avatar

I'm doing another one of my little surveys, this time to see which parts of using on the desktop are the most problematic, and the various issues people are having.

I'll make a video on these results next week, and depending on the answers, maybe I'll make more videos on specific issues, either to explain these topics, or to see how we could improve.

So, here is the form, feel free to fill it out and share it around, so we have as many answers as possible!

https://nextcloud.thelinuxexp.com/index.php/apps/forms/s/aMfgfisXZopCBQ6LtCHzYzTM

grimmy,
@grimmy@mastodon.social avatar

@thelinuxEXP nice survey but there seems to be a small bias towards gui tools here. Especially with the question about using the terminal to set up the system. Now I know I'm an edge case, but my desktops are like 50% terminals. For example, I use bash as my file manager and don't even have a GUI file manager installed.

At any rate keep up the great work!!

DrunkCollegeKid,
@DrunkCollegeKid@mastodon.social avatar

@thelinuxEXP FYI the form does actually work, it's just slow to load. Pretty clouds though xD

lsdm, to linux French
@lsdm@mamot.fr avatar

Des distrib Linux commencent ร  interdire le code gรฉnรฉrรฉ par lโ€™IA.

ร‡a chauffe du cรดtรฉ des distributions UNIX open source, mes amis. Gentoo et NetBSD viennent de dรฉgainer leur arme anti-IA en bannissant purement et simplement le code gรฉnรฉrรฉ par de lโ€™intelligence artificielle.

Bye bye Copilot, au revoir ChatGPT, votre code IA devient persona non grata chez les irrรฉductibles du libre ! https://lsdm.live/modules/news/article.php?storyid=5095

swelljoe, to linux
@swelljoe@mas.to avatar

I know people love hating on but there are so many things that are great about it. The journal is among the best (and the one that people seem to hate the most for reasons I find hard to relate to). Building a service with good logging is literally free, no code required, STDOUT/STDERR goes to the journal, you're done. Ingesting those logs into something like Loki is also free.

swelljoe,
@swelljoe@mas.to avatar

@grimmy yeah, I mean, I get that. The docs are pretty dense and aimed at people who already understand systemd and the journal, which is a big leap for people new to it. But, the journal does a lot of things much more easily than you can do it with traditional UNIX tools. I can figure out how to find a specific time range in files (assuming the file has timestamps), but I sure prefer the one-liner with the journal (--since and --until) to the several commands needed on a plain text log.

grimmy,
@grimmy@mastodon.social avatar

@swelljoe I've been administrating linux systems for nearly 25 years.. during the systemd transition I saw no simple guides of how to adapt.

However, this is a common problem for all tech, not just systemd, not just open source, literally all tech, and we all need to do better.

rzeta0, to linux
@rzeta0@mastodon.social avatar

what is the most and compatible laptop these days?

i mean hardware utilised optimally

eg, back in the day (1990s-2000s) we'd put up with

  • storage not using UDMA falling back to basic speeds

  • graphics hardware falling back to unaccelerated compatibility modes

  • no network hardware offload

  • suspend to disk but not ram

  • no power mgt (apm vs acpi?) so battery draining fast

  • weird sound drivers (oss/free)

  • cleartype emulation / mimicry

  • no way to update bios/firmware

villares,
@villares@ciberlandia.pt avatar

@rzeta0 maybe https://frame.work/ ? They don't sell it were I live and I wouldn't have enough money, but it seems nice.

kwf, to linux
@kwf@social.afront.org avatar

One of the fun parts of being a mirror operator is that you get to deal with China Mobile using ISO download mirrors to fix their traffic ratios with other ISPs at peering points.

Looks like they've moved to using Slackware now...

ascii158,
@ascii158@sueden.social avatar

@kwf Interesting; I wonder if other relatively closed countries have the same effect. Russia is a big example of that, but e.g., France also has a larger-than usual (I feel) domestic culture consumption.

kwf,
@kwf@social.afront.org avatar

@ascii158 China Mobile and China Telecom are the only ones who have resorted to this tactic.

WanderingInDigitalWorlds, to linux
@WanderingInDigitalWorlds@mstdn.games avatar

Ultimately, when I do purchase a Mac Mini, I have a safety net for being able to experiment with freely. It's easier to experiment when failure doesn't cause any significant issues in one's life. General anxiety is a struggle of mine, so doing sensible things to mitigate the intensity of anxiety helps me take chances I wouldn't risk ordinarily. The PC can become my Linux experiment, I can follow the documentation about Linux to increase my comfort levels with Linux.

mboelen,
@mboelen@mastodon.social avatar

@WanderingInDigitalWorlds
Hmmm, doing almost everything in virtual machines myself. But yes, I can understand you are curious about MacOS. No longer my cup of tea, but I understand its appeal.

WanderingInDigitalWorlds,
@WanderingInDigitalWorlds@mstdn.games avatar

@mboelen Having used Android, Linux for a few years, and Windows even longer; the curiosity of what MacOS has to offer is there. Especially since iOS has piqued my interest despite some unpleasant default behaviors for handling Bluetooth and Wi-Fi toggles (easily fixed by creating shortcuts to mimic Android Toggle behavior).

  • All
  • Subscribed
  • Moderated
  • Favorites
  • โ€ข
  • JUstTest
  • kavyap
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • InstantRegret
  • GTA5RPClips
  • Youngstown
  • everett
  • slotface
  • rosin
  • osvaldo12
  • mdbf
  • ngwrru68w68
  • megavids
  • cubers
  • modclub
  • normalnudes
  • tester
  • khanakhh
  • Durango
  • ethstaker
  • tacticalgear
  • Leos
  • provamag3
  • anitta
  • cisconetworking
  • lostlight
  • All magazines