- 博客(4)
- 收藏
- 关注
原创 PHP-FPM参数优化
1.Linux下增加文件打开数:sudo cat >> /etc/security/limits.conf * soft nproc 65535* hard nproc 65535* soft nofile 65535* hard nofile 65535END2.增加PHP-FPM打开文件描述符的限制:修改php安装目录下的:php-fpm.conf文件rli
2016-06-14 20:28:00 318
原创 Shell脚本统计指定目录下子目录中的文件个数
#!/bin/bashfunction usage(){ echo "" echo "introduction: count of files subdir of source dir to save file.txt with [[subdir] [number of files]" echo "subdir_files_count: usage: bash s
2016-06-06 19:53:41 7296
原创 用Shell命令批量压缩指定目录下指定目录到目标目录中
#!/bin/bashfunction usage(){ echo "" echo "introduction: tar of source dir start with pattern files or dirs to target dir" echo "patch_tar_pattern: usage: bash patch_tar_pattern -s [s
2016-06-04 16:12:44 2766
原创 用Shell命令批量解压一个目录下分卷的压缩包到指定目录
#!/bin/bash#tar.gz package files patch extract# target is extract file save pathTARGET=.tar_gz_file_list=`ls | grep -Pio '^(.+)\.tar\.gz\..+' | grep -Pio '^(.+)\.tar.gz' | uniq`for file in $
2016-05-16 13:32:48 1872
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人