What it does:
✅ Automatically backs up website files, databases, or important business documents daily/weekly
✅ Syncs to Google Drive, AWS S3, or a local external drive
Key Bash skills: cron
, rsync
, tar
, scp
, aws-cli
What it does:
✅ Scans folders, PDFs, CSVs, or text files
✅ Extracts valid email IDs into a clean CSV
✅ Useful for marketing, newsletters, or cleaning mailing lists
Key Bash skills: grep
, awk
, sed
, cut
, sort
, uniq
What it does:
✅ Pings your business or client websites every 5 minutes
✅ Sends an alert if the website is down
Key Bash skills: curl
, ping
, mail
, if-else
, cron