bzLem0n

joined 1 year ago
[–] [email protected] 6 points 2 months ago (1 children)

I wouldn't bet on that, you'd be wrong.

[–] [email protected] 3 points 4 months ago (9 children)

Snapdragon is an ARM CPU which means if you can find a distro to run on it, it'll likely be an Android custom ROM, whereas Celeron is x86 and should run most Linux distros without issue.

[–] [email protected] 8 points 5 months ago* (last edited 5 months ago) (1 children)

The package is just a systemd unit to run the command python zenstates --c6-disable so if you install the zenstates-git package and get runit to run that command at startup it would be equivalent.

[–] [email protected] 16 points 5 months ago* (last edited 5 months ago) (4 children)

I have a system with a Ryzen 1700 with the same issue and have found the only reliable way to run it is by installing and enabling the disable-c6-systemd package from the AUR. The other fixes provided in the wiki article you linked are correct but aren't sufficient on my system, the CPU keeps reenabling the C6 state on its own and the disable-c6-systemd package works to counter that. The reason it works on Windows is they've disabled the C6 state by default for the CPU.

[–] [email protected] 5 points 6 months ago

Caldera Open Linux 2.(?) back around 98/99, for long enough to download Slackware and Win98SE.

[–] [email protected] 41 points 6 months ago (11 children)

Overhead projectors don't exist anymore, they've been replaced by video projectors mounted overhead.

[–] [email protected] 7 points 7 months ago

Same here. I came for the integrated ZFS support and stayed for the declarative config.

[–] [email protected] 16 points 9 months ago (6 children)

It's even easier to prevent confusion if you use /dev/disk/by-id/ id's, it only took a few times of overwriting the wrong disk to figure that out.

[–] [email protected] 2 points 9 months ago

I did not know I needed to see that before today.

[–] [email protected] 4 points 11 months ago

This IS the answer, everyone else is justifying it after the fact or just making shit up.

[–] [email protected] 0 points 11 months ago

Did you make sure it is a bash script, starting with a shebang, and is executable.

[–] [email protected] 4 points 1 year ago* (last edited 1 year ago) (2 children)

You should put the aliases in /etc/profile or create a file in /etc/profile.d/ for them. Most modern shells will source /etc/profile which in turn sources the files in /etc/profile.d/, so that's the best spot for things like aliases for all users. See the Arch Wiki page Command-line shell, specifically sections 4 and 5.

view more: next ›