About VirtualBoxImages.com | VirtualBoxImages.com

About VirtualBoxImages.com

About:
VirtualBoxImages was created to provide users with complete, functional Open Source Virtual Computers, originally named veeDee-Eyes.com.

We download the distribution ISOs. Try and follow the installation instructions. We attempt to install the VirtualBox Guest Additions. VirtualBox VDIs that have the Guest Additions installed are noted on the VDI page.

Build Notes:
Unless noted in the "Build Notes" there are

  • No additional packages added.
  • No update performed.
  • Only default options are used when ever possible

The goal is to create a CLEAN virtual computer. You get exactly what the creators of the "Operating System" designed in a STANDARD installation. From there you can make it your own.

VDIs in use/Svc:
This is a VERY inaccurate count of the number of VDIs in service for a given release.
The count is actually the number of distinct IP addresses that access the "Browser Start Page" within the Virtual Computer since May 5, 2008. Some of the release VDIs do not have the browser start page set, therefore there is not indication as to the number of computers in service.

Linux Newbies:
If you're new to Linux or have never used Linux, now you can learn linux faster using the veeDee-Eyes virtual computers. Linux is not hard to learn, it's just different!!

Linux Experts:
If you're an experienced Linux user, this is a chance to try other Linux distributions in a REAL computer. Install packages, change what you like. Best of all starting over does not mean you have to reinstall the system. Just get another copy of the veeDee-Eyes VirtualBox computer file. It's that easy

My Reasons:
Learning more about Linux was important to me for a project. I needed to be able to practice managing and building LAMP servers.
At the time I did not have an extra computer that I could dedicate as a Linux machine. Someone suggested a Virtual Computer and told me about QEMU.

QEMU is great and is also Open Source. When I was using QEMU it was painfully slow when installing systems.

Then I found VirtualBox and started my own collection of Virtual computers. After purchasing an inexpensive Dell server I now have my own VirtualBox Virtual OS Server (headless). Create a VDI and deploy it to the OS server and connect to the system using Remote Desktop.

In the end 60 Virtual Computers are easier to store and manage that 50 real computers
James

About VirtualBoxImages.com的更多相关文章

  1. VirtualBox相关问题总结

    欢迎关注我的社交账号: 邮箱: jiangxinnju@163.com 博客园地址: http://www.cnblogs.com/jiangxinnju GitHub地址: https://gith ...

  2. Vm image download resource

    http://vmdepot.msopentech.com/List/Index http://www.hanselman.com/blog/Over400VirtualMachineImagesOf ...

随机推荐

  1. 记一次在Tomcat部署项目后无法启动该项目的例子

    在一次正常部署后,发现在Tomcat的管理中无法将该项目启动起来,并在Tomcat的日志文件localhost.log中发现以下错误信息: java.lang.NoSuchMethodError: o ...

  2. 认识到了x64程序的必要性

    假如我做一个程序,在运行过程中需要使用一个Map,然而这个Map存储了超多信息的话,系统内存不够就会崩溃了.以前的解决方案可能是把内容存储在一个文件/数据库里,但是有内存岂不是更方便.更直截了当!

  3. xss 跨站脚本攻击

    这是一个非常简单的攻击. 两个页面如下: <form action="MyJsp.jsp" method="get"> <input type ...

  4. IntelliJ Idea 经常使用快捷键列表

    Alt+回车 导入包,自己主动修正Ctrl+N   查找类Ctrl+Shift+N 查找文件Ctrl+Alt+L  格式化代码 Ctrl+Alt+O 优化导入的类和包Alt+Insert 生成代码(如 ...

  5. 网页内容的html标签补全和过滤的两种方法

    网页内容的html标签补全和过滤的两种方法: 假设你的网页内容的html标签显示不全,有些表格标签不完整而导致页面混乱,或者把你的内容之外的局部html页面给包括进去了,我们能够写个函数方法来补全ht ...

  6. EasyUI - 后台管理系统 - 登陆模块

    效果: --- --- Html代码: <div id="login"> <p>账户:<input type="text" id= ...

  7. perl 继承概述

    <pre name="code" class="html">[root@wx03 test]# cat Horse.pm package Horse ...

  8. 大数据高并发系统架构实战方案(LVS负载均衡、Nginx、共享存储、海量数据、队列缓存)

    课程简介: 随着互联网的发展,高并发.大数据量的网站要求越来越高.而这些高要求都是基础的技术和细节组合而成的.本课程就从实际案例出发给大家原景重现高并发架构常用技术点及详细演练. 通过该课程的学习,普 ...

  9. 零基础数据分析与挖掘R语言实战课程(R语言)

    随着大数据在各行业的落地生根和蓬勃发展,能从数据中挖金子的数据分析人员越来越宝贝,于是很多的程序员都想转行到数据分析, 挖掘技术哪家强?当然是R语言了,R语言的火热程度,从TIOBE上编程语言排名情况 ...

  10. Linux 下获取LAN中指定IP的网卡的MAC(物理地址)

    // all.h// 2005/06/20,a.m. wenxy #ifndef _ALL_H#define _ALL_H #include <memory.h>#include < ...