I know Clear Linux was Intel’s project but what has AMD to do with it?
It was basically a distro optimized for Intel processors so I think that’s all there is to it
Yeah, I know this meme wasn’t going to be too funny, but I thought to post it anyway. I have a meme stash and now I’m scraping the bottom of the barrel.
The optimizations also helped AMD.
TIL there was a clear linux.
Its approach to the
/etc
dir was great. I haven’t used it but read the documentation. Basically, all software come with default config files in/usr/lib/config
or some directory like that. You create a config file in/etc
only if you want to override some defaults, and if you want to reset all configuration you simply delete all files in/etc
. I think it is a great system. Removes the clutter from among the user created config files and enables one to make anetc-files
repo and keep track of system configuration via git, just like people do with their dot files and user configuration. But other than that, I had no reason to try it.