find [FOLDER_NAME]/* -prune -mtime +14 -exec rm {} \;
Recent content
Build Nagios HTTPS checks that verify the right page, TLS certificate, redirects and response time—then migrate safely from check_http to check_curl.
Flush Ubuntu’s DNS cache safely, identify the resolver actually in use, and verify website, email, or API cutovers without guessing.
sudo systemctl stop apport
sudo systemctl stop whoopsie
sudo systemctl disable apport
Possible fix:
Delete the cache: ~/.config/skypeforlinux/Cache/
Prevent broken text in MySQL exports by checking column metadata, choosing the right dump charset, and proving the restore before migration handoff.
Use "xdotool key Menu" in a global shortcut. That's it!
Missing icons on the login screen and everywhere else after upgrade to Kubuntu 21.04? You have come to the right place!
If you encounter this problem when reading csv-files, you might want to try to change the encoding from UTF-8 to latin1.
Run PHP only on the homepage without brittle URL checks. Practical patterns for plain PHP, WordPress, Symfony, and Laravel, plus a live-site test plan.
The text editor "nano" is an easy to use editor for linux etc.
Here are som great options to add:
File: ~/.nanorc
To detach a process started in the terminal, you can always add & at the end. For example: npm run evaluation &
Many times you need to download files from the internet, specifically when you want to automate a process or two.
A practical WordPress PageSpeed guide for owners and agencies: diagnose bottlenecks, fix Core Web Vitals, choose caching wisely, and verify the result.