-
-
Toro y Moi – “Girl Like You”
-
KAYTRANADA – GLOWED UP (feat. Anderson .Paak)
-
DJ Rashad – Rollin’
-
Stuck on the last step of Openfire installation?
update `ofUser` set plainPassword = ‘admin’, encryptedPassword = null where username = ‘admin’; See if this helps 😉
-
ELK stack made
Following this guide I set up ELK stack in a VM. Currently only getting logs from my www server, but will add others later. Also need to mess with grok.
-
Hak Baker – 7AM
-
AJ Tracey – Pasta (Official Video)
-
mysqld_safe Directory ‘/var/run/mysqld’ for UNIX socket file don’t exists.
This is an error I get when starting MySQL on a Galera cluster node after a reboot. The result of this is that MySQL fails to start automatically after a reboot. I have no idea why this is happening and…
-
I got to learn some (more) High Availability things
In the spirit of continuous improvement, I made another HA setup. Same basic front-end with two webservers behind one HAProxy load balancer, but with way more fault tolerance behind them. I used the guide I mentioned in the previous HA…