假设 test目录下有 1 2 3 4 5 这5个目录 现在要将 3 4 5目录tar打包,1和2目录不要 命 …
实时查看一个log文件命令
实时查看一个log文件命令: 查看服务器log tail -f /www/web_logs/xxx.log
解决FTP登录出现:500 OOPS: cannot change director
FTP登录出现: 500 OOPS: cannot change director 查看 : sestatus …
查看目录内文件个数
find ./target -size +1M | wc -l 查看 target 大于1M的文件数 查看所有 …
查连ng接数命令
查连ng接数 netstat -anp|grep 80|wc -l
linux定时任务设置crontab
在root下 crontab -l 查看脚本,crontab -e 编辑定时脚本 如: [code lang= …
linux下重启php
先kill进程后重启php-fpm 全部kill 代码 ps aux|grep php-fpm | awk & …
linux统计当前目录下PHP代码的总行数
linux统计当前目录下PHP代码的总行数代码: [code lang=”php”] …
file_get_contents采集淘宝504错误
服务器上采集淘宝网址上的内容。使用file_get_contents方法。一般是报错。用此方法采集其他网站,如 …
linux查看本机IP、gateway、dns
IP: ifconfig gateway: [root@localhost ~]# netstat -rn K …