Perfect tools for daily use: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 November 2024

  • curprev 17:1017:10, 20 November 2024Mwroot talk contribs 4,391 bytes +4,391 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:~ |- | 给当前目录下所..."