惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
B
Blog RSS Feed
Microsoft Azure Blog
Microsoft Azure Blog
J
Java Code Geeks
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Google DeepMind News
Google DeepMind News
F
Fortinet All Blogs
V
V2EX
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Engineering at Meta
Engineering at Meta
月光博客
月光博客
阮一峰的网络日志
阮一峰的网络日志
M
MIT News - Artificial intelligence
IT之家
IT之家
博客园 - 【当耐特】
U
Unit 42
云风的 BLOG
云风的 BLOG
L
LangChain Blog
小众软件
小众软件
Microsoft Security Blog
Microsoft Security Blog
B
Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
宝玉的分享
宝玉的分享
N
Netflix TechBlog - Medium

Arch Linux Forums

Avidemux crashes without strace / Applications & Desktop Environments how to apply patches with non-linux linends / Newbie Corner Replicating CachyOS on vanilla Arch (or at least getting close) / Arch Discussion What's arch linux GUI package manager ? / Newbie Corner Hibernation failing due to insufficient memory / System Administration profiledef.sh editting question / Installation trying to script kde plasma wallpaper settings / Programming & Scripting Looking for new Audacious package maintainer / Creating & Modifying Packages issues installing arch with LUKS2 encryption / Newbie Corner QEMU PXE booting does not work with OVMF.4m.fd / Applications & Desktop Environments Wired lan regular disconnect / Newbie Corner Need Help setting up ARCH in my G16 G634JZR iwlwifi started failing consistently, trying to determine root cause Windows randomly jumping between monitors after GNOME 50 update No display via DP or HDMI after boot. / Kernel & Hardware how to change acpi platform_profile? / Newbie Corner Linux denied all kernel modules which not loaded right now Use iPhone as Webcam for Arch Linux Video Output Failure on nvidia-580xx-dkms on TTY --> Desktop switch (Page 2) / Kernel & Hardware I was going to rant ..WINE32 Sabotage compliments of Arvind Krishna / Arch Discussion [SOLVED] LUKS drive auto unlocked by TPM when expected not to / Networking, Server, and Protection Hibernate/suspend from X = dark panel; from TTY = works (ASUS G14, hyb (Page 2) / Laptop Issues Headphone jack noise/buzz / Newbie Corner segmentation fault in cc1plus when building CLK / AUR Issues, Discussion & PKGBUILD Requests Console alternative to meld / GNU/Linux Discussion Problem with paru git clone / Newbie Corner XKB questions / Applications & Desktop Environments gnome-keyring-daemon is not working correctly / Applications & Desktop Environments [SOLVED] Steam opens and immediately closes constantly / Newbie Corner Firefox rounded edges on Sway / Applications & Desktop Environments
Linux chad way of solving problems / GNU/Linux Discussion
invisibleaxe · 2026-06-14 · via Arch Linux Forums

#1 2025-04-18 15:25:37

skyrim
Member
From: <3
Registered: 2025-04-18
Posts: 6

Linux chad way of solving problems

Hi

How do you people approach solving problems specifically on Linux?
Like at first read the docs and if not works then how do you  move forward?

Interested to hear your approach!!

Last edited by skyrim (2025-04-18 15:28:34)

#2 2025-04-18 18:32:09

duaner
Member
From: Oklahoma City
Registered: 2018-10-13
Posts: 39
Website

Re: Linux chad way of solving problems

My checklist usually looks like this.

