默认情况下,Bash shell 会在文件$HOME/.bash_history中存在1000条命令记录,很不安全. 可以编辑/etc/profile文件,修改其中HISTSIZE值大小即可.
HISTSIZE=100
这样就可以了,或者直接设置成0得了,也就不存在历史命令了.
默认情况下,Bash shell 会在文件$HOME/.bash_history中存在1000条命令记录,很不安全. 可以编辑/etc/profile文件,修改其中HISTSIZE值大小即可.
HISTSIZE=100
这样就可以了,或者直接设置成0得了,也就不存在历史命令了.
报错: ``` nginx: [emerg] dlopen() "/opt/nginx/modules/ngx_http_brotli_filter_module.so" failed (libbrotlienc.so.1: cannot open shared object file: No su...
报错如下: ``` nginx: [emerg] module "/opt/nginx/modules/ngx_http_brotli_filter_module.so" version 1028001 instead of 1026002 in /opt/nginx/conf/nginx.conf...
成为第一个评论的人吧!