Difference between revisions of "完美日用小工具"

Jump to navigation Jump to search
no edit summary
(Undo revision 2261 by Mwroot (talk))
Tag: Undo
;* zip 文件解压后文件名乱码
: unar -e GBK
<syntaxhighlight lang="bash" line>
unar -e GBK
</syntaxhighlight>
 
;* 显示所有进程,且只显示第 12 列
: ps aux | awk '{print $11}'
<syntaxhighlight lang="bash" line>
ps aux | awk '{print $11}'
</syntaxhighlight>
 
;* 让 apache2 中的 php 代码活起来
<syntaxhighlight lang="bash" line>
Include etc/apache2/conf.d/*.conf
</syntaxhighlight>
 
;* 复制东西进另一个地方
<syntaxhighlight lang="bash" line>
scp sth.zip host:~
</syntaxhighlight>
 
; 给本目录下所有文件夹名字后加加一个 g 字符

Navigation menu