-
Protect Your Website: A Simple PHP Script to Periodically Backup Your MySQL Database
Losing your website can be a nightmare for any website owner. Unfortunately, I experienced this firsthand when I accidentally executed the rm -rf command on my public_html folder while working on my WordPress site. In a split second, my website disappeared into thin air, leaving me with a sinking feeling in my stomach. After trying… Read More »Protect Your Website: A Simple PHP Script to Periodically Backup Your MySQL Database
-
Mastering Crontab: A Beginner’s Guide to Scheduling Automated Tasks on Your Server
Crontab is a command that allows you to schedule commands or scripts to run automatically at specific times or intervals. It’s a very useful tool for automating repetitive tasks, such as running backups, updating files, or sending emails. Here’s how to use crontab: Note that crontab uses the system time zone, so make sure to… Read More »Mastering Crontab: A Beginner’s Guide to Scheduling Automated Tasks on Your Server
-
Ikigai – My thoughts
Ikigai is a book that delves into the Japanese concept of finding one’s purpose in life. The author, Héctor García, does an excellent job of explaining the concept and how it can be applied to one’s own life. The book is filled with stories and examples from Japanese culture and from the author’s own experience,… Read More »Ikigai – My thoughts