That does it for every file in a directory with just one command. I fucking love Linux, probably because I'm inherently lazy when it comes to computing. I automate EVERYTHING that I can. I hate repeating work. So, I automate it away.
This is how I fix a recurring problem with VirtualBox:
alias fixvbox="sudo apt-get install dkms build-essential linux-headers-generic -y ; sudo apt-get install linux-headers-$(uname -r) -y; sudo apt install --reinstall virtualbox -y"
That is much more efficient
Even my WordPress sites are automated. I don't fucking upgrade a damned thing, or update anything. I have them all set to automatically apply all updates. They even scan themselves for vulnerabilities or security issues and send me an email report with their findings.
Today, the musicfor.us domain has automatically dealt with 432 spam attacks. I ain't deleting all those spam messages automatically. Fuck that. I've got better shit to do with my time.
My uHost.cyou site has blocked 1,056 hacking attempts in the past 30 days. I've got all that shit optimized and self-maintaining.
Fucking hackers
(post is archived)