09 2021 档案
摘要:https://github.com/allanrbo/filesremote/releases 没验证过 慎用
阅读全文
摘要:wmic process where caption="进程名称.exe" get caption,commandline /value
阅读全文
摘要:Ubuntu安装完毕,要做的第一件事就是升级、打补丁。 要安装安全补丁,需要先用 apt-get update 命令更新软件包列表,然后运行 apt-get upgrade 命令升级软件包: sudo apt-get update sudo apt-get upgrade 在运行上述 apt-get
阅读全文