Blog

Linux tr command (translate)

The tr command is used to translate text. Example root@ok:~# echo “serverok” | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ SERVEROK root@ok:~# You can also use…

MySQL Cluster

MariaDB Replication MariaDB galera cluster https://www.percona.com/software/mysql-database/percona-xtradb-cluster Disable MySQL Replication on Slave