linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

drwho, in Using Asciiquarium for Aquarium in Linux Terminal

I’ve been trying to rewrite asciiquarium in Python off and on for a while. As it turns out, I suck at ASCII graphics just as much as high res.

Dwalin, in What distro for a MacBook pro late 2013 15'

~~I have a 2013 MacBook running Ubuntu. I would recommend Kubuntu because idk which wifi chip your MacBook has but it probably won’t play nice with Linux (which is apple drivers fault). And there is a great guide on how to fix it for Ubuntu

GUIDE~~

digitalturtle,

Actually Broadcoms fault not Apple. Pretty much every Ubuntu flavor I have used has the driver on the ISO and installs without issue.

Dwalin,

True, it’s Broadcom’s fault. From which ISO? I only have one Mac so I’ve only been able to install there. It worked out of the box but it always randomly froze after two hours of use until I found it was the Broadcom Wifi

heygooberman, in What distro for a MacBook pro late 2013 15'
@heygooberman@lemmy.today avatar

I think Pop OS might work on that model, and if it does, I would highly recommend it, as the DE is very similar to macOS. If I recall correctly, that distro also has multitouch trackpad functions that behave similar to those on the MacBook.

baseless_discourse,

Even on x11? I am assuming they dont support one-to-one gesture on x11, right?

ultra, in GNOME is (Gradually!) Dropping X11

That channel seems really cool

theshatterstone54,

Yup. Nicco is a Plasma contributor, and probably on the KDE team (correct me if I’m wrong)

palordrolap, in Ash Vs Bash

ash (and its successor dash found on other distros) is a POSIX-y shell rather than a sh clone, so it has all(? most?) of the POSIX feature set, whose syntax may indeed have been 'borrowed' from shells that came later than sh.

Not sure if there's a "parent" from which both ash and bash inherit the syntax or whether bash is the true source, but that doesn't really matter here.

