Article

post_img

SSH + Google Authenticator

摘要

Google Authenticator Google身份验证器是一款基于时间与哈希的一次性密码算法的两步验证软件令牌,此软件用于 …

post_img

Nginx-Linux内核参数优化

摘要

Nginx提供web服务时Linux内核参数调整是必不可少的,其中在优化方面就需要我们格外的注意 1)关于Linux内核参数的优化 …

post_img

win提示缺少dll文件

摘要

# 缺少什么在这里搜索什么 使用教程上面也有 https://www.ijinshan.com/filerepair/dll.sh …

post_img

Nginx配置访问密码

摘要

yum install -y httpd-tools # 设置用户名和密码 htpasswd -cb 密码文件名称 用户名 密码 …

post_img

xargs参数

摘要

功能:将标准输入分割后转化为命令参数。 例子:echo “*.py”| xargs find ./ -name,查找当前目录下的所 …