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

Jump to navigation Jump to search
no edit summary
: Windows 系统有个自带软件叫“快速助手”,英文 quick assist,两人都打开,很容易就能远程协助。
 
* 快速删除 Windows 的服务。不良效果待验证
: regedit 导航至 计算机\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services,直接按名字删。无有效系统备份恢复手段的读者,不建议尝试此操作
 
* 查看访问本机的 IP,及其所属
<syntaxhighlight lang="bash" line>
cat /var/log/apache2/access.log | awk '{print $1}' | sort | uniq -c | sort -nr | head -300 > success.txt
whois x.x.x.x
</syntaxhighlight>

Navigation menu