sudo launchctl unload /Library/LaunchDaemons/com.youqu.todesk.service.plist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yum install -y libguestfs-tools-c | |
virt-sparsify --compress windows_honey_pot_7.qcow2 new_windows_honey_pot_7.qcow2 |
ncat --sh-exec "ncat 55.0.0.13 3389" -l 3389 --keep-open
https://stackoverflow.com/questions/32061598/how-to-start-or-activate-a-network-with-libvirt
conn = libvirt.open('qemu:///system')
# Define a new persistent, inactive network
xml = open('net.xml', 'r').read()
net = conn.networkDefineXML(xml)
# Set it to auto-start
- 剪贴板管理 https://github.com/TermiT/Flycut
- http/grcp 请求工具 https://insomnia.rest/
- Microsoft Remote Desktop
- drawio 流程图软件 https://github.com/jgraph/drawio
- typora markdown 软件。可找历史版本 免费
- mongo 官方工具 https://www.mongodb.com/products/compass
- fish 终端 https://github.com/oh-my-fish/oh-my-fish
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yum install epel-release -y | |
yum update -y | |
yum install jq -y |