What software have you found particularly frustrating or difficult to configure on Linux?
drosophila ( @drosophila@lemmy.blahaj.zone ) 17•6 months agoFortunately I haven’t had to open it in a very long time.
allywilson ( @allywilson@lemmy.ml ) 4•6 months agoSimilar here. I used to have 2 screens that if they turned off for powersaving only 1 of them would wake up. So I had a script on the desktop to do a reset and move them correctly.
#!/bin/bash xrandr --output HDMI2 --off xrandr --output HDMI2 --auto --same-as HDMI1 xrandr --output HDMI1 --right-of HDMI2 exit
DigitalDilemma ( @digdilem@lemmy.ml ) English4•6 months agoWhy did we have to learn what modelines were to get a picture on screen?
Wojwo ( @Wojwo@lemmy.ml ) 10•6 months agoXserver… Somehow trying to find the magic string of letters and numbers that made your screen work.
WFH ( @wfh@lemm.ee ) English9•6 months agoInstalling Fedora. I had almost nothing to configure, it worked out of the box. How frustrating! I had the whole day planned and now what? Enjoy my free time like a pleb !?!
(/s just in case anyone was wondering)
TwistedTurtle ( @TwistedTurtle@monero.town ) 8•6 months agoSetting up a matrix server was a god damn nightmare for me. I eventually got it working but I hit pretty much every conceivable obstacle along the way. Getting the config file just right, the networking, the federation, the coturn server, getting end users to understand they need to backup their keys…
I’m sure it’d be easier for a Linux pro but I was in way over my head. Only got it working through stubbornness and help from the community.
Possibly linux ( @possiblylinux127@lemmy.zip ) English5•6 months agoMatrix is pain…
With the more recent updates it is a lot more stable
flashgnash ( @flashgnash@lemm.ee ) 8•6 months agoSuspend with an Nvidia gpu
delirious_owl ( @delirious_owl@discuss.online ) 7•6 months agoIsn’t it always postfix? Not because of the software, but because of other clients and other servers.
nanook ( @nanook@friendica.eskimo.com ) 1•6 months ago@delirious_owl @gwilikers I’ve been trying to setup a store and forward server with postfix and not having a lot of luck.
beeng ( @beeng@discuss.tchncs.de ) 6•6 months agoI still cannot connect to captive portals for public WiFis, eg on train or hotel and I have no idea where the config comes from.
DNS? Resolve.conf? Systemd network manager? WTF?
(Probably for the best though, so I use my phone 5G and not these suss open networks )
sntx ( @sntx@lemm.ee ) 2•6 months agoIf you connect to the network and open firefox, it will display a toast to open the corresponding captive portals page. You can then login through that. Given that your VPN isn’t blocking unencrypted connections etc.
Extrapolation of partial knowledge warning
I assume the network advertises a captive portals url and identifies you based on your MAC address.
The config is server-side (router).
beeng ( @beeng@discuss.tchncs.de ) 1•6 months agoI get “limited connection” I think when I try connect or “no internet”.
I don’t make it to load the portal page…
so maybe I’m not recieving at IP from the network?
PancakeBrock ( @PancakeBrock@lemmy.zip ) English1•6 months agoI do construction work and travel every week. I’ve had this problem pop up in the last month when I connect to the hotel wifi. I just open Firefox and type in the default gateway IP and then it takes me to the login page. For whatever reason it stopped opening the page for me.
astrsk ( @astrsk@fedia.io ) 6•6 months agoDo VLANs with multiple wireless and wired clients using OPNSense and OpenWRT dummy APs count? Still haven’t quite figured it out.
Krait ( @Krait@discuss.tchncs.de ) 3•6 months agoMe neither lol
luciferofastora ( @luciferofastora@lemmy.zip ) 5•6 months agoI’ve had to grapple with pipewire. My old pulseaudio config didn’t seem to work and I wanted to migrate to the pw config file format anyway, but I found the pw docs to be highly opaque. You get a thousand solutions for commands online, or tools you can do it visually in, but to apply that config you need to start the tool…
I’m a noob, granted, but there seemed to be a lot of assumed common knowledge that I just don’t have. And if I don’t even know what I’m missing, it’s hard to google for it.
rekabis ( @rekabis@lemmy.ca ) 5•6 months agoI still don’t properly grok Selinux at a fundamental and instinctual level. I understand the need for it, and I work with it to the best of my ability, but I wish there was a resource that could explain it from several different positions.
Irony: my main Linux workstation is OpenSuse
IceFoxX ( @IceFoxX@lemm.ee ) 4•6 months agoSelinux on arch linux
rotopenguin ( @rotopenguin@infosec.pub ) English3•6 months agoI thought this was pretty solid talk on SElinux https://www.youtube.com/watch?v=_WOKRaM-HI4
nanook ( @nanook@friendica.eskimo.com ) 1•6 months ago@rotopenguin @IceFoxX SELinux comes pre-installed on all Redhat derived systems and is an option in all Debian based systems, though I prefer AppArmor, it is just easier to configure and breaks fewer things.
Karna ( @KarnaSubarna@lemmy.ml ) 4•6 months ago-
Setting up Nvidia runtime for rootless Docker containers in Linux.
-
Resolving port :53 conflict between AdGuardHome (rootless) docker container and Systemd-Resolved.
-
exu ( @exu@feditown.com ) English4•6 months agoJust recently XDG Portals to get video sharing working. It just kept using the GTK fallbacks instead of KDE as I configured it, but it used the correct ones when starting from the terminal.
Eventually I figured out I had set an env override for
XDG_CURRENT_DESKTOP="sway"
in my user systemd environment, because that’s what I used previously. Christian ( @christian@lemmy.ml ) English4•6 months agoI’ve been on arch for years, but have recently started pc gaming. Lutris has been surprisingly easy to get working. I have a nintendo switch already and decided I want to try to use the joycons for the computer, don’t want to buy gamepads but it gives and alternative to keyboard and mouse. Getting them consistently recognized by bluetooth has been a massive pain, but after searching I’ve figured out a package that I can install that fixes the issues. In fact, I couldn’t find anyone who found a solution to this issue without installing this specific package.
That package is pulseaudio-bluetooth, even though the nintendo joycons do not have an audio jack or capability to receive audio. I’ve had my audio set up and configured with alsa, and alsa does everything (relating to audio) that I need it to, but pulseaudio-bluetooth requires me to install pulseaudio (duh) and will not work unless I enable the pulseaudio service, which fucks up my alsa config. I’ve spent a while dicking around trying to get pulseaudio to pretend it doesn’t exist except for connecting joycons, but there’s always some nuisance popping up. I also tried using a different usb bluetooth controller and plugging them into different usb ports. Given up for the moment and will probably just buy another gamepad and hope it works better without needing pulseaudio-bluetooth.
In all honesty I still don’t really know what the hell I’m doing on arch, I originally installed it to learn this stuff better but all I’ve really learned is how to read documentation well enough to get things working by trial-and-error. I’ve had a stable system for like ten years now though and I’m too comfortable with it to warrant switching to a friendlier distro, but this specific issue is a pain in the ass.
socialpankakemix ( @socialpankakemix@lemmy.blahaj.zone ) 4•6 months agohyprland but I’m a noob