linux

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

Lojcs, in What software is best to have in a flatpak on tumbleweed?

The one that causes dependency version conflicts when installed normally

bismuthbob, in I'm addicted to caring for my Linux distro, polishing things, optimising stuff it's so funny! Got some stories like that?
@bismuthbob@sopuli.xyz avatar

About 90% of what I know about ssh, terminal multiplexing, scripting, and diagnostic programs grew from an optimization project.

I had a vague desire to build a one-stop dashboard where I could monitor, update, and control a half-dozen linux computers at once. It was just for fun, but it kept me reading through the manpages for weeks.

Octopus1348,
@Octopus1348@lemy.lol avatar

That would actually be useful for sysadmins. Did you publish it?

bismuthbob, (edited )
@bismuthbob@sopuli.xyz avatar

I didn’t, but only because my solution wasn’t novel or generalized for other people. I made a script to fire up tmux on a ‘primary’ computer with key-based access to my other computers, load up a set of windows and panes, and ssh into each computer. One window would be computers in one section of my home, another window would be computers elsewhere. The only challenge was getting a baseline grasp of the tmux scripting syntax.

I initially set it up to run htop on each computer (dashboard goal, plus easy ability to terminate programs), but the basic setup was flexible. I could set other programs to run by default or and send terminal command updates to each computer from any device that could ssh into the primary computer. Automating updates on a computer-by-computer basis is a better solution, but the setup let me quickly oversee and interactively start multiple system updates at once, from a phone, tablet, or laptop.

wwwgem, in Linux Newbie - Curiosity
@wwwgem@lemmy.ml avatar

Thanks for the update. Have fun!

const_void, in I finally nuked windows

This community has become nothing but these kinds of posts every day. I’m considering unsubscribing because it’s becoming so bad.

vamputer,
@vamputer@infosec.pub avatar

Maybe the mods can restrict it to, like…Windows Wednesday or something.

One day a week, everyone can post about leaving Windows, why Windows sucks, why Windows is gonna fail in 2024, maybe post a picture of their monitor saying “Now Uninstalling Windows,” all the good shit we’ve seen a hundred times by now.

Then, we can all get the hell on with our lives until next week.

haui_lemmy,

Great idea. I hope they make more things like this on lemmy. Megathreads, themed weekdays/days of the month. That was fun on the other place.

IsoSpandy,

I am sorry if my post made you feel bored. But please don’t unsubscribe. What kind of post do you want to see on this platform? I am sure people can reach a common ground my mutual discussion.

Dehydrated, in what's a normie KDE distro?

KDE Neon is pretty nice, it’s probably my favorite KDE-based distro.

You can also check out:

  • Fedora KDE
  • openSUSE
  • Kubuntu
the_postminimalist, in What software is best to have in a flatpak on tumbleweed?

proprietary software that I don’t trust, or programs that aren’t on zypper

bizdelnick, in Linux Newbie - Curiosity

You don’t need to distro hop to try different DEs.

There’s no enough information to understand what Wi-Fi adapter you have and what driver is used. Show us lspci -knn

mateomaui, (edited ) in Linux Newbie - Curiosity

Contrary to what some have said here, it’s not unusual to have to download and manually install the wifi driver for Mint. It’s even mentioned as the one extra step in a cartoon comparing the time it takes to install three different distros. I had to do this for two different laptops.

OmanMkII already provided the link for intel, but here it is again:

www.intel.com/content/www/us/en/…/wireless.html

psvrh, in Linux Newbie - Curiosity
@psvrh@lemmy.ca avatar

Did you use the Debian edition of Mint? Debian doesn’t include a lot of proprietary drivers and/or firmware blobs with its standard edition.

I can’t say that’s the case here, but it’s possible that Mint is either using Debian as a base, or at least following the Debian Free Software Guidelines.

There’s usually a nonfree firmware deb you can use, post installation. If you can complete the install and connect to the internet via the 7480’s Ethernet port, you should be able to get the wifi card working.

MentalEdge, (edited ) in Linux Newbie - Curiosity
@MentalEdge@sopuli.xyz avatar

Hardware related stuff like this typically comes down to the kernel version, or what kernel modules the distro ships. The linux kernel comes with a ton a drivers for different hardware, each of which implement support for hundreds/thousands of pieces of hardware. The wi-fi driver shipped with Mint isn’t new enough to include an implementation for your specific wi-fi hardware.

Mint seems to be on an LTS 5.X kernel, while Pop is shipping newer 6.X kernels (makes sense, as they like to keep up with gaming-related improvements).

As an example, I had to jump to a newer version on Manjaro, when the LTS kernel used by default was just one digit behind the version that was new enough to have support for the PS DualSense5 controller.

Hopping to a newer kernel version can be tricky depending on the distro, but it looks like Mint has a tool for this. You can find it in the Update Manager: View --> Linux Kernels. There you should be able to switch to running a 6.X kernel version.

OmanMkII, (edited ) in Linux Newbie - Curiosity

(Intel)[www.intel.com/content/www/us/en/…/wireless.html) has a list of compatible cards and their drivers which may help, follow the instructions and reboot to run usually.

If it’s an adaptor there’s odds it’s not designed for it, I had issues with a USB mounted adaptor myself.

wwwgem, in Linux Newbie - Curiosity
@wwwgem@lemmy.ml avatar

Drivers is a vocabulary you should almost forgot in Linux ;) Contrary to other OS, Linux will rarely require you to install a driver.

To answer your question, doing a simple online “mint wireless 8275” returned a forum with your exact issue. The reported solution is to “try powering it off, remove the power cord and hold the power button for 30 seconds. Reconnect cord and power up”. As weird as it sounds this may work. It worked for me 10 years ago with a keyboard. It’s easy and quick to try it. Let us know if that helps or not. Too bad you didn’t like Arch because your laptop was fully supported.