All that said, it's worth checking to see if your system has a command on the PATH called [[. That has been one way that [[ support can be added to a system when the shell itself might not support it. Note that command names don't have to be alphanumeric like functions tend to be in a programming language (or other languages if you consider that the shell can be used for programming too), so [[ is perfectly valid!

danielquinn,
@danielquinn@lemmy.ca avatar

Yup, that looks like exactly what was done in Alpine:


<span style="color:#323232;">$ docker run --rm -it alpine ls -l /usr/bin/[[
</span><span style="color:#323232;">lrwxrwxrwx    1 root     root            12 Sep 28 11:18 /usr/bin/[[ -> /bin/busybox
</span>

So while the Ash itself doesn’t support the [[ extension, this work-around produces the same effect. Nifty.

jntesteves,
@jntesteves@lemmy.world avatar

Although that link exists, that’s not what is being used by default. [[ is a shell builtin in ash/busybox, so that takes precedence.

On Alpine:


<span style="color:#323232;">❯ which [[
</span><span style="color:#323232;">/usr/bin/[[
</span><span style="color:#323232;">
</span><span style="color:#323232;">❯ command -V [[
</span><span style="color:#323232;">[[ is a shell builtin
</span>
danielquinn,
@danielquinn@lemmy.ca avatar

Huh. So the link is unnecessary and Ash supports [[ out of the box? Good to know, thanks!

penquin, in A Nautilus Sucks Donkeyballs Linux Rant

I honestly can never imagine Linux without KDE plasma. It has its flaws for sure, but at least I can modify the shit out of it to force it to meet my needs 100%.

zwekihoyy,

I’ve had the best experience using xfce.

penquin,

I would use it if it supported 4k better. Every time I set the resolution to 4k and the scaling to 2x, the whole UI gets jacked up and something can’t be clicked anymore. Window bars stay really small. The panel gets all messed up. That’s basically on every single distribution I’ve tried with xfce

CrabAndBroom,

Yeah every once in a while I see a screenshot of GNOME that looks really nice and get tempted to try it again, and usually within a day or two I’m back to KDE lol.

No shade to people who like to use GNOME, but it’s really not for me.

penquin,

Absolutely. Gnome is becoming gorgeous, but its workflow is not for me. Also, all the missing things that I have to add extensions for is just not ideal. I just re-create the gnome theme in kde when I miss gnome. or just install it in a VM and enjoy for for a little while. Otherwise, kde has always been where I belong.

poinck, in What has been your experience with Flatpak?

I have made very good experience with Steam installed from flatpak. Only my loved browser “qutebrowser” seems to be abandoned in the flathub-repo. It takes so much time to compile it on Gentoo, so flatpak is a very good fallback for programs with painful compile times.

possiblylinux127, in My few remaining gripes with linux

I don’t think you can adjust scroll speed on Gnome without Gconfig

HovringSquidworld97A, in Plasma Bigscreen

I believe you can install it on anything that supports KDE. PostmarketOS has it as an environment option. I’ve not tried it yet either, but I’m interested in a Linux TV Box alternative as well.

friedbun,
@friedbun@lemmy.ml avatar

I mean, Kodi (formerly XBMC) has existed for aeons now…

Feyter, in Fedora or Mint for noob?

In general I would recommend any Debian derivate for beginners that just don’t care about how their computer is operating. So if this is really just a question regarding eight Fedora or Linux Mint then I would say Linux Mint because it’s a Debian derivative.

That’s simply because chances are high stat you will at least find a Deb package for any proprietary software you might want to use. Making it “easier” for the user.

If you install the system for your friend you’re free to change the Desctop environment to everything you want.

woelkchen,
@woelkchen@lemmy.world avatar

That’s simply because chances are high stat you will at least find a Deb package for any proprietary software you might want to use. Making it “easier” for the user.

Fedora ships unfiltered Flathub outof the box since quite some time. If easy access to proprietary software is a deciding factor, Fedora is among the easiest options.

entropicdrift,
@entropicdrift@lemmy.sdf.org avatar

Okay, but Mint has Flathub and the deb ecosystem.

It’s just straight-up better supported

woelkchen,
@woelkchen@lemmy.world avatar

Mint has Flathub and the deb ecosystem.

Random debs don’t magically work on all Debian derivatives. Simply getting debs from somewhere is just asking for problems.

entropicdrift,
@entropicdrift@lemmy.sdf.org avatar

Anything that runs on Debian Bookworm works on LMDE 6, anything that works on the latest Ubuntu LTS works on the latest regular Mint

woelkchen,
@woelkchen@lemmy.world avatar

anything that works on the latest Ubuntu LTS works on the latest regular Mint

Addon repositories can cause incompatibilities. Random individually downloaded deb package here, some random PPA there, spice it up with the Mint add-on repo to Ubuntu, and you can end up with a broken system (let’s say I learned the hard way a good amount of years ago only to combine a few handpicked repos).

Feyter,

Ok so I guess it really just comes down to personal preferences at this point.

0x4E4F, in [SOLVED] Can't access drive on linux/windows dual boot

Try Shift + Shutdown in Windows, then boot in Linux, see if the problem is solved.

Jorgelino,

That worked! Thanks.

But like, i’m pretty sure i turned off fast boot, not sure why windows was still doing this hybrid shutdown bs.

possiblylinux127,

Because Windows. Maybe try using winbtrfs? Its alpha quality but it seems to work for some people. (You will need to format the drive as btrfs)

0x4E4F,

You could actually install Windows on btrfs with that driver 🤨? Never tried it… but would be willing to try, since I’m sick and tired of Windows store corruption 😒.

possiblylinux127,

I have a feeling it would be very unstable and prone to corruption. However you could try it in a VM just for funzies

0x4E4F,

Yep, first a test run 👍.

0x4E4F,

Maybe and updated turned it back on 🤷.

Look into this, I use it on all Windows installs.

www.sordum.org/9470/windows-update-blocker-v1-8/

hottari, in What has been your experience with Flatpak?

Great. I like being able to deny apps permission to my home folder with a simple flick via Flatseal. Only issue I have with it is the slow update times, flathub seriously need to get more mirrors.

Lydia_K, in What has been your experience with Flatpak?

I really like AppImage, but so far my experiences with flatpak have all been pretty terrible.

ShittyBeatlesFCPres, in What has been your experience with Flatpak?

I prefer them. There’s trade-offs (like disk usage and occasional theme issues) but it’s worth it to me for the sandboxing and ability to easily run a newer version of an application than your distro has packaged up in their repos. It’s better for developers since they don’t have to support deb, rpm, etc. etc. And long term, it’ll allow immutable systems to become the default and that’ll be good for security and stability.

Between Snap, Flatpak, and AppImage, I default to Flatpak. It seems like the best supported even if they all have their strengths and weaknesses. AppImage is great for old versions of software you don’t want updated/integrated into menus. Snaps are basically the same and I happily use them if there’s no Flatpak but it’s so tied to Ubuntu/Canonical that some people have opinions about using it. I don’t know of any developer stubbornly refusing to support Flatpak on ideological grounds.

Adalast, in Gamedev and linux

A. If you haven’t played ΔV, do it. One of the most amazing games out there imho. So good in fact that I just went to find a Δ on the internet so I could use it and not disrespect the dev and the game. B. He is such an amazing dude. I don’t know him personally, but I do know that when Ukraine was invaded he made the game free for months on Steam so people in Ukraine could get it and have something too distract themselves from the conflict. A+ move in my book right there. I had already bought the game at that point, but I wish I could buy it again just to support him further. C. Reading this almost makes me think it would be a good tactical move to offer early access games at a steep discount on Linux if it has this great of an effect. Pay back the “free” QA kindness of the community.

Makussu,

You know what? I will buy it again for you right now!

lambda,
@lambda@programming.dev avatar

Imagine saying all that and not linking it 😏

I got you fam. store.steampowered.com/app/…/V_Rings_of_Saturn/

Adalast,

Lol, thanks. It was late.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #