linux

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

bjoern_tantau, in Any experience with teaching kids Linux?
@bjoern_tantau@swg-empire.de avatar

My kids have always been using Linux because that’s what I use on my gaming PC. When it was time for my eldest to get his own computer I tried to educate him on the differences between Linux and Windows (admittedly with my bias) and he chose Linux. I feel like wobbly windows played a big part in that.

He moans about some unsupported multiplayer games now and then and I have told him that we have a spare SSD he may use to install Windows. But so far his suffering wasn’t big enough to help me step him through that process.

dinckelman, in Fedora Kinoite Nightly available with Plasma 6 to test!

I got a stick with Neon unstable on it, and so far the experience is pretty damn good. Haven’t tried anything gaming related, but the shell itself is functioning really well. The only thing that’s straight up not working is Discover, but when did it, really

Pantherina,

Its always changing. When I rebooted the VM into the nightly kinoite image it was completely messed up graphically. Lets see. Its alpha alpha

andruid, in Anyone want to try this "nyancat" docker image? It's pretty big -- 23kIB. :^)

Neat! What proccess did you follow for building distroless? I was using buildah, mounting dir, yum installing into the mount, and exporting that container off.

GustavoM,
@GustavoM@lemmy.world avatar

Eh…the usual “FROM: alpine:edge”, pull everything in with git, change the code as needed, static compiling everything, strip dead code out of the binary, send the binary in a scratch image and then assigning a non-root user to it.

Railison, in kando: 🥧 The Cross-Platform Pie Menu.

Getting Sims 1.0 nostalgia

oscardejarjayes, in LACT: Linux AMDGPU Controller for overclocking and fan curve control

CoreCTRL, but written in Rust? Based. I’ll try it out when I have the time.

jvrava9, in How to increase max memory speed in CoreCTRL
@jvrava9@lemmy.dbzer0.com avatar

I overclocked my RX580 recently. Here is how to do it in CoreCTRL.

gitlab.com/corectrl/corectrl/-/wikis/Setup

Currently, to have full control of your AMD GPU while using the amdgpu driver, you need to append the boot parameter amdgpu.ppfeaturemask=0xffffffff to your bootloader configuration and reboot. NOTE: The following instructions are for guidance only. Check your distribution documentation on how to add boot parameters.

GRUB bootloader Edit the file /etc/default/grub as root and append amdgpu.ppfeaturemask=0xffffffff to GRUB_CMDLINE_LINUX_DEFAULT:

GRUB_CMDLINE_LINUX_DEFAULT=“… amdgpu.ppfeaturemask=0xffffffff”

NOTE: In the above example, … represent other existing parameters. Do not add … to your GRUB_CMDLINE_LINUX_DEFAULT. You should only add amdgpu.ppfeaturemask=0xffffffff. Then regenerate the bootloader configuration file with the command:

sudo grub-mkconfig -o /boot/grub/grub.cfg

Reboot your system. You should have more controls when you select Advanced as Performance mode where you can tweak the mhz and voltage easily.

Ljubi,

I did this and i can tweak the voltage and stuff. Just max memory is wrong. On amd adrenalin i was running vram 2124mhz and here only 1075mhz. And how does the voltage work in CoreCTRL i only know how to do it in amd app in mv but i dont know what -30 is.

neurospice,

For the 6000 series amd gpus corectrl can only offset the voltage and not control each voltage step like adrenalin can. The -30 would probably be a 30mV reduction to the gpu voltage, but it should tell you exactly what you’re doing.

jvrava9,
@jvrava9@lemmy.dbzer0.com avatar

In CoreCTRL, you tweak the voltage for each state. -30 in your case would reduce the voltage by 30 mv in every state which is not ideal. Just deduct 30 mv in each state in CoreCTRL.

Hildegarde, in how can I change Ubuntu to have default settings (everything, apps, icon size, color, etc) without losing any other software or files??

Nearly all settings are stored in .config in your home directory. It’s a hidden directory so you may need to find that option in your file browser.

Rename .config to something else, .config_old for example, then reboot. The system will notice the lack of config files and generate new default ones.

Some settings are stored elsewhere like .local/share but this should reset most of the settings while still allowing you to restore the old configurations if needed.

01adrianrdgz,
@01adrianrdgz@lemmy.world avatar

that worked :3 thank you very much, I will not touch anything now. (Except installing new apps)

TerkErJerbs, in LACT: Linux AMDGPU Controller for overclocking and fan curve control

