Source: https://yanqiyu.info/2020/08/30/fcitx5-fedora/
sudo dnf install -y fcitx5 kcm-fcitx5 fcitx5-chinese-addons fcitx5-table-extra fcitx5-zhuyin
Source: https://yanqiyu.info/2020/08/30/fcitx5-fedora/
sudo dnf install -y fcitx5 kcm-fcitx5 fcitx5-chinese-addons fcitx5-table-extra fcitx5-zhuyin
# Run phpmyadmin with docker on your localhost (minimal configuration) | |
docker run -d -p 8080:80 \ | |
--name phpmyadmin \ | |
-e "PMA_HOST=localhost" \ | |
-v /var/run/mysqld/mysqld.sock:/tmp/mysql.sock \ | |
phpmyadmin/phpmyadmin | |
# if you want autologin replace PMA_USER and PMA_PASSWORD | |
# warning: you're opening the database to the world if you're not behind a firewall | |
docker run -d -p 8080:80 \ |
For this configuration you can use web server you like, i decided, because i work mostly with it to use nginx.
Generally, properly configured nginx can handle up to 400K to 500K requests per second (clustered), most what i saw is 50K to 80K (non-clustered) requests per second and 30% CPU load, course, this was 2 x Intel Xeon
with HyperThreading enabled, but it can work without problem on slower machines.
You must understand that this config is used in testing environment and not in production so you will need to find a way to implement most of those features best possible for your servers.