This profile is from a federated server and may be incomplete. Browse more on the original instance.
Snarwin, 1 year ago to linux in I feel like breaking my windows install was a rite of passage Same thing happened to me. Borked my Windows install and didn't have a recovery disc, so I just wiped the whole thing and went Linux-only. Never looked back since. :) Sometimes, all you need is a little push to get you out of your comfort zone.
Same thing happened to me. Borked my Windows install and didn't have a recovery disc, so I just wiped the whole thing and went Linux-only. Never looked back since. :)
Sometimes, all you need is a little push to get you out of your comfort zone.
Snarwin, 1 year ago to linux in Why do you use the terminal? There's also vidir from moreutils, which lets you bulk-rename files in your $EDITOR of choice.
There's also vidir from moreutils, which lets you bulk-rename files in your $EDITOR of choice.
Snarwin, 1 year ago to linux in Installies, a site for managing, organizing, and retrieving shell scripts for installing things on Linux and Unix-based operating systems. If you're using a shell script to install software, you've already failed. Better alternatives include Third-party package managers like Homebrew and Nix. Language-specific package managers like pip and npm. Self-contained package formats like Flatpak, Snap and AppImage. Using checkinstall to turn a package with an install script or a "make install" command into a package your distro recognizes. Downloading a tarball and using GNU Stow to install it into /usr/local. Compiling from source and installing in $HOME.
If you're using a shell script to install software, you've already failed.
Better alternatives include