MentalEdge, (edited )
@MentalEdge@sopuli.xyz avatar

OP is talking about a laptop.

Unless you are suggesting they find a way to remove the battery, “removing the power cord and turning it on without actually turning it on” isn’t something they can try.

And the fact that WiFi works on another distro suggests this isn’t a weird bug-state that the card needs to be snapped out of with power-cycling tricks.

wwwgem,
@wwwgem@lemmy.ml avatar

OP has solved his issue already but the trick I mentioned could be due to a capacitor issue which can occur anytime and break things that worked before.
I was just trying to help by suggesting an approach that solved the exact same issue on others’ laptop running the same distro. Even though not convenient you can either wait for your battery to run out or disconnect it to try this trick.

SzethFriendOfNimi,
@SzethFriendOfNimi@lemmy.world avatar

That trick screams “residual power in a capacitor that we need to drain to get a proper restart on some component”

I’ve heard of that working with some motherboards where it seemed they were dead and may explain those boards that don’t work but magically do months later when the capacitors had time to completely discard the small trickle of current they still had.

wwwgem,
@wwwgem@lemmy.ml avatar

Exactly.

CapillaryUpgrade, in Silverblue: Run ostree updates at shutdown?
@CapillaryUpgrade@lemmy.sdf.org avatar

I run the built-in automatic rpm-ostree upgrade service every 6 hours.

If you think that’s too inefficient, maybe read the docs for shutdown.target and see if you can use that to run an upgrade service before shutdown?

I’m not too experienced with that part of systemd but it seems like it could be a “proper” way to run things on shutdown?

thayer, (edited )

Thanks, yeah I’ve found a few articles already on running scripts at shutdown…something like this should do it (using Tony Walker’s update script), though I’ve not tested it yet:


<span style="color:#323232;">/etc/systemd/system/silverblue-update-at-shutdown.service:
</span><span style="color:#323232;">
</span><span style="color:#323232;">[Unit]
</span><span style="color:#323232;">Description=Fedora Silverblue Update at Shutdown 
</span><span style="color:#323232;">ConditionPathExists=/run/ostree-booted
</span><span style="color:#323232;">DefaultDependencies=no
</span><span style="color:#323232;">Before=shutdown.target
</span><span style="color:#323232;">
</span><span style="color:#323232;">[Service]
</span><span style="color:#323232;">Type=oneshot
</span><span style="color:#323232;">ExecStart=/usr/local/bin/silverblue-update
</span><span style="color:#323232;">TimeoutStartSec=0
</span><span style="color:#323232;">
</span><span style="color:#323232;">[Install]
</span><span style="color:#323232;">WantedBy=shutdown.target
</span>
wwwgem, in I'm addicted to caring for my Linux distro, polishing things, optimising stuff it's so funny! Got some stories like that?
@wwwgem@lemmy.ml avatar

That’s the beauty of Linux! If you feel adventurous, you always easily find something to tweak/experiment. Since I moved to Linux my mindset and workflow never ceased to evolve. That’s because I’m curious but that couldn’t be possible in any other OS. Only Linux can offer so much options and an exceptional level of granularity so anyone can build his/herown perfect system. We may achieve the same thing but in different ways and we’ll both run Linux.

If you’re more shy you can simply install a set of software under a given distro and you’re done. This is also a Linux option. Right now, I couldn’t find any challenges to keep me busy for more than a day or two until I decided to test a new system (NixOS) in a virtual machine. This is another way to have the kind of fun you mention :)
I love tweaking and improving my system so much that I dedicated my little blog only to that. Sharing is another crucial principles I love in the Linux philosophy.

Octopus1348,
@Octopus1348@lemy.lol avatar

I tried Arch in a VM about when Archinstall came out. And after the first install, I did it again with archinstall | lolcat. The configuration part was a little buggy, but let me tell you; it was worth it.

d3Xt3r, (edited ) in Silverblue: Run ostree updates at shutdown?

I use uBlue and update manually (using a custom alias/script) whenever I get the time, like say during my lunch break or something. Reason being, I actually like watching the update process and seeing what gets updated, watching out for major version number changes or major package upgrades, and if I’m interested I may look up some of their changelogs to find out about their new features etc.

and being forced to reboot

You should be forced to reboot though? And if you don’t want to reboot, can’t you just do an –apply-live? I mean you’d still need to reboot for a kernel update but for the most part, you should be able to use most of your new packages without a reboot. And this holds true even more so if you’re updating Flatpak/container/Nix/pip/cargo/brew packages. And I hope you’re not doing the rookie mistake of actually installing stuff at the ostree layer instead of using Flatpaks/containers/Nix etc.

thayer,

I too like to review changes between images, but I’m just as content to run rpm-ostree status and/or rpm-ostree db diff to see what exactly has changed.

You should be forced to reboot though? And if you don’t want to reboot, can’t you just do an --apply-live?

I’m hoping to eliminate the extra reboot each day that is usually necessary to activate the latest image. I know that a lot of this will depend on exactly when the image drops from the repos (versus when I shutdown a host), which is why I was looking for some general feedback from others who might have done the same thing…I didn’t know if it’d be worthwhile in the long run, but I guess there’s only one way to find out. As for the –apply-live, I use it on occasion but I don’t want to rely on it for system updates (if that’s even possible).

d3Xt3r,

As for the –apply-live, I use it on occasion but I don’t want to rely on it for system updates (if that’s even possible).

As I said before, it does work for system updates, the only exception being the kernel. The –apply-live flag was added for that exact reason, to avoid the need for an unnecessary reboot.

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