The initial root password on install can be found by running
grep 'temporary password' /var/log/mysqld.log
- Stop mysql:
systemctl stop mysqld
- Set the mySQL environment option
| #!/bin/bash | |
| # Script : ost-local-backup-w-email.sh | |
| # Author : Osh <faizal@myopensoft.net> | |
| # Title : Osh local backup with email notification | |
| # Description: Script to automate local backup for files & database with email notification | |
| # Target OS : Centos 7 | |
| # Create archive of target folder | |
| today=`date '+%Y%m%d_%H%M%S'`; |
| #!/bin/bash | |
| # Script : ost-setup-mailx.sh | |
| # Author : Osh <faizal@myopensoft.net> | |
| # Title : Osh Automated Mailx Installer | |
| # Description: Script to automate installation & configuration of mailx | |
| # Target OS : Centos 7 | |
| echo "Start Osh Automated Mailx Installer..." |
I hereby claim:
To claim this, I am signing this object:
When installing slate on ubuntu 18.04 I stumbled upon this error:
Can't find gem bundler (>= 0.a) with executable bundle (Gem::GemNotFoundException)
So checking the bundler version of slate:
$ cat Gemfile.lock | grep -A 1 "BUNDLED WITH"
BUNDLED WITH
2.0.2