this post was submitted on 05 Jun 2025
61 points (94.2% liked)

Linux

55762 readers
864 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

So I have been getting green screen of death on this new computer build of mine. This new computer is the first time I have run linux as I am NOT paying Microsoft any more of my money. The green screens started happening immediately I had originally thought it was due to old drivers at first but I updated every last thing I could find and it is still happening. AI told me that it could be a corrupted file system and suggested a command but it did not seem to do anything and I do not know why. Please help with this and any other suggestions on why I may be greenscreening. It is very intermittent, if I am online for 17 hours it will happen once or twice. Anyway, here is the command the AI gave me and its results...

fsck / btrfs --check --repair fsck from util-linux 2.40.4 If you wish to check the consistency of a BTRFS filesystem or repair a damaged filesystem, see btrfs(8) subcommand 'check'.

Probably a super newb question but I am a super newb here in Linux lol

X870 RX9070 XT Ryzen 9800X3D

Thanks in advance

you are viewing a single comment's thread
view the rest of the comments
[–] wuphysics87@lemmy.ml -4 points 3 weeks ago (7 children)

If ai gives you something to try it's better than nothing. But I was going to suggest another distro if someone else hadn't. Thanks ai...

[–] Xuntari@programming.dev 13 points 3 weeks ago (6 children)

Doing nothing is way better than running random commands suggested by AI, or anyone for that matter, if you don't know what it does. I've seen AI suggest to run rm -rf ~/, which is obviously never a good idea.

[–] Necroscope0@lemm.ee 7 points 3 weeks ago (4 children)

What would that command do? Not obvious to this newb. Format everything?

[–] Xuntari@programming.dev 5 points 3 weeks ago

Yeah, sorry for assuming it's obvious. Maybe I've been around Linux people too much xD

AngryCommieKender is mostly right. It would delete every file and directory in your home directory, which is the Linux equivalent of the Users/ folder on Windows. It's where all of your Documents, Pictures, Downloads, config files, and the likes are stored.

I'm not sure it's a protected action, since it's not the actual root of the computer. But, I've never tried, so I don't know :P

load more comments (3 replies)
load more comments (4 replies)
load more comments (4 replies)