2014年2月25日 星期二
lmgrd daemon not found on Ubuntu
Reference:
http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka15623.html
http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka15623.html
Running
lmgrd
on an Ubuntu machine might result in the following error:./lmgrd: No such file or directory
The FLEXnet
lmgrd
license manager daemon is not officially supported on Ubuntu, but is supported on any completely Linux Standard Base (LSB) compatible operating system.
Ubuntu users from at least version 9.10 onwards on both 32-bit and 64-bit versions of the OS will need to install the corresponding LSB support package for the version of Ubuntu they are using, if it is not already present.
Running the command:
apt-get install lsb
as root from the command line should ensure that the full required package is installed.
Note: Running the command:
cat /etc/lsb-release
does not necessarily mean that the full package is installed.2014年2月24日 星期一
Enable Linux VNCserver copy & paste on CentOS
Reference:
http://unix.stackexchange.com/questions/35030/how-can-i-copy-paste-data-to-and-from-the-windows-clipboard-to-an-opensuse-clipb
永久有效:
編輯 .vnc/xstartup,加入這三行,restart vncserver。
vncconfig -nowin &
export XKL_XMODMAP_DISABLE=1
autocutsel -fork
立即生效:
開啟 xterm,執行 vncconfig &,全部打勾。
注意!vncconfig 視窗必須保持開啟。
http://unix.stackexchange.com/questions/35030/how-can-i-copy-paste-data-to-and-from-the-windows-clipboard-to-an-opensuse-clipb
永久有效:
編輯 .vnc/xstartup,加入這三行,restart vncserver。
vncconfig -nowin &
export XKL_XMODMAP_DISABLE=1
autocutsel -fork
立即生效:
開啟 xterm,執行 vncconfig &,全部打勾。
注意!vncconfig 視窗必須保持開啟。
2014年2月21日 星期五
Windows XP Embedded on VMware Player 6.0
Reference:
[分享]、9步驟搞定 XP-Embedded System
將XPE安裝在VMware上(一)
VMware Player 5.0使用USB隨身碟開機
需要準備的東西:
1. 安裝 Windows XP Embedded 需要兩台 PC。
PC1: 用來製作安裝工具
PC2: 用來安裝 Windows XP Embedded
2. Windows XP Embedded CD 三片。(只用到第一二片)
3. 虛擬光碟軟體 (我用 Daemon Tools Lite)
4. Plop Boot Manager (for VMware USB 開機)
步驟:
1. 在 PC1 執行 CD 1 的 setup.exe,安裝 Microsoft Windows Embedded Studio,即下圖的 Tools Setup。
[分享]、9步驟搞定 XP-Embedded System
將XPE安裝在VMware上(一)
VMware Player 5.0使用USB隨身碟開機
需要準備的東西:
1. 安裝 Windows XP Embedded 需要兩台 PC。
PC1: 用來製作安裝工具
PC2: 用來安裝 Windows XP Embedded
2. Windows XP Embedded CD 三片。(只用到第一二片)
3. 虛擬光碟軟體 (我用 Daemon Tools Lite)
4. Plop Boot Manager (for VMware USB 開機)
步驟:
1. 在 PC1 執行 CD 1 的 setup.exe,安裝 Microsoft Windows Embedded Studio,即下圖的 Tools Setup。