Automating tasks with commands in ubuntu enviroment
Hi everybody, prior to deploying my web projects I usually do some tasks like creating log folder and files for nginx , this usually involves running following commands:
I'm also reading about laravel artisan commands, they look reay handy for mysql operations like creating/deleting a database, is this good practice? loging and exiting mysql from the command to do some ops gets a little boring