About VirtualBoxImages.com
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 easyMy 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的更多相关文章
- VirtualBox相关问题总结
欢迎关注我的社交账号: 邮箱: jiangxinnju@163.com 博客园地址: http://www.cnblogs.com/jiangxinnju GitHub地址: https://gith ...
- Vm image download resource
http://vmdepot.msopentech.com/List/Index http://www.hanselman.com/blog/Over400VirtualMachineImagesOf ...
随机推荐
- vi命令提示:Terminal too wide
putty: 在我的电脑上,缺省的设置是这样的: localhost:~ eygle$ stty -aspeed 9600 baud; 51 rows; 171 columns; 在远程编辑文件时,减 ...
- encode_utf8 把字符编码成字节 decode_utf8解码UTF-8到字符
encode_utf8 $octets = encode_utf8($string); Equivalent to "$octets = encode("utf8", $ ...
- 使用最新的log4cplus(1.1.1)隔离不同的 log 文件输出
部分参考了博客. http://www.cppblog.com/tx7do/articles/11719.html 基于脚本配置来过滤log信息 除了通过程序实现对log环境的配置之外,log4cpl ...
- ASP.NET - 页面传值 Request.QuerString[].ToString();
public partial class WebForm2 : System.Web.UI.Page { BLL.CategoryBLL categorybll = new CategoryBLL() ...
- 服务确定(服务类收货ML81N)
FUNCTION zrfc_mm005. *"---------------------------------------------------------------------- * ...
- delphi程序设计之底层原理(有些深度)
虽然用delphi也有7,8年了,但大部分时间还是用在系统的架构上,对delphi底层还是一知半解,今天在网上看到一篇文章写得很好,虽然是07年的,但仍有借鉴的价值. 现摘录如下: Delphi程序设 ...
- 基于visual Studio2013解决面试题之0609寻找链表公共节点
题目
- 1.1.0-学习Opencv与MFC混合编程之---全屏截图,保存为BMP图像(并增加快捷键)
源代码:http://download.csdn.net/detail/nuptboyzhb/3961677 Ø 添加全屏截图菜单项,菜单项的属性如下; Ø 为该菜单项建立类向导. 编辑消息处理函 ...
- django admin manytomany获取所选字段值
和一般views中前端数据的获取一样. def save_model(self, request, obj, form, change): door_id_list= request. ...
- 由href return false 来看阻止默认事件
很多时候我们都想阻止一个a ?link的href跳转. 1 <a onclick=” return false ;” href=”www. 360 .cn”>click</a> ...