this post was submitted on 14 May 2024
1099 points (97.9% liked)
linuxmemes
20880 readers
6 users here now
I use Arch btw
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules
- Follow the site-wide rules and code of conduct
- Be civil
- Post Linux-related content
- No recent reposts
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What if I told you you can create and set a registry entry with a single line of powershell
What if I told you I'd rather bash my skull in than use powershell.
That's ok too. If you're not comfortable in the cli you can switch to a more gui focused windows distro. Most of the same functionality is there.
Now that's just uncalled for.
I’ve moved to WinPE for its immutability.
Powershells great tho
You can run a batch file too with your skull, although I do not recommend.
You can install gentoo with a single line of bash
What if I told you you can make a backup of a config file and edit a single line in a conf file, all with a single line of bash?
sudo cp config.conf config.conf.bak.$(date +"%Y%m%d%H%M%S") && sed -i 's/^\(CONFIG_NAME\s*=\s*\).*/\1new_value/' config.conf
Imagine not having all your system settings in plain text files 😬