TestDrive: 方便的测试 Ubuntu 最新 ISO 映像

TestDrive 是一个帮助你方便的测试最新 Ubuntu 开发快照版本的工具。它不仅为你自动下载 Ubuntu ISO 映像,而且还使用虚拟机来加以运行。其实,TestDrive 不仅仅局限于 Ubuntu ISO,对于其他的可通过 URL 访问的 Linux 发行版 ISO 映像同样适用,感兴趣的朋友不妨一试。

test-drive

在 Ubuntu Lucid 中,可执行以下命令来安装 TestDrive:

$ sudo apt-get install testdrive

Ubuntu 的其他版本可使用 TestDrive 的 PPA 来安装。

Read More:

8 Comments

  1. 1 黑传说 Commented @ 2010-06-15 10:43Reply to this comment

    使用kvm啊,图形性能如何?

  2. 2 ihipop Commented @ 2010-06-15 10:50Reply to this comment

    楼上还不睡觉?现在国外晚上了吧?

  3. 3 ihipop Commented @ 2010-06-15 10:51Reply to this comment

    @ihipop: 饿,刚起床,发现认错人了,都是黑哥

  4. 4 simon Commented @ 2010-06-15 12:12Reply to this comment

    @黑传说: 64位系统可以使用spice协议,可以达到native级别的图形加速。(32位系统不可用,spice server需要64位的原子操作)。
    http://www.linux-kvm.com/content/rhev-spice-guest-drivers-released-windows
    http://www.linux-kvm.com/content/getting-started-spice-fedora-12
    spice在ubuntu上的安装:
    http://docs.cslabs.clarkson.edu/wiki/SPICE

  5. 5 simon Commented @ 2010-06-15 12:13Reply to this comment

    这个提交怎么换行?我加入都没用。

  6. 6 黑传说 Commented @ 2010-06-15 13:43Reply to this comment

    @simon: 我前几天刚刚注意这个东东,在测试中。

  7. 7 黑传说 Commented @ 2010-06-15 17:29Reply to this comment

    @simon: 目前的spice好像还不行: Current Features

    * Graphic commands - processes and transmits 2D graphic commands
    * Video streaming - heuristically identifies video streams and transmits M-JPEG video streams
    * Image compression - offers verios compression algorithm that were built specifically for Spice, including QUIC (based on SFALIC), LZ, GLZ (history-based global dictionary), and auto (heuristic compression choice per image)
    * Hardware cursor - processes and transmits cursor-specific commands
    * Image, palette and cursor caching - manages client caches to reduce bandwidth requirements
    * Live migration - supports clients while migrating Spice servers to new hosts, thus avoiding interruptions
    * Windows drivers - Windows drivers for QXL display device and VDI-port
    * Multiple monitors 
    * Client for Linux and Window - can be easily ported to additional platform platforms. 
    * Two way audio - supports audio playback and captures; audio data stream is optionally compressed using CELT
    * Encryption - using OpenSSL
    * Two mouse modes - provides client (more user-friendly) and server (increased accuracy and fully synchronized) modes
    * Lip-sync - synchronizes video streams with audio clocks
    * Spice agent - running on the guest and performs tasks for the client
    

    Future Features

    * Network tunneling (in progress) - using virtual network interface to enable sharing of network resources. Currently the focus is on printer sharing but is not limited to that.
    * Off-screen surfaces (in progress) - supports off-screen surfaces as infrastructure for future DirectDraw, video acceleration and 3D acceleration. GDI and X11 will also benefit from this feature. It will also lay foundation for multi-head support
    * Clipboard sharing (in progress) - allows clients to share their clipboards with Spice servers
    * USB sharing (in progress) - allows clients to share their USB devices with Spice servers
    * Direct Draw
    * Client GUI - Enables user-friendly configuration
    * Screen management - add support for enabling selection of the screen used by the client
    * Configuration file - enables persistent user and administrative settings
    * CD sharing - share your CD with Spice server
    * Video acceleration
    * 3D acceleration
    * Support Aero
    * Linux features parity
    * OSX client
    * Simultaneous clients connection
    
  8. 8 zakarum Commented @ 2010-06-16 15:51Reply to this comment

    @黑传说: 2D还不错,对于X的guest比sdl和vnc性能要好不少。在windows guest上和rdp大致相当。