異世界


2013年10月17日 星期四

How to Install VMware Player 5.0.2 on Ubuntu

How to Install VMware Player 5.0.2 on Ubuntu

 
 
  • 切記,關掉所有VMware 的程式。
  • Let’s start the installation guide. First, we need to install some dependencies:
   1: sudo apt-get install build-essential linux-headers-$(uname -r)


Now, let’s install VMware Player.




  • How to install VMware Player on 64 bit systems:



   1: $ wget -c http://goo.gl/JXy7L -O VMware-Player-5.0.2-1031769.x86_64.bundle.tar
   2: $ tar -xvf VMware-Player-5.0.2-1031769.x86_64.bundle.tar
   3: $ chmod +x VMware-Player-5.0.2-1031769.x86_64.bundle
   4: $ sudo sh VMware-Player-5.0.2-1031769.x86_64.bundle




  • How to install VMware Player on 32 bit systems:



   1: $ wget -c http://goo.gl/4oy6G -O VMware-Player-5.0.2-1031769.i386.bundle.tar
   2: $ tar -xvf VMware-Player-5.0.2-1031769.i386.bundle.tar
   3: $ chmod +x VMware-Player-5.0.2-1031769.i386.bundle
   4: $ sudo sh VMware-Player-5.0.2-1031769.i386.bundle

 

2013年10月15日 星期二

Qt 學習之路 - Lib

MOdBus: libmodbus

其他參考 => QModMaster is based on QModBus <http://sourceforge.net/projects/qmodbus/&gt; and libmodbus 3.0.1 <http://www.libmodbus.org/&gt;. Supports both Windows and Linux.

SNMP :   net snmp 

其他參考 => 

     qt-snmp : provides a SNMP GUI client using Qt and net-snmp libraries, additionally, a graphical view of the agent network nodes(currently under development)!

     SNMPMonitor :

Description

SNMPMonitor is a tool to monitor SNMP devices. It is based on Qt and on the Net-SNMP library.
It reads from devices like routers, printers or a snmp-deamon, and displays received data graphically.

SNMPMonitor Web Site