웹마짱구의 블로그

728x90

https://askubuntu.com/questions/56683/where-is-the-cron-crontab-log


# vi /etc/rsyslog.d/50-default.conf


주석 제거 #cron.*


sudo service rsyslog restart

/var/log/cron.log


728x90

http://seosh81.info/?p=421



stop slave;


SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1;


start slave;

728x90

https://github.com/caouecs/Laravel-lang



run composer require caouecs/laravel-lang:~2.0


$ cp -a vendor/caouecs/laravel4-lang/ko/ resources/lang/

728x90

visudo -f /etc/sudoers

728x90



rm -rf node_modules

yarn install --no-bin-links