urda@lebowski.socialtoTechnology@lemmy.world•Underground caves do exist on the Moon, radar observations confirmEnglish
51·
4 months agoI call Moon Marine !
I call Moon Marine !
I have a few friends that do that too!
You have to ask yourself if that’s worth it to you.
For me? Yeah, I don’t want to rebuild these datasets.
Checkout AWS S3 “Deep Glacier Archive”. It’s perfect for data you only “read” in recovery events, since you have to wait up to 12 hours to retrieve the data. I backup my Plex this way.
Trying really hard to mostly de-Google. Almost there.
deleted by creator
Lutron FTW
Real talk I’ve been using this I’ve mashed together:
update_brew() {
bold=$(tput bold);
normal=$(tput sgr0);
brew --version &&
echo "${bold} > brew update${normal}" &&
brew update &&
echo "${bold} > brew upgrade${normal}" &&
brew upgrade &&
echo "${bold} > brew autoremove${normal}" &&
brew autoremove &&
echo "${bold} > brew cleanup${normal}" &&
brew cleanup &&
echo "${bold} > brew doctor${normal}" &&
brew doctor;
}
Medium was always shit.