CentOS7 / Debian 11源码编译nginx 1.22.0
# CentOS7 / Debian 11源码编译nginx 1.22.0
# CentOS7 / Debian 11源码编译nginx 1.22.0
Makefile语法解释
获得一个字符串的长度的n种方法
Linux删除文件出现rm: cannot remove `.user.ini’: Operation not permitted
– 进入iTerm的`Preferences`→`Keys`→点击右下角`+`号→点击`click to set`
– Action搜索esc找到“Send Escape Sequence”,选择它
– 方框里填b(向左)或f(向右),即ESC+b或ESC+f
简单用法:rsync -azP ./local_file.txt [email protected]:~
方法一:netstat -tulnp | grep 443 (Linux), netstat -ano | findstr 443 (Windows)
方法二:ss -lnp | grep 443
方法三:lsof -i:443 (macOS)
– wget http://download.redis.io/releases/redis-6.0.1.tar.gz
– curl -O wget http://download.redis.io/releases/redis-6.0.1.tar.gz
先按“Ctrl+]”后再按回车,就会进入telnet界面,再输入“quit”,回车即可退出。