cover-img
avatar

QOOEO Blog

Tech Explorations & Insights

A blog about programming, tech, and software development

linux-common-comand

linux 一些命令工具

nginx basic 认证文件生成

1
2
yum install httpd-tools
htpasswd -c 生成的认证文件名 用户名

字符串搜索

1
2
grep -Ril '搜索内容' ./ 
./搜索当前目录

声明: Content created by Jack Yang. Please keep the source link if you want to share.