一、安装openssl
wget http://www.openssl.org/source/openssl-1.0.2k.tar.gz
tar -xzf openssl-1.0.2k.tar.gz
cd openssl-1.0.2k./config --prefix/usr/local/openssl
./config -t
make
make install二、安装python(3.8.10为例)
tar -zxvf Python-3.…
一.简单命令行
stat FPS
stat unit //增加GPU渲染时间和变量
stat unitgraph //追加了图表显示
二.查看GPU的消耗。调试GPU渲染用的高级命令
可以记录这一刻各个部分的占用情况,只能看当前的
1.在编辑器下,ctrlShift, 。
2.输入命令行,pr…
NGINX参考配置 # For more information on configuration, see: # * Official English Documentation: http://nginx.org/en/docs/ # * Official Russian Documentation: http://nginx.org/ru/docs/
user nginx; worker_processes auto; error_log /var/log/nginx/error.l…