command line way to find large files/directories to remove and free up space
If you just need to find large files, you can use find with the -size option. The next command will...
If you just need to find large files, you can use find with the -size option. The next command will...
OpCache Installation Install OpCache on FreeBSD with (note 56 resembles the current PHP version 5.6): cd /usr/ports/www/php56-opcache &&...
Just create a new php file – check.php – with the following content and open it...
I have recently taken over maintenance for a small WP site and when I installed AOIS...
/** * 过滤摘录,限制中文字符串。 * * 代码添加到当前主题的functions.php文件中 */ function filter_chinese_excerpt($excerpt) { // 确保 $excerpt 不是空值 if (empty($e[…]