<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tools on Renn's Blog</title><link>https://sleepmaple.com/tags/tools/</link><description>Recent content in Tools on Renn's Blog</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sat, 18 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://sleepmaple.com/tags/tools/index.xml" rel="self" type="application/rss+xml"/><item><title>Linux - Open_VM_Tools</title><link>https://sleepmaple.com/posts/linux/linux_open_vm_tools/</link><pubDate>Sat, 18 Apr 2026 00:00:00 +0000</pubDate><guid>https://sleepmaple.com/posts/linux/linux_open_vm_tools/</guid><description>&lt;h3 id="os">OS
&lt;/h3>&lt;pre tabindex="0">&lt;code>VMware
Ubuntu 24.04
&lt;/code>&lt;/pre>&lt;h3 id="situation">Situation
&lt;/h3>&lt;pre tabindex="0">&lt;code># VM裡面將CMD指令COPY出來外面Windows
Copy the CMD command from the VM to the host Windows.
&lt;/code>&lt;/pre>&lt;h3 id="solution">Solution
&lt;/h3>&lt;pre tabindex="0">&lt;code>[1]
# 更新程式庫
sudo apt update
[2]
# 安裝套件
sudo apt install open-vm-tools-desktop -y
[3]
# 更改快捷鍵
CMD &amp;gt; 右上角三條線 &amp;gt; Preference &amp;gt; Global &amp;gt; Shortcuts
&amp;gt; Copy : Shift + Ctrl + C &amp;gt; Ctrl + C
&amp;gt; Paste : Shift + Ctrl + V &amp;gt; Ctrl + V
[4]
# 重開機
sudo reboot
&lt;/code>&lt;/pre>&lt;h3 id="check">Check
&lt;/h3>&lt;pre tabindex="0">&lt;code># 查詢套件版本
vmtoolsd -v
# 重啟服務
sudo systemctl restart open-vm-tools.service
&lt;/code>&lt;/pre></description></item></channel></rss>