xen
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 43
XenMan 0.6
XenMan is an intuitive GUI based Xen management tool covering all phases of the operational lifecycle. more>>
XenMan is an intuitive GUI based Xen management tool covering all phases of the operational lifecycle.
XenMan should prove valuable to both Xen administrators and those seeking an introduction to Xen virtualization management.
When you start XenMan the first time, it will prompt you with a dialog box requesting you to specify.
Disk Location : The Doms can have disks supported by files in a file system. This is the directory where the disks for the doms would get created. Choose a directory with enough disk space. (few GB)
Snapshot Location : Xen supports saving a state of a running Virtual Machine and restoring it at a later time. The snapshot location is default directory where snapshot of running virtual machines would be stored. Again, choose a directory with enough disk space.(few GBs)
<<lessXenMan should prove valuable to both Xen administrators and those seeking an introduction to Xen virtualization management.
When you start XenMan the first time, it will prompt you with a dialog box requesting you to specify.
Disk Location : The Doms can have disks supported by files in a file system. This is the directory where the disks for the doms would get created. Choose a directory with enough disk space. (few GB)
Snapshot Location : Xen supports saving a state of a running Virtual Machine and restoring it at a later time. The snapshot location is default directory where snapshot of running virtual machines would be stored. Again, choose a directory with enough disk space.(few GBs)
Download (0.31MB)
Added: 2007-01-06 License: LGPL (GNU Lesser General Public License) Price:
1027 downloads
xen-shell 1.5
xen-shell is a simple console application which allows you to easily allow the owner of a single Xen instance to control it. more>>
xen-shell is a simple console application which allows you to easily allow the owner of a single Xen instance to control it, without the overhead of a web-based control panel.
Using this shell users may:
- Boot/Shutodwn their Xen guest.
- Reboot their Xen guest.
- Connect to the serial console of their runing Xen guest.
- Reimage their system to a pristine state, via xen-tools.
- Manipulate their reverse DNS information
The shell features command history, command completion, and integrated help.
It is ideal for a hosting company who wishes to over "virtual machine" hosting to their customers, and allow them to control their own instance.
<<lessUsing this shell users may:
- Boot/Shutodwn their Xen guest.
- Reboot their Xen guest.
- Connect to the serial console of their runing Xen guest.
- Reimage their system to a pristine state, via xen-tools.
- Manipulate their reverse DNS information
The shell features command history, command completion, and integrated help.
It is ideal for a hosting company who wishes to over "virtual machine" hosting to their customers, and allow them to control their own instance.
Download (0.010MB)
Added: 2007-08-10 License: GPL (GNU General Public License) Price:
808 downloads
DTC-Xen 0.2.4
DTC-Xen is a Xen dom0 application and SOAP server (with authentication and SSL) through which a Domain Technologie Control (DTC) more>>
DTC-Xen is a Xen dom0 application and SOAP server (with authentication and SSL) through which a Domain Technologie Control (DTC) Web hosting panel can be connected to manage your VMs.
It supports remote start, shutdown, and destroy of your virtual machines, as well as SSH login in the physical console (with the ability to remotely change the SSH password).
DTC-Xen also displays CPU and network graphs that can be used to analyse the performance of your virtual machines.
Enhancements:
- There was a bug in the calculation of the MAC address when calling changeBSDKernel to be able to change the kernel between NORMAL and INSTALL.
- Its now resolved.
- Be sure also to update DTC to the latest CVS version.
<<lessIt supports remote start, shutdown, and destroy of your virtual machines, as well as SSH login in the physical console (with the ability to remotely change the SSH password).
DTC-Xen also displays CPU and network graphs that can be used to analyse the performance of your virtual machines.
Enhancements:
- There was a bug in the calculation of the MAC address when calling changeBSDKernel to be able to change the kernel between NORMAL and INSTALL.
- Its now resolved.
- Be sure also to update DTC to the latest CVS version.
Download (0.021MB)
Added: 2006-09-19 License: GPL (GNU General Public License) Price:
1132 downloads
xen-tools 3.7
xen-tools is a collection of scripts which allow you to manipulate virtual images for the Xen virtualization software. more>>
xen-tools project is a collection of scripts which allow you to manipulate virtual images for the Xen virtualization software.
With the tools installed, you may create new instances of Debian, complete with networking, OpenSSH, and user accounts, with one simple command. Images may also be easily updated, listed, or deleted.
Main features:
- Create new Xen instances of Debian Sarge, in minutes. (xen-create-image)
- Duplicate an existing image, whilst updating the networking information. (xen-duplicate-image)
- List all existing images with their networking details (xen-list-images)
- Delete previously created instances. (xen-delete-image)
- Update the images youve created with apt-get, without booting them. (xen-update-image)
Creating A New Image:
The script will contains a full manual written using the perl documentation system, perldoc, which you can read by executing:
xen-create-image --manual
This manual describes the operation of the script, and the supported options. (Each of the available options may be setup in a configuration file for ease of use.)
As a very simple example the following command willcreate an image using DHCP to obtain its networking information. The primary disk will 2Gb with 128Mb memory and swap:
xen-create-image --hostname=vm01 --dir=/home/xen
--size=2Gb --swap=128Mb --memory=128Mb --dhcp
If you wish to give the instance a static IP address then provide the information with the following flags:
--ip
The IP address to give the instance.
--gateway
The IP address of the gateway machine.
--broadcast
The broadcast address to use.
--network
The network the image is upon.
--netmask
The netmask to use.
Enhancements:
- This release supports the installation of RPM-based distributions via the external rinse tool, which is more reliable than the rpmstrap utility.
- New guests will now have a random MAC address generated by default, to avoid issues with udev, and several other minor bugfixes were applied.
<<lessWith the tools installed, you may create new instances of Debian, complete with networking, OpenSSH, and user accounts, with one simple command. Images may also be easily updated, listed, or deleted.
Main features:
- Create new Xen instances of Debian Sarge, in minutes. (xen-create-image)
- Duplicate an existing image, whilst updating the networking information. (xen-duplicate-image)
- List all existing images with their networking details (xen-list-images)
- Delete previously created instances. (xen-delete-image)
- Update the images youve created with apt-get, without booting them. (xen-update-image)
Creating A New Image:
The script will contains a full manual written using the perl documentation system, perldoc, which you can read by executing:
xen-create-image --manual
This manual describes the operation of the script, and the supported options. (Each of the available options may be setup in a configuration file for ease of use.)
As a very simple example the following command willcreate an image using DHCP to obtain its networking information. The primary disk will 2Gb with 128Mb memory and swap:
xen-create-image --hostname=vm01 --dir=/home/xen
--size=2Gb --swap=128Mb --memory=128Mb --dhcp
If you wish to give the instance a static IP address then provide the information with the following flags:
--ip
The IP address to give the instance.
--gateway
The IP address of the gateway machine.
--broadcast
The broadcast address to use.
--network
The network the image is upon.
--netmask
The netmask to use.
Enhancements:
- This release supports the installation of RPM-based distributions via the external rinse tool, which is more reliable than the rpmstrap utility.
- New guests will now have a random MAC address generated by default, to avoid issues with udev, and several other minor bugfixes were applied.
Download (0.10MB)
Added: 2007-08-03 License: GPL (GNU General Public License) Price:
817 downloads
Xenoppix 20060712
Xenoppix is a Knoppix-based live DVD distribution with Xen, a virtual machine monitor. more>>
Xenoppix is a Knoppix-based live DVD distribution with Xen, a virtual machine monitor.
Xenoppix sets up device drives using autoconfig function of KNOPPIX and enables to boot a guest OS on Xen. X window System is prepared by KNOPPIX and GUI of GuestOS is mapped to the X11 using VNC full-screen mode. it looks GuestOS boots standalone.
The guest OS can work as a server because it gets IP address from external DHCP with VIF-Bridge of Xen.
Xenoppix(Xen 2.0.6) 1ncludes 2 Guest OSes; NetBSD and Plan9 and Xenoppix(Xen3.0) includes Xenoppix(KNOPPIX) itself.
Enhancements:
- Xenoppix (Xen3.0.2 + KNOPPIX 5.0.1) CD is released. It uses isolinux + mbootpack instead of GRUB, because the combination expands bootable machines. It enables Xen to boot on EFI (iMac CoreDuo). LCAT (Live CD Acceleration Toolkit) is applied to make fast boot. It was effective on Dom0, DomU and HVM.
<<lessXenoppix sets up device drives using autoconfig function of KNOPPIX and enables to boot a guest OS on Xen. X window System is prepared by KNOPPIX and GUI of GuestOS is mapped to the X11 using VNC full-screen mode. it looks GuestOS boots standalone.
The guest OS can work as a server because it gets IP address from external DHCP with VIF-Bridge of Xen.
Xenoppix(Xen 2.0.6) 1ncludes 2 Guest OSes; NetBSD and Plan9 and Xenoppix(Xen3.0) includes Xenoppix(KNOPPIX) itself.
Enhancements:
- Xenoppix (Xen3.0.2 + KNOPPIX 5.0.1) CD is released. It uses isolinux + mbootpack instead of GRUB, because the combination expands bootable machines. It enables Xen to boot on EFI (iMac CoreDuo). LCAT (Live CD Acceleration Toolkit) is applied to make fast boot. It was effective on Dom0, DomU and HVM.
Download (693MB)
Added: 2006-07-15 License: GPL (GNU General Public License) Price:
1201 downloads
openQRM Plug-ins 0.6 (Xen)
openQRM Plug-ins is a collection of community-supported plug-ins that enable openQRM to manage other enterprise software. more>>
openQRM Plug-ins is a collection of community-supported plug-ins that enable openQRM to manage other enterprise and open source software.
openQRM is designed to deal with all sorts of failures automatically, thus preventing interrupts because of unexpected events.
Implementing openQRM greatly improves the reliability of the x86 data-center.
openQRM is an open source systems management platform which integrates with existing components in enterprise data centers to create scalable, highly available and customizable infrastructures.
openQRM is derived from a proven commercial product and distributed as an open source project through SourceForge, using a modified Mozilla Public License.
openQRMs architecture extends to and embraces other existing data center technologies through "plug-ins."The openQRM project team has created a number of plug-ins for broadly-used open source projects and proprietary solutions, and seeks to recruit community members to assist in additional plug-ins.
openQRM leverages the proven technologies of PXE and NFS along with storing images on central storage to effectively manage the data center.
The project team aims to set the standard in data center management by continuing to provide a "premiere" enterprise-grade project for automating IT infrastructure, and by embracing other technologies through increasing our offering of plug-ins.
OpenQRM.org is the best destination for our projects community to share ideas and innovations. Contributed by Qlusters, openQRM.org offers a range of support and information services to benefit all users of openQRM, including implementation advice, user forums and customer feedback.
Enhancements:
- updated Xen to 3.1
- updated open-iscsi for the Xen-boot-image to version 2.0-711
- disabled extra LSI-modules
- added a Xen-console accessible via the Web-interface
<<lessopenQRM is designed to deal with all sorts of failures automatically, thus preventing interrupts because of unexpected events.
Implementing openQRM greatly improves the reliability of the x86 data-center.
openQRM is an open source systems management platform which integrates with existing components in enterprise data centers to create scalable, highly available and customizable infrastructures.
openQRM is derived from a proven commercial product and distributed as an open source project through SourceForge, using a modified Mozilla Public License.
openQRMs architecture extends to and embraces other existing data center technologies through "plug-ins."The openQRM project team has created a number of plug-ins for broadly-used open source projects and proprietary solutions, and seeks to recruit community members to assist in additional plug-ins.
openQRM leverages the proven technologies of PXE and NFS along with storing images on central storage to effectively manage the data center.
The project team aims to set the standard in data center management by continuing to provide a "premiere" enterprise-grade project for automating IT infrastructure, and by embracing other technologies through increasing our offering of plug-ins.
OpenQRM.org is the best destination for our projects community to share ideas and innovations. Contributed by Qlusters, openQRM.org offers a range of support and information services to benefit all users of openQRM, including implementation advice, user forums and customer feedback.
Enhancements:
- updated Xen to 3.1
- updated open-iscsi for the Xen-boot-image to version 2.0-711
- disabled extra LSI-modules
- added a Xen-console accessible via the Web-interface
Download (29MB)
Added: 2007-05-28 License: MPL (Mozilla Public License) Price:
885 downloads
xenConsole r0.15 beta
xenConsole is a curses-based tty/console monitor for Xen 2.0 more>>
xenConsole is a curses-based tty/console monitor for Xen 2.0, basically presenting the output from xm list in a full-screen interface with additional domain information from SNMP, colours and somewhat realtime updates.
Main features:
- Xen/domain/host information shown:
- Most output from xm list
- Load averages for individual domains, if available
- Uptime for individual domains, if available
- CPU & memory consumption shown as percentages for each domain
- Calculated total CPU busy/idle times/percentages
- Total Xen host CPU load is indicated in various ways
- Continously updates screen automatically
- Full screen application, colourized
- Easy to use, type q to quit
<<lessMain features:
- Xen/domain/host information shown:
- Most output from xm list
- Load averages for individual domains, if available
- Uptime for individual domains, if available
- CPU & memory consumption shown as percentages for each domain
- Calculated total CPU busy/idle times/percentages
- Total Xen host CPU load is indicated in various ways
- Continously updates screen automatically
- Full screen application, colourized
- Easy to use, type q to quit
Download (0.038MB)
Added: 2005-11-05 License: Artistic License Price:
1448 downloads
CentOS 5.0
CentOS is an Enterprise-class Linux Distribution. more>>
CentOS is an Enterprise-class Linux Distribution derived from sources freely provided to the public by a prominent North American Enterprise Linux vendor.
CentOS conforms fully with the upstream vendors redistribution policy and aims to be 100% binary compatible. (CentOS mainly changes packages to remove upstream vendor branding and artwork.) CentOS is free, however, we ask for a small contribution. CentOS is a project of the cAos Foundation.
CentOS is developed by a small but growing team of core developers. In turn the core developers are supported by an active user community including system administrators, network administrators, enterprise users, managers, core Linux contributors and Linux enthusiasts from around the world.
CentOS has numerous advantages over some of the other clone projects including: an active and growing user community, quickly rebuilt, tested, and QAed errata packages, an extensive mirror network, developers who are contactable and responsive, multiple free support avenues including IRC Chat, Mailing Lists, Forums, a dynamic FAQ. Commercial support is offered via a number of vendors.
CentOS exists to provide a free enterprise class computing platform to anyone who wishes to use it. CentOS 2 and 3 are fully compatible rebuilds of RHEL 2 and 3 respectively. CentOS 2 and 3 are reproduced from RHEL sources that are freely distributed by RedHat.
Redistributed packages and sources comply fully with RedHats redistribution requirements. CentOS 2 and 3 are designed for people who need an enterprise class OS without the cost, support, certification, or brand name of RedHat.
Main features:
- easy maintenance
- suitability for long term use in production environments
- friendly environment for users and package maintainers
- long-term support of the core
- active development
- community infrastructure
- open management
- open business model
- commercial support - offered by a partner vendor
Enhancements:
- We are pleased to announce the immediate availability of CentOS 5 for the i386 and x86_64 architectures. CentOS 5 is based on the upstream release 5, and includes packages from all variants including Server and Client. All upstream repositories have been combined into one, to make it easier for end users to work with. Major changes in CentOS 5 compared to CentOS 4 include: updated software versions; better desktop support with Compiz and AIGLX; virtualization provided by the Xen hypervisor with Virtual Machine Manager and libvirt; Sabayon to simplify the construction of user profiles.
<<lessCentOS conforms fully with the upstream vendors redistribution policy and aims to be 100% binary compatible. (CentOS mainly changes packages to remove upstream vendor branding and artwork.) CentOS is free, however, we ask for a small contribution. CentOS is a project of the cAos Foundation.
CentOS is developed by a small but growing team of core developers. In turn the core developers are supported by an active user community including system administrators, network administrators, enterprise users, managers, core Linux contributors and Linux enthusiasts from around the world.
CentOS has numerous advantages over some of the other clone projects including: an active and growing user community, quickly rebuilt, tested, and QAed errata packages, an extensive mirror network, developers who are contactable and responsive, multiple free support avenues including IRC Chat, Mailing Lists, Forums, a dynamic FAQ. Commercial support is offered via a number of vendors.
CentOS exists to provide a free enterprise class computing platform to anyone who wishes to use it. CentOS 2 and 3 are fully compatible rebuilds of RHEL 2 and 3 respectively. CentOS 2 and 3 are reproduced from RHEL sources that are freely distributed by RedHat.
Redistributed packages and sources comply fully with RedHats redistribution requirements. CentOS 2 and 3 are designed for people who need an enterprise class OS without the cost, support, certification, or brand name of RedHat.
Main features:
- easy maintenance
- suitability for long term use in production environments
- friendly environment for users and package maintainers
- long-term support of the core
- active development
- community infrastructure
- open management
- open business model
- commercial support - offered by a partner vendor
Enhancements:
- We are pleased to announce the immediate availability of CentOS 5 for the i386 and x86_64 architectures. CentOS 5 is based on the upstream release 5, and includes packages from all variants including Server and Client. All upstream repositories have been combined into one, to make it easier for end users to work with. Major changes in CentOS 5 compared to CentOS 4 include: updated software versions; better desktop support with Compiz and AIGLX; virtualization provided by the Xen hypervisor with Virtual Machine Manager and libvirt; Sabayon to simplify the construction of user profiles.
Download (625MB)
Added: 2007-04-12 License: GPL (GNU General Public License) Price:
588 downloads
Fedora Linux
Fedora - Linux operating system built from open source software more>>
Fedora Linux brings you a powerful Linux operating system which is built from open source software. The Fedora Project is an openly-developed project designed by Red Hat, open for general participation, led by a meritocracy, following a set of project objectives.
The goal of The Fedora Project is to work with the Linux community to build a complete, general purpose operating system exclusively from open source software. Development will be done in a public forum. The project will produce time-based releases of Fedora Core about 2-3 times a year, with a public release schedule.
The Red Hat engineering team will continue to participate in building Fedora Core and will invite and encourage more outside participation than in past releases. By using this more open process, we hope to provide an operating system more in line with the ideals of free software and more appealing to the open source community.
Major Features:
- Support for the PowerPC (PPC) architecture.
- GCC 4.0
- GNOME 2.10
- KDE 3.4 includes new accessibility features. You can manage these new features in KDS Control CenterRegional & AccessibilityAccessibility.
- Native Eclipse 3.1M6 (part of a free Java stack)
- MySQL 4.1
- PHP 5.0
- Xen 2 (virtualization to run multiple versions of an OS)
- GFS 6.1-0.pre22 (cluster file system)
- Evince 0.2.1 (universal document viewer)
- GDM 2.6 Includes early login capability
- SELinux This release includes coverage for 80 new daemons by the targeted policy. There are changes to the handling of Booleans. The targeted policy is enabled by default.
Download (0KB)
Added: 2005-06-13 License: Freeware Price: FREE
13 downloads
Fedora Linux Core 4
Fedora - Linux operating system built from open source software more>>
The Fedora Project is an openly-developed project designed by Red Hat, open for general participation, led by a meritocracy, following a set of project objectives.
The goal of The Fedora Project is to work with the Linux community to build a complete, general purpose operating system exclusively from open source software. Development will be done in a public forum.
The project will produce time-based releases of Fedora Core about 2-3 times a year, with a public release schedule.
The Red Hat engineering team will continue to participate in building Fedora Core and will invite and encourage more outside participation than in past releases.
By using this more open process, we hope to provide an operating system more in line with the ideals of free software and more appealing to the open source community.
Main features:
- Support for the PowerPC (PPC) architecture.
- GCC 4.0
- GNOME 2.10
- KDE 3.4 includes new accessibility features. You can manage these new features in KDS Control CenterRegional & AccessibilityAccessibility.
- Native Eclipse 3.1M6 (part of a free Java stack)
- MySQL 4.1
- PHP 5.0
- Xen 2 (virtualization to run multiple versions of an OS)
- GFS 6.1-0.pre22 (cluster file system)
- Evince 0.2.1 (universal document viewer)
- GDM 2.6 - Includes early login capability
- SELinux This release includes coverage for 80 new daemons by the targeted policy. There are changes to the handling of Booleans. The targeted policy is enabled by default.
<<lessThe goal of The Fedora Project is to work with the Linux community to build a complete, general purpose operating system exclusively from open source software. Development will be done in a public forum.
The project will produce time-based releases of Fedora Core about 2-3 times a year, with a public release schedule.
The Red Hat engineering team will continue to participate in building Fedora Core and will invite and encourage more outside participation than in past releases.
By using this more open process, we hope to provide an operating system more in line with the ideals of free software and more appealing to the open source community.
Main features:
- Support for the PowerPC (PPC) architecture.
- GCC 4.0
- GNOME 2.10
- KDE 3.4 includes new accessibility features. You can manage these new features in KDS Control CenterRegional & AccessibilityAccessibility.
- Native Eclipse 3.1M6 (part of a free Java stack)
- MySQL 4.1
- PHP 5.0
- Xen 2 (virtualization to run multiple versions of an OS)
- GFS 6.1-0.pre22 (cluster file system)
- Evince 0.2.1 (universal document viewer)
- GDM 2.6 - Includes early login capability
- SELinux This release includes coverage for 80 new daemons by the targeted policy. There are changes to the handling of Booleans. The targeted policy is enabled by default.
Download (naMB)
Added: 2009-04-10 License: Freeware Price:
229 downloads
rinse 0.7
rinse is a simple tool which allows you to bootstrap a basic installation of a number of RPM-based distributions on a Debian. more>>
rinse software was born out of a frustration with the currently available solutions for installing minimal copies of RPM-based distributions.
The need to perform simple chroot() installations of other distributions is not common, but the ability to do such a thing is very useful when it comes to testing new tools, and working towards the creation of new Xen guests.
The following distributions are supported:
- Centos 4 & 5
- Fedora Core 4, 5, 6 & 7
I plan to support OpenSUSE in the near future.
Enhancements:
- This is primarily a bugfix release, which restores the ability to install new distributions of Centos 4 & 5.
<<lessThe need to perform simple chroot() installations of other distributions is not common, but the ability to do such a thing is very useful when it comes to testing new tools, and working towards the creation of new Xen guests.
The following distributions are supported:
- Centos 4 & 5
- Fedora Core 4, 5, 6 & 7
I plan to support OpenSUSE in the near future.
Enhancements:
- This is primarily a bugfix release, which restores the ability to install new distributions of Centos 4 & 5.
Download (0.015MB)
Added: 2007-08-09 License: GPL (GNU General Public License) Price:
807 downloads
JumpBox vTiger CRM 1.0
JumpBox vTiger CRM is a JumpBox virtual appliance with a pre-configured installation of the vTiger CRM system. more>>
JumpBox vTiger CRM project is a JumpBox virtual appliance with a pre-configured installation of the vTiger CRM system.
Once upon a time, in the raw and exciting days when automobile technology was in its infancy, taking a road trip meant bringing a mechanic along to fix the car every time it broke down. At JumpBox we look at the current state of IT systems and see great similarity with the early automobile.
Today, if you want to deploy and run a server based application you need a mechanic to come along to keep it running. With the automobile, as time passed, the technology improved, cars became vastly more reliable and many more people were able to take to the road.
With JumpBox we’re looking to do the same for server based software. We simplify what has traditionally been complex and deliver server based Open Source applications to an audience that otherwise would be put off by the technical burdens of the old way of doing things.
An integrated software stack in a virtual appliance
A JumpBox bundles the operating system, application and all application dependancies into a single installable module that’s easily deployed using virtualization software from VMWare, Parallels or Xen
Easy to Install
A JumpBox allows you to install a complex server based application without having to know anything about Linux, databases or the command line. You just download, extract the archive and open the application with your virtualization software. Further setup and configuration is handled through a simple web interface.
Simple to manage
The JumpBox platform is pre-configured, tuned and secured to minimize the management needs of the application.
Runs anywhere
Mac OS X, Linux, Windows it doesn’t matter. Thanks to the use of virtualization, JumpBox applications run easily on all the most popular operating systems.
Painless to upgrade
With a JumpBox and the JumpBox Assurance program (launching Q2 2007), management of the system is simple and efficient. Updates to the entire software stack are handled automatically by the platform with minimal user interaction.
Quick to move
With a JumpBox all the application code, data and the runtime are bundled together into a single directory that can easily be moved between systems or even across platforms. This allows you to start using an application by just running it on your desktop. Then when you’re ready you can open it up to the rest of the network and either continue running it on your desktop or easily move it to the server at any time. It doesn’t even matter if the server is running a different operating system, with a JumpBox everything is self contained.
<<lessOnce upon a time, in the raw and exciting days when automobile technology was in its infancy, taking a road trip meant bringing a mechanic along to fix the car every time it broke down. At JumpBox we look at the current state of IT systems and see great similarity with the early automobile.
Today, if you want to deploy and run a server based application you need a mechanic to come along to keep it running. With the automobile, as time passed, the technology improved, cars became vastly more reliable and many more people were able to take to the road.
With JumpBox we’re looking to do the same for server based software. We simplify what has traditionally been complex and deliver server based Open Source applications to an audience that otherwise would be put off by the technical burdens of the old way of doing things.
An integrated software stack in a virtual appliance
A JumpBox bundles the operating system, application and all application dependancies into a single installable module that’s easily deployed using virtualization software from VMWare, Parallels or Xen
Easy to Install
A JumpBox allows you to install a complex server based application without having to know anything about Linux, databases or the command line. You just download, extract the archive and open the application with your virtualization software. Further setup and configuration is handled through a simple web interface.
Simple to manage
The JumpBox platform is pre-configured, tuned and secured to minimize the management needs of the application.
Runs anywhere
Mac OS X, Linux, Windows it doesn’t matter. Thanks to the use of virtualization, JumpBox applications run easily on all the most popular operating systems.
Painless to upgrade
With a JumpBox and the JumpBox Assurance program (launching Q2 2007), management of the system is simple and efficient. Updates to the entire software stack are handled automatically by the platform with minimal user interaction.
Quick to move
With a JumpBox all the application code, data and the runtime are bundled together into a single directory that can easily be moved between systems or even across platforms. This allows you to start using an application by just running it on your desktop. Then when you’re ready you can open it up to the rest of the network and either continue running it on your desktop or easily move it to the server at any time. It doesn’t even matter if the server is running a different operating system, with a JumpBox everything is self contained.
Download (138.9MB)
Added: 2007-07-25 License: Free To Use But Restricted Price:
875 downloads
RMoX 0.1.3
RMoX is an experimental/research occam-pi/CSP based operating-system for (currently) Pentium based PCs. more>>
RMoX is an experimental/research occam-pi/CSP based operating-system for (currently) Pentium based PCs.
CSP provides a solid foundation for describing and reasoning about parallel systems and their interactions.
The occam-pi language is an enhanced version of occam (based on CSP), that adds ideas from the pi-calculus to provide a dynamic and flexible environment for building such concurrent systems.
Traditional occam was designed for Transputers (as developed by Inmos Ltd. and later SGS Thompson, now ST Microelectronics), which had a very finite memory, and no provision for features such as virtual memory (although the T9000 did provide a limited form of fault/memory protection). Transputers were primarily targetted at embedded-systems and therefore the use of such features would have been limited (especially considering the silicon cost).
The use of occam on modern computing systems has motivated substantial language development -- both at the language level and in the capabilities of the run-time system. As a result, occam-pi now provides support for facilities such as: data, channel and process mobility; multi-level process priority; extended synchronisation; and numerous others.
Whilst occam-pi is sufficient to develop many components of an operating-system, some of the more architecture-specific low-level operations remain tricky (and perhaps not best done in occam-pi). RMoX contains various "base-layers", one is selected depending on how you wish to use RMoX (e.g. user-mode in the host OS, or standalone).
Any hardware interaction is performed either by RMoXs device-drivers or the "base-layer". The base-layer provides an abstract interface to the hardware and can be changed depending on the desired use of RMoX.
The main functions of the base-layer are to provide the bootstrap, discovery and initialisation of certain hardware (e.g. the MMU), access to physical memory, interrupts and IO/memory-mapped devices. The various base-layers are:
Minlinux base-layer: this is a stripped-down version of the Linux kernel (2.4 series) that essentially replaces the traditional "init" task with the RMoX system. This replaces the Flux OSKit used previously.
Linux26 base-layer: this is a minimal configuration and wrappers for Linux 2.6, that loads the RMoX system as a module when booted (unconditionally transferring control to it). This approach is slightly cleaner than the minlinux base-layer as it does not require any modifications to the Linux 2.6 kernel tree.
Raw base-layer: this is an experimental base-layer written in assembler that performs basic initialisation before transferring control to RMoX.
User-mode base-layer: this provides a hardware abstraction for running RMoX in an existing Linux system as a normal user-mode application. This approach is particularly useful for debugging.
The run-time KRoC/CCSP kernel provides the scheduling and communication routines for occam-pi processes. This is essentially the same run-time kernel as used in KRoC/Linux, called CCSP. The version of CCSP currently in use is from pre-releases of the next KRoC/Linux version (1.4.0). Although the RMoX and "normal" versions of CCSP are built from the same source tree, what actually gets compiled is quite different (if RMoX is being built for non-user-mode; user-mode RMoX will get the standard KRoC run-time system).
Eventually we may do away with the Linux flavoured base-layers entirely, using the more specialised "raw" base-layer instead (largely in the interests of keeping the resulting system small). However, using a Linux base-layer makes much easier the task of machine startup -- in particular dealing with any hardware anomalies that the Linux community has already catered for (typically laptop computers). Another future possibility is a low-level infrastructure that sits on top of Xen, allowing RMoX to be run alongside other Xen-ported systems (primarily Linux, Windows-XP and Plan9).
<<lessCSP provides a solid foundation for describing and reasoning about parallel systems and their interactions.
The occam-pi language is an enhanced version of occam (based on CSP), that adds ideas from the pi-calculus to provide a dynamic and flexible environment for building such concurrent systems.
Traditional occam was designed for Transputers (as developed by Inmos Ltd. and later SGS Thompson, now ST Microelectronics), which had a very finite memory, and no provision for features such as virtual memory (although the T9000 did provide a limited form of fault/memory protection). Transputers were primarily targetted at embedded-systems and therefore the use of such features would have been limited (especially considering the silicon cost).
The use of occam on modern computing systems has motivated substantial language development -- both at the language level and in the capabilities of the run-time system. As a result, occam-pi now provides support for facilities such as: data, channel and process mobility; multi-level process priority; extended synchronisation; and numerous others.
Whilst occam-pi is sufficient to develop many components of an operating-system, some of the more architecture-specific low-level operations remain tricky (and perhaps not best done in occam-pi). RMoX contains various "base-layers", one is selected depending on how you wish to use RMoX (e.g. user-mode in the host OS, or standalone).
Any hardware interaction is performed either by RMoXs device-drivers or the "base-layer". The base-layer provides an abstract interface to the hardware and can be changed depending on the desired use of RMoX.
The main functions of the base-layer are to provide the bootstrap, discovery and initialisation of certain hardware (e.g. the MMU), access to physical memory, interrupts and IO/memory-mapped devices. The various base-layers are:
Minlinux base-layer: this is a stripped-down version of the Linux kernel (2.4 series) that essentially replaces the traditional "init" task with the RMoX system. This replaces the Flux OSKit used previously.
Linux26 base-layer: this is a minimal configuration and wrappers for Linux 2.6, that loads the RMoX system as a module when booted (unconditionally transferring control to it). This approach is slightly cleaner than the minlinux base-layer as it does not require any modifications to the Linux 2.6 kernel tree.
Raw base-layer: this is an experimental base-layer written in assembler that performs basic initialisation before transferring control to RMoX.
User-mode base-layer: this provides a hardware abstraction for running RMoX in an existing Linux system as a normal user-mode application. This approach is particularly useful for debugging.
The run-time KRoC/CCSP kernel provides the scheduling and communication routines for occam-pi processes. This is essentially the same run-time kernel as used in KRoC/Linux, called CCSP. The version of CCSP currently in use is from pre-releases of the next KRoC/Linux version (1.4.0). Although the RMoX and "normal" versions of CCSP are built from the same source tree, what actually gets compiled is quite different (if RMoX is being built for non-user-mode; user-mode RMoX will get the standard KRoC run-time system).
Eventually we may do away with the Linux flavoured base-layers entirely, using the more specialised "raw" base-layer instead (largely in the interests of keeping the resulting system small). However, using a Linux base-layer makes much easier the task of machine startup -- in particular dealing with any hardware anomalies that the Linux community has already catered for (typically laptop computers). Another future possibility is a low-level infrastructure that sits on top of Xen, allowing RMoX to be run alongside other Xen-ported systems (primarily Linux, Windows-XP and Plan9).
Download (0.22MB)
Added: 2005-12-30 License: GPL (GNU General Public License) Price:
1393 downloads
Scum of the Universe 1.0
Scum of the Universe is a space trading game that combines two genres: arcade and strategy. more>>
Scum of the Universe is a space trading game that combines two genres: arcade and strategy. On one side, its a classic vertical-scrolling space shooter game. On the other side, it is an adventure and strategy. You should choose whether youll be an independent space trader, firearms smuggler, fierce freedom-fighter or something in between.
Following the main storyline, you go through the galaxy from one planet to another. Space travel requires fuel, so you need to keep earning money to buy it. You can also buy various upgrades for your spaceship and weapons that affect the arcade part of the game. The storyline itself is not linear. There are also some points where youll need to make decisions that will determine your destiny.
For thousands of years, people of planet Xen have colonized the planets in their galaxy. As time went by, many colonies grew unhappy about their status, as everything was controlled by Xen. Some of them organized military units and declared independence. You can see the status of each planet by "Rebel Sentiment" indicator. Planets with RS higher than 50% are ruled by the Rebel government, and Rebel laws apply.
Trading firearms is legal on planets ruled by Rebels, as they need as much firepower as they can get. On the other hand, Empire forbid all the trading with firearms and other ground weaponry as they wish to maintain their military advantage. One of the ways to make a lot of money is to buy cheap guns at Empire planets and sell them for a lot of money on Rebel planets where demand is extremely high. But be careful as youll need to fight Empire fleet once they find out youre a smuggler.
Beside the raging war between Xen Empire and the rebels there is increased activity of alien species, who destroy human ships. The stronger alien activity, the more waves of alien ships youll need to defeat in each planets outer orbit. Some of the aliens you destroy may drop artifacts (big blue ones) which you can sell at any space station for 20credits a piece.
<<lessFollowing the main storyline, you go through the galaxy from one planet to another. Space travel requires fuel, so you need to keep earning money to buy it. You can also buy various upgrades for your spaceship and weapons that affect the arcade part of the game. The storyline itself is not linear. There are also some points where youll need to make decisions that will determine your destiny.
For thousands of years, people of planet Xen have colonized the planets in their galaxy. As time went by, many colonies grew unhappy about their status, as everything was controlled by Xen. Some of them organized military units and declared independence. You can see the status of each planet by "Rebel Sentiment" indicator. Planets with RS higher than 50% are ruled by the Rebel government, and Rebel laws apply.
Trading firearms is legal on planets ruled by Rebels, as they need as much firepower as they can get. On the other hand, Empire forbid all the trading with firearms and other ground weaponry as they wish to maintain their military advantage. One of the ways to make a lot of money is to buy cheap guns at Empire planets and sell them for a lot of money on Rebel planets where demand is extremely high. But be careful as youll need to fight Empire fleet once they find out youre a smuggler.
Beside the raging war between Xen Empire and the rebels there is increased activity of alien species, who destroy human ships. The stronger alien activity, the more waves of alien ships youll need to defeat in each planets outer orbit. Some of the aliens you destroy may drop artifacts (big blue ones) which you can sell at any space station for 20credits a piece.
Download (3.6MB)
Added: 2007-06-01 License: Freeware Price:
877 downloads
Cobbler 0.6.0
Cobbler is a provisioning configuration tool that enables administrators to rapidly set up environments. more>>
Cobbler project is a provisioning configuration tool that enables administrators to rapidly set up environments for (simultaneously) provisioning PXE, installing Xen, and re-provisioning existing machines.
Set up of a PXE server, once a very manual process, is now greatly simplified. Cobbler also enables integrating Xen into a PXE provisioning infrastructure.
The application is designed for managing the provisioning of 1000s of machines or only just a few. Extensive documentation is provided in the accompanying manpages. Cobbler is easy to use and has an accompanying Python API.
Enhancements:
- This is a stable release that brings in Cobbler features developed since 0.4.0.
- These include dnsmasq integration support (DHCP+DNS), profile inheritance, qemu/KVM support for koan, XMLRPC interface upgrades, greater templating capabilities, control over install locations for virtual machines, support for importing distribution trees on external files, an enhanced trigger system, and numerous other improvements.
<<lessSet up of a PXE server, once a very manual process, is now greatly simplified. Cobbler also enables integrating Xen into a PXE provisioning infrastructure.
The application is designed for managing the provisioning of 1000s of machines or only just a few. Extensive documentation is provided in the accompanying manpages. Cobbler is easy to use and has an accompanying Python API.
Enhancements:
- This is a stable release that brings in Cobbler features developed since 0.4.0.
- These include dnsmasq integration support (DHCP+DNS), profile inheritance, qemu/KVM support for koan, XMLRPC interface upgrades, greater templating capabilities, control over install locations for virtual machines, support for importing distribution trees on external files, an enhanced trigger system, and numerous other improvements.
Download (0.21MB)
Added: 2007-08-10 License: GPL (GNU General Public License) Price:
815 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above xen search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed