Skip to content

Instantly share code, notes, and snippets.

View jeenx's full-sized avatar
🌭

Jim Tario jeenx

🌭
View GitHub Profile
### Keybase proof
I hereby claim:
* I am jeenx on github.
* I am jeenx (https://keybase.io/jeenx) on keybase.
* I have a public key ASD9kSpv_a0d2L6TMgT3pPPoYsK0Ub-AMa33-k_uvZLimgo
To claim this, I am signing this object:
@jeenx
jeenx / mysql_secure.sh
Created January 21, 2016 02:05 — forked from Mins/mysql_secure.sh
Automating mysql_secure_installation
#!/bin/bash
aptitude -y install expect
// Not required in actual script
MYSQL_ROOT_PASSWORD=abcd1234
SECURE_MYSQL=$(expect -c "
set timeout 10