vmtool专题

ubuntu 安装VMtool 实现复制粘贴

如果只是安装一个根本没有用,而是两个命令都要安装 sudo apt-get install open-vm-toolssudo apt-get install open-vm-tools-desktop 引用博客

ubuntu22安装vmtool正确姿势

确保GUI处于X11 sudo vi /etc/gdm3/custom.conf取消#WaylandEnable=false的注释systemctl restart gdm3#重启gdm3屏幕会空白一分钟,但不要担心,当它恢复时,GUI应该在X11模式 安装openvmtools 确保包索引已更新: sudo apt-get updatesudo apt-get install open-v

通过arthas vmtool 调用线上正在运行的service方法

通过arthas vmtool 调用线上正在运行的service方法 场景 场景具体描述业务上有某个缓存需要删除,但是没有写删除 key 的远程接口通过arthas执行 service 方法,删除缓存 key 1.前期准备 1.1下载arthas 官网地址 https://arthas.gitee.io/doc/quick-start.html 下载运行 curl -O https