Json automation for surf
Automate update of Surf json file with cron
crontab -l crontab -e
-
Fetch Github parent repo - 02:00
-
Api Handler - 02:30
-
JSON Handler - 02:40
-
push dist repo to github - 03:00
access mariadb
Settings to make raspberry pi MariaDB listen to connections
/etc/mysql/my.cnf:
-
skip-networking=0
-
skip-bind-address
view privileges:
- select user, host from mysql.user where host <> 'localhost'