- web search on the error message (~1/3 success rate [SR])
- web search on the problem (~1/4 SR)
- man page (~1/2 SR)
- if the man page is too long and complicated (ffmpeg, mpv, etc.), run up my local LLM and ask it (~1/4 SR)
- wiki.archlinux.org (~1/3 SR)
- wiki.gentoo.org (though arch wiki often links here) (~1/3 SR)
- look for alternative software -- I've even changed distributions at this point before (~1/5 SR)
- dive into the code or roll my own solution (or just give up if it's not a serious problem) (~1/10 SR)

A web search usually covers the wiki's too, but not always. My lowest success rates are with hardware/uefi errors.

I thought about adding a bullet for throwing a tantrum and cursing at the computer, but I'd have to put that between every other bullet.

#3 2025-04-18 18:49:17

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,939

Re: Linux chad way of solving problems

"not" - I solve them like every other problem.
1. isolate the cause (98% of the task)
2. find a solution or workaround (the remaining 2%)

You solve problems - every! problem - by asking the right questions about it.
You can ask google (better than artificial idiocy) but you still need to figure the right questions first.

#4 2025-04-19 09:07:50

skyrim
Member
From: <3
Registered: 2025-04-18
Posts: 6

Re: Linux chad way of solving problems

seth wrote:

1. isolate the cause (98% of the task)

Can you elaborate on your approach of isolating the cause?

#5 2025-04-19 10:09:06

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 9,003
Website

Re: Linux chad way of solving problems

Have you tried turning it off then back on again?

#6 2025-04-19 12:06:34

tekstryder
Member
Registered: 2013-02-14
Posts: 549

Re: Linux chad way of solving problems

Head_on_a_Stick wrote:

Have you tried turning it off then back on again?

+1

I just recently re-watched the entire series. Still brilliantly hilarious.

OT: what seth said.

#7 2025-04-19 14:46:38

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,638

Re: Linux chad way of solving problems

skyrim wrote:

seth wrote:

1. isolate the cause (98% of the task)

Can you elaborate on your approach of isolating the cause?

Read the output of the program.  Start it from a shell to see this.
Read your journal.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

#8 2025-04-19 20:42:19

ayekat
Member
Registered: 2011-01-17
Posts: 1,632

Re: Linux chad way of solving problems

Make hypotheses, build cases to test your assumption, and if right, you're one step further. If not, you're also one step further.

#10 2025-04-19 22:33:56

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,939

Re: Linux chad way of solving problems

ayekat wrote:

Make hypotheses, build cases to test your assumption, and if right, you're one step further. If not, you're also one step further.

Specifcially start wide and then narrow down on the issue.
Eliminate variables as much as you can and try to establish a working baseline.
Don't create moving targets by changing a random set of variables at once - worse than blurring the relevant parameter (what change actually fixed it) is that you can hide a solution by introducing a second problem.

If you're lucky, you can skip this because the journal is yelling the cause at you - then see #2
The challenge here is to "know" which red line in the journal is the bad one - eg. when you see a backtrace, the evil line is typically neiter the first nor last one (often very generic calls) but one between.

#11 2025-12-04 06:11:29

system72
Member
Registered: 2025-11-22
Posts: 572
Website

Re: Linux chad way of solving problems

backtrack wtf i did that caused the issue im in if caused by a lack of reading then one more look at the wiki, or if not caused by me then read journal and investigate

#12 2025-12-04 10:12:21

ReDress
Member
From: Nairobi
Registered: 2024-11-30
Posts: 328

Re: Linux chad way of solving problems

skyrim wrote:

seth wrote:

1. isolate the cause (98% of the task)

Can you elaborate on your approach of isolating the cause?

Basically you have to be an expert ;-). Figuring things out by yourself itself is not very hard, but usually there's always one problem. Time is constrained, always.

Can you afford to sit on the same issue for months? Sure, you.will certainly figure it out. Will you not go to work because you have a few hobbyist issues for solve on your PC? Uhmm... probably not.

This is where it gets difficult for me, and tools and tech like Google and ChatGPT seem to come in handy, even though I actually rarely use them they do help a lot at times... I did use to use them a lot when I tried to get my foot out the door

#13 2026-01-11 17:56:57

comradegodzilla
Member
Registered: 2026-01-10
Posts: 1

Re: Linux chad way of solving problems

Trace what I've done
Arch Wiki
DuckDuckGo
LLM if really necessary

I don't know if its the right approach, but avoiding problems has come down to really debating if I need a "feature" I'm looking at or if I'm just creating a project that wont add to my computer experience.


Simplicity is the ultimate sophistication

#14 2026-01-15 17:33:38

ReDress
Member
From: Nairobi
Registered: 2024-11-30
Posts: 328

Re: Linux chad way of solving problems

Being minimalist has helped me a lot with avoiding problems with my PC.

But, then, my PC is just so incredibly boring that I have to entertain myself via other means ;-(

#15 2026-04-24 19:21:01

Magrid
Member
From: Italy
Registered: 2025-06-10
Posts: 16
Website

Re: Linux chad way of solving problems

I usually:

1. Search it on google (or whatever search engine you like)
2. If google doesn't help, search it specifically on reddit, other people probably had that specific problem in the past
3. Try to wrap my head around it for a bit, looking at documentation, wiki, FAQ, etc...
4. Ask on forum or reddit or irc describing in the detail what is the problem, what I already tried, and in general as much details as possible
5. Profit?


Feel free to send me an email if you need anything!

#16 Today 20:44:17

invisibleaxeman
Member
Registered: 2026-02-03
Posts: 1

Re: Linux chad way of solving problems

duaner wrote:

My checklist usually looks like this.

- web search on the error message (~1/3 success rate [SR])
- web search on the problem (~1/4 SR)
- man page (~1/2 SR)
- if the man page is too long and complicated (ffmpeg, mpv, etc.), run up my local LLM and ask it (~1/4 SR)
- wiki.archlinux.org (~1/3 SR)
- wiki.gentoo.org (though arch wiki often links here) (~1/3 SR)
- look for alternative software -- I've even changed distributions at this point before (~1/5 SR)
- dive into the code or roll my own solution (or just give up if it's not a serious problem) (~1/10 SR)

A web search usually covers the wiki's too, but not always. My lowest success rates are with hardware/uefi errors.

I thought about adding a bullet for throwing a tantrum and cursing at the computer, but I'd have to put that between every other bullet.

Absolutely love that you'll change your distribution *before* giving up if it's not a serious problem.  That is true Linux chad!

As to my way, I switched to Linux in February and chose Arch.  It has been generally brilliant and smooth, but there have been a few issues.  I kind of do the reverse of others.  I just dump the relevant error parts of the journal straight into a LLM, which sometimes gives me a more or less effective answer immediately, or gives me enough to solve it myself, but if not gives me search terms to then find a person who has solved the problem.  Not keen on AI in general but it is pretty useful for troubleshooting.

Last edited by invisibleaxeman (Today 20:50:57)