摘要:
when using Hugo encountered the following errors: hugo: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by hugo)hugo: /lib64/libst 阅读全文
摘要:
http://pateldenish.com/2016/09/recovering-corrupted-postgres-database.html 阅读全文
摘要:
Ubuntu server out of box is not optimized to make full use of available hardware. This means “out-of-box” setup might fail under high load. So we need 阅读全文
摘要:
https://coderprog.com/ https://avxhm.se/ebooks/programming_development https://www.foxebook.net/ http://gen.lib.rus.ec/ https://www.letmeread.net http 阅读全文
摘要:
https://www.tummy.com/articles/isolating-heavy-load/ https://www.tecmint.com/understand-linux-load-averages-and-monitor-performance/ yum install sysst 阅读全文
摘要:
see time wait number https://www.linux.org/threads/reduce-your-apache-time_wait-connections.4505/ 阅读全文
摘要:
# install python3sudo yum -y updatesudo yum -y install yum-utilsyum install -y zlib-devel bzip2-devel ncurses-develyum install libffi-develsqlite-deve 阅读全文
摘要:
以下配置只针对nsqadmin v1.1.0 (built w/go1.10.3)版本 ## The default server#server { listen 80 default_server; listen [::]:80 default_server; server_name _; roo 阅读全文
摘要:
touch /etc/yum.repos.d/city-fan.repo vi /etc/yum.repos.d/city-fan.repo add the following: 阅读全文
摘要:
yum -y updateyum -y install epel-releaseyum -y install ncftp screen # Compilers and related tools:yum groupinstall -y "development tools" # Libraries 阅读全文