Dope, thank you for posting. Been using ‘Core CTRL’ for quite awhile but Imma give this a rip. For some reason the former tool never could control the fan curve for my GPU (all the other fans in the box worked fine with it) so this might be profit.

bizdelnick, (edited ) in how can I change Ubuntu to have default settings (everything, apps, icon size, color, etc) without losing any other software or files??

mv ~/.config{,.bk}

Better do this from console, when graphical session is not started. But this will only drop your user settings, not system-wide.

solariplex, in Fedora Kinoite Nightly available with Plasma 6 to test!

Niceeeee! I’ve tested a few KF6 apps in a rawhide+nightly copr distrobox on Kinoite, and they’re quick

conductor,

What are the big changes from KDE 5 -> 6?

solariplex,

Definitely the transition from QT5 to QT6. It Looks identical, but has better wayland support and performance.

There are also a few new and hot features which I can’t recount at the moment (it’s 4:30 in the morning), but the pointieststick blog should have the droids you’re searching for

FishFace, in GIMP 3.0 finally has a release schedule

I remember looking into the situation with non-destructive editing about… 20 years ago. I wonder how long it’s been a desired feature!

yote_zip, in Arch on semi-critical pc? (Also EndeavourOS vs raw Arch?)
@yote_zip@pawb.social avatar

Arch should be fine for university stuff. The main problem with Arch is not Arch itself, but all the software it tracks being very fresh. You’ll be pulling updates as they come down the line, and that may result in temporary bugs or day-to-day workflow changes - caused by the software developers themselves. I don’t think an Arch system is unusually unstable or prone to breaking, but last year they did brick everyone’s GRUB loaders by pushing an update too early (post-mortem here). It’s up to you, but if you want to err on the side of system/software stability I would go for Mint/OpenSUSE Tumbleweed/Debian.

I don’t have any practical experience with EndeavourOS but TMK it’s just preconfigured Arch and it uses the default repos, so that sounds good to me. Vanilla Arch is not inherently better or worse, it’s just a more minimal starting point.

lemmyvore, in Arch on semi-critical pc? (Also EndeavourOS vs raw Arch?)

Any distro is “stable” if you know how to use it.

Sounds like you’re in a good place with Endeavour, why not stick to it?

GustavoM,
@GustavoM@lemmy.world avatar

Any distro is “stable” if you know how to use it.

A-bleeping-men. All GNU/Linux distros are equally good.

rotopenguin,
@rotopenguin@infosec.pub avatar

They are all good, but Hanna Montana Linux is great.

canis_majoris, in Arch on semi-critical pc? (Also EndeavourOS vs raw Arch?)
@canis_majoris@lemmy.ca avatar

Laptop is fine as a tinkering device, but if you have something critical it’s best not to trust a rolling release. I would recommend Fedora Silverblue or something else immutable that automatically updates and does not have a lot of incompatibility issues.

Arch is not something to be relying on consistently. You can make it stable, but then one day you will do a yay -Syu and all of a sudden your critical machine is offline pending troubleshooting that is not required with more stable distros.

EOS is the best out of the box Arch experience I’ve had, it makes it a lot more user friendly than just the base, and it can be customized just as much as the base. When I was running Arch I was running EOS and it was good for what I needed, although I have had it basically brick itself with an update. I am currently running Fedora Silverblue on my laptop and it’s been very stable.

Astaroth, (edited )

yay -Syu

you don’t use yay do you

Edit: typing yay without any other argument defaults to yay -Syu so there’s no reason to type it out

canis_majoris,
@canis_majoris@lemmy.ca avatar

I guess I didn’t know yay by itself as a command was an alias for pacman -Syu, guess I’ve just always been redundantly using -Syu.

tkn, (edited ) in GIMP 3.0 finally has a release schedule
@tkn@startrek.website avatar

I don’t need any of the advanced tools, I just want a cleaner interface for the tools that already exist. The only thing I’m able to do is make header pics for my posts. The 2.x UI is really, really old now. The time for a refresh was a few years back, but I do understand the limitations of a small team. Like others have said, I’ll likely run both and migrate to 3.x when it’s stable. Though, I do like the idea of non-destructive editing :)

Aatube,
@Aatube@kbin.social avatar

Part of the focus is an updated interface.

warmaster,

Krita has been adding photo manipulation tools faster than GIMP is fixing their UX/UI, so at this point I think Krita will be the first to become the most viable FOSS alternative to Photoshop.

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