All public logs
Combined display of all available logs of 清冽之泉. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:10, 20 November 2024 Mwroot talk contribs created page Perfect tools for daily use (Created page with "{| class = "wikitable" ! 目标或作用 ! 对应方法 |- | 解决 zip 文件解压后文件名乱码 | unar -e GBK |- | 显示所有进程,且只显示第 12 列 | ps aux | awk '{print $11}' |- | 让 apache2 中的 php 代码活起来 | <syntaxhighlight lang="apache"> # Add module for PHP 8 LoadModule php_module libexec/apache2/libphp.so AddHandler php-script .php </syntaxhighlight> |- | 复制东西进另一个地方 | scp sth.zip host:~ |- | 给当前目录下所...")