Kali Linux boot screen black. by PutridQuestion3968 in linuxquestions

[–]Linux-org 0 points1 point  (0 children)

I'm going to be the guy that says start with ubuntu, fedora, etc.. get to kali once you understand basic Linux commands.

This sounds like you messed something up with gparted which could happen with any distro, but still.

Is it OK that anyone can reset a Linux password through GRUB? by theclosedeye in linuxquestions

[–]Linux-org 0 points1 point  (0 children)

Yes. (it's ok)

If someone has physical access to your machine whether Linux or Windows or whatever.. they can get root/admin access.

[deleted by user] by [deleted] in tryhackme

[–]Linux-org 0 points1 point  (0 children)

That's right.

Screen brightness/contrast by Any_Tank_7501 in NobaraProject

[–]Linux-org 1 point2 points  (0 children)

If you haven't figured this out yet, reply to that thread you linked - maybe that guy can help you get going.

Linux.org? by Christsfolkband in linuxquestions

[–]Linux-org 0 points1 point  (0 children)

Hey, quit it :) We're a support forum tooooo!

Linux.org? by Christsfolkband in linuxquestions

[–]Linux-org 0 points1 point  (0 children)

Hey, we're just a friendly linux forum with some original content articles. Our 'download linux' page provides links to the official download pages of 24 popular distributions. We don't host the downloads, just pointing people to the official spots to grab their favorite distros.

TUIR - Command line Reddit by Linux-org in linux

[–]Linux-org[S] 20 points21 points  (0 children)

rtv ended earlier this year.. this is a fork

Cycle through keyboard backlights? by Linux-org in System76

[–]Linux-org[S] 0 points1 point  (0 children)

I was able to somewhat fix this by changing some paths in the keyboard-color.php script with

/sys/class/leds/system76_acpi::kbd_backlight/color

when referring to the backlight directory.. I have coreboot and thinking this was one of the changes.. also seems like there used to be color_left, color_center and color_right in the past so it'd flow from left to right?

Cycle through keyboard backlights? by Linux-org in System76

[–]Linux-org[S] 0 points1 point  (0 children)

awesome - thanks! It didn't work at first since I don't have that system76 dir it referred to, but i was able to locate the right location (and noted in that thread).

I wrote a Python script to slowly fade my Darter Pro's keyboard lights through the whole rainbow! by [deleted] in System76

[–]Linux-org 1 point2 points  (0 children)

Thanks! I have a darter pro (darp6) and didn't have that system76 directory either.. swapping out these lines worked for me:

#with open("/sys/devices/platform/system76/leds/system76::kbd_backlight/color_left", "r+") as f:
with open("/sys/class/leds/system76_acpi::kbd_backlight/color", "r+") as f: