xen 2.0
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1077
xremote 2.0
xremote is a tool for grabbing mouse and keyboard of another display. more>>
xremote is a tool for grabbing mouse and keyboard of another display.
It creates a form of remote control of other machines. All mouse- and keyboard-actions on the local machine are forwarded to the remote display.
Installation
xremote should be easy to compile and install if you are using the tar.gz. Just issue the following commands to configure, compile and install it:
# ./configure
# make
# make install
<<lessIt creates a form of remote control of other machines. All mouse- and keyboard-actions on the local machine are forwarded to the remote display.
Installation
xremote should be easy to compile and install if you are using the tar.gz. Just issue the following commands to configure, compile and install it:
# ./configure
# make
# make install
Download (0.034MB)
Added: 2006-09-27 License: GPL (GNU General Public License) Price:
1137 downloads
pBeans 2.0.2
pBeans project is a Object/Relational (O/R) database mapping layer. more>>
pBeans project is a Object/Relational (O/R) database mapping layer. It is designed to be simple to use and automated.
The idea is that you save time and effort by simply focusing on writing Java classes, and not worrying about maintenance of matching SQL scripts, schema evolution, XML based schemas, or generating code. The pBeans framework takes care of persisting JavaBeans with little assistance from the developer.
Main features:
- Automatic Table Creation and Schema Evolution- Tables corresponding to JavaBean classes are created on demand. Field types are based, by default, on JavaBean compile-time types. Field type changes and new fields are detected. Manually changing tables (user-managed mode) is also supported.
- Based on Annotated JavaBeans- You define a getter and setter for each bean property. Persisent bean classes only need to be tagged with a @PersistentClass annotation.
- Transitive Persistence- If object A is persisted and it refers to Persistent object B, then object B is automatically persisted. If Persistent object C also refers to B, and C is also persisted, the record for object B in the database is not duplicated.
- Instance Consistency- If you retrieve an object from persistent storage that is already known to exist in main memory, you get a reference to the object in main memory. (Garbage collection is allowed to happen via weak references.)
- Near-Zero Configuration- There is no need to define schemas or anything of the sort in a language other than Java, and there are no code generation steps of any kind. No XML or SQL need to be written, except the necessary to create a database and grant user permissions. However, you can instruct pBeans to let you manage database modifications manually.
- Database features- Transactions and auto-increment IDs (MySQL only) are now supported.
- Flexibility- Via annotations users are allowed to define their own table and field names, the name of the primary key, whether fields are nullable, whether tables are user-managed (not automatically modified), table indexes, unique or otherwise, whether unused fields should be deleted, whether a field is nullable, whether it is renamed from another field (to prevent loss of data when a property is renamed), etc.
- Servlet support- A pBeans store may be easily configured using servlet context parameters (see ServletAccess.)
<<lessThe idea is that you save time and effort by simply focusing on writing Java classes, and not worrying about maintenance of matching SQL scripts, schema evolution, XML based schemas, or generating code. The pBeans framework takes care of persisting JavaBeans with little assistance from the developer.
Main features:
- Automatic Table Creation and Schema Evolution- Tables corresponding to JavaBean classes are created on demand. Field types are based, by default, on JavaBean compile-time types. Field type changes and new fields are detected. Manually changing tables (user-managed mode) is also supported.
- Based on Annotated JavaBeans- You define a getter and setter for each bean property. Persisent bean classes only need to be tagged with a @PersistentClass annotation.
- Transitive Persistence- If object A is persisted and it refers to Persistent object B, then object B is automatically persisted. If Persistent object C also refers to B, and C is also persisted, the record for object B in the database is not duplicated.
- Instance Consistency- If you retrieve an object from persistent storage that is already known to exist in main memory, you get a reference to the object in main memory. (Garbage collection is allowed to happen via weak references.)
- Near-Zero Configuration- There is no need to define schemas or anything of the sort in a language other than Java, and there are no code generation steps of any kind. No XML or SQL need to be written, except the necessary to create a database and grant user permissions. However, you can instruct pBeans to let you manage database modifications manually.
- Database features- Transactions and auto-increment IDs (MySQL only) are now supported.
- Flexibility- Via annotations users are allowed to define their own table and field names, the name of the primary key, whether fields are nullable, whether tables are user-managed (not automatically modified), table indexes, unique or otherwise, whether unused fields should be deleted, whether a field is nullable, whether it is renamed from another field (to prevent loss of data when a property is renamed), etc.
- Servlet support- A pBeans store may be easily configured using servlet context parameters (see ServletAccess.)
Download (1.3MB)
Added: 2007-04-25 License: GPL (GNU General Public License) Price:
912 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
vines 2.0
vines is a small application which draws vines on your X or SunView screen. more>>
vines is a small application which draws vines on your X or SunView screen.
vines draws vines (wandering plants made up mostly of stems and leaves) on your X11 or SunView screen.
By default it draws in black and white, but color options (spring and fall) are provided.
The vines can grow across the top of your screen and down the side, down from the top of your screen until they reach the bottom, or start from the center and wander all over the screen forever.
Enhancements:
- added -z option (show version)
- added -F option (was described in README, but unimplemented!)
- added -x option (X11 synchronize)
- added -G option (growth rate)
- added -E option (edges, including bottom)
- added -P option (palette files, with samples in Vines/)
- beefed up -g option
- changed -h to -H for halt, added -h for help (like -?)
- revamped help
- various code cleanups
- various command line option and error message cleanups
- minor optimizations
- code now compiles cleanly (for X and linux, anyway)
- patched for ugly runtime bug on Dell/Linux 2.0.34/gcc 2.7.2
- added man page, CHANGES, MANIFEST, LEGALSTUFF
- added Imakefile, Makefile-noImake
- revamped README
- changed name to vines
- added sample leaf and stem template files (Sample.leaf, Sample.stem)
<<lessvines draws vines (wandering plants made up mostly of stems and leaves) on your X11 or SunView screen.
By default it draws in black and white, but color options (spring and fall) are provided.
The vines can grow across the top of your screen and down the side, down from the top of your screen until they reach the bottom, or start from the center and wander all over the screen forever.
Enhancements:
- added -z option (show version)
- added -F option (was described in README, but unimplemented!)
- added -x option (X11 synchronize)
- added -G option (growth rate)
- added -E option (edges, including bottom)
- added -P option (palette files, with samples in Vines/)
- beefed up -g option
- changed -h to -H for halt, added -h for help (like -?)
- revamped help
- various code cleanups
- various command line option and error message cleanups
- minor optimizations
- code now compiles cleanly (for X and linux, anyway)
- patched for ugly runtime bug on Dell/Linux 2.0.34/gcc 2.7.2
- added man page, CHANGES, MANIFEST, LEGALSTUFF
- added Imakefile, Makefile-noImake
- revamped README
- changed name to vines
- added sample leaf and stem template files (Sample.leaf, Sample.stem)
Download (0.032MB)
Added: 2006-09-29 License: Free To Use But Restricted Price:
1122 downloads
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
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
Cxplorer 2.0.0
Cxplorer is a Gtk+2 based file manager. more>>
Cxplorer is a Gtk+2 based file manager.
Main features:
- Front end aim that positively uses external command
- Three pane composition of preview of file list in directory tree and directory and file (The preview pane can be folded).
- Preview of file by external command of each MIME type that can be set
- The file name can be displayed by using an external filter to display the file name even in the coexistence environment of Shift-JIS, EUC-JP, and the UTF-8 file name.
- Movement of file by drag & drop
- Send it menu that can add an external command.
- Basic file operation like deletion of file, change in name, and change in permission, etc.
- Bookmark function of directory
<<lessMain features:
- Front end aim that positively uses external command
- Three pane composition of preview of file list in directory tree and directory and file (The preview pane can be folded).
- Preview of file by external command of each MIME type that can be set
- The file name can be displayed by using an external filter to display the file name even in the coexistence environment of Shift-JIS, EUC-JP, and the UTF-8 file name.
- Movement of file by drag & drop
- Send it menu that can add an external command.
- Basic file operation like deletion of file, change in name, and change in permission, etc.
- Bookmark function of directory
Download (0.067MB)
Added: 2005-10-21 License: GPL (GNU General Public License) Price:
1463 downloads
Umicons 2.0
Umicons provides Icons for KDE! more>>
Umicons provides Icons for KDE!
I have convertet in many hours over 2500 icons for KDE.
There are many icons which arent used by KDE. Just take a look in the folders.
Many thanks to mattahan, the creator of the icons, for his agreement to convert this icons for KDE.
Window-Decoration and style is "Plastik".
Enhancements:
- Many, many new icons (the most are NOT used by KDE so look intothe folders for personal use).
- Now over 700 different icons. See the screenshots.
- 3 wallpapers included (also the one from my screenshots).
<<lessI have convertet in many hours over 2500 icons for KDE.
There are many icons which arent used by KDE. Just take a look in the folders.
Many thanks to mattahan, the creator of the icons, for his agreement to convert this icons for KDE.
Window-Decoration and style is "Plastik".
Enhancements:
- Many, many new icons (the most are NOT used by KDE so look intothe folders for personal use).
- Now over 700 different icons. See the screenshots.
- 3 wallpapers included (also the one from my screenshots).
Download (13.1MB)
Added: 2007-02-08 License: Freeware Price:
999 downloads
Jesktop 2.0
Jesktop is a platform-independant Java-based desktop system. more>>
The Jesktop project is a desktop system written in Java that can have GUI applications installed into it. It is semi-dependant upon NanoContainer which is a component framework at Codehaus. NanoContainer and Constructor Dependency Injection are going to change the way we think of Java based component computing.
Jesktop has been under construction since November 2000. Its team was founded by people building Williams Portable Java Environment (PJE) since early 2000.
- To have a fully functional Java desktop environment running on a fully functional Java operating system that is portable across a number of host operating systems, or if there is JDK support in a BIOS layer, without a host operating system.
- To have a single CD installation of Linux (or other Java capable OS) without its own applications, but with NanoContainer, Jesktop and many Java apps pre-configured.
- To see the Jesktop and NanoContainer used widely by Java enthusiasts and deployed on yet to be created Network appliances and palm sized devices (when palm sized devices support J2SE). Thats right, we see this running on small devices. The attraction to hardware manufactureres is obvious - a standard open source OS layer that can support multiple applications safely.
- To see thousands of GPL, MPL, SPL, Commercial etc. etc. apps runnable inside Jesktop. All will be hot installable, reinstallable and de-installable. No reboot/restart necessary. No questions asked.
Main features:
- Multiple GUI applications running inside the same virtual machine.
- Multiple server applications running inside the same virtual machine.
- Drag and drop between applications (to finish)
- Mime type associations for applications (to finish)
- Many built-in, bundled and ported applications.
- Plugable Window Managers.
- Hot installable applications. Hot deinstallable and reinstallable too.
- Externally skinable applications. Apps dont need their own skin logic.
<<lessJesktop has been under construction since November 2000. Its team was founded by people building Williams Portable Java Environment (PJE) since early 2000.
- To have a fully functional Java desktop environment running on a fully functional Java operating system that is portable across a number of host operating systems, or if there is JDK support in a BIOS layer, without a host operating system.
- To have a single CD installation of Linux (or other Java capable OS) without its own applications, but with NanoContainer, Jesktop and many Java apps pre-configured.
- To see the Jesktop and NanoContainer used widely by Java enthusiasts and deployed on yet to be created Network appliances and palm sized devices (when palm sized devices support J2SE). Thats right, we see this running on small devices. The attraction to hardware manufactureres is obvious - a standard open source OS layer that can support multiple applications safely.
- To see thousands of GPL, MPL, SPL, Commercial etc. etc. apps runnable inside Jesktop. All will be hot installable, reinstallable and de-installable. No reboot/restart necessary. No questions asked.
Main features:
- Multiple GUI applications running inside the same virtual machine.
- Multiple server applications running inside the same virtual machine.
- Drag and drop between applications (to finish)
- Mime type associations for applications (to finish)
- Many built-in, bundled and ported applications.
- Plugable Window Managers.
- Hot installable applications. Hot deinstallable and reinstallable too.
- Externally skinable applications. Apps dont need their own skin logic.
Download (0.15MB)
Added: 2005-04-21 License: BSD License Price:
1647 downloads
Openspace 0.2.0
Openspace is powerful, flexible, and utterly configurable file manager for UNIX systems, written using the FOX toolkit. more>>
Openspace is flexible, powerful and utterly configurable file manager for UNIX systems, written using the FOX toolkit.
Main features:
- Support for two panel view and single panel view
- Graphically configurable, you dont need to look at configuration file (but you can, it is written in XML)
- Powerful file recognition system allows you to configure how files of different types are shown (with colors and icons), and what happens when you doubleclick them
- Option for automatic configutation after first run
- Internal support for most file operations (copy, move, rename, makedir etc)
- Long operations are run in separated thread like for example copying/moving you can use program during this process
- Open Source software licensed under the GNU General Public License
- Extensibility two types of plugins you can download and install them easily from configuration menu in program
- Virtual File System plugins adds supports for file systems like ftp, compressed files (tar.bz2,tar.gz) you can use them like local files
- Commands plugins contain new commands with GUI
- Drag and Drop support compatible with KDE and GNOME applications
- Fast
- Thumbnails support
- Copy and paste
- Very fast and comfortable moving through directories
- Three icons display modes: big icons, small icons and details
- Add new commands, change existings
<<lessMain features:
- Support for two panel view and single panel view
- Graphically configurable, you dont need to look at configuration file (but you can, it is written in XML)
- Powerful file recognition system allows you to configure how files of different types are shown (with colors and icons), and what happens when you doubleclick them
- Option for automatic configutation after first run
- Internal support for most file operations (copy, move, rename, makedir etc)
- Long operations are run in separated thread like for example copying/moving you can use program during this process
- Open Source software licensed under the GNU General Public License
- Extensibility two types of plugins you can download and install them easily from configuration menu in program
- Virtual File System plugins adds supports for file systems like ftp, compressed files (tar.bz2,tar.gz) you can use them like local files
- Commands plugins contain new commands with GUI
- Drag and Drop support compatible with KDE and GNOME applications
- Fast
- Thumbnails support
- Copy and paste
- Very fast and comfortable moving through directories
- Three icons display modes: big icons, small icons and details
- Add new commands, change existings
Download (2.4MB)
Added: 2006-04-09 License: GPL (GNU General Public License) Price:
1294 downloads
OpenKiosk 2.0.6
OpenKiosk is a multi-platform kiosk management software. more>>
OpenKiosk is an open-source multi-platform kiosk system designed for use in libraries, offices, schools, internet cafes, airports, conference rooms, and more!
Openkiosk aims to be one of the best kiosk software available in the open-souce community. The following prototype screenshots of the OpenKiosk client reflects its evolution towards the goal of acheiving simplicity and elegance in kiosk terminals.
OpenKiosk, is a system made up of a collection of programs that work together in a local network of inter-connected computers. It is a centralized management software for kiosks. It assumes that the resources are shared and centralized as well, including the Internet connection. This implies that the shared Internet connection to the outside world is assumed to be always on at some point within the local network, perhaps a NAT server. It is up to the client program to automatically limit customers individually from accessing the Internet.
When a customer walks in and uses a kiosk or a workstation, the client program obtains his/her login/user account information. It then sends this login information to the server, which in turn, verifies this data and if valid, returns the access rights and duration of use for the customer back to the client program.
The client program at this point, handles the restrictions transparently including preventing running new programs and making it appear that the Internet connection is down if the time limit is reached or if the administrator manually stopped a customer from continuing to use a kiosk/workstation.
OpenKiosk is primarily designed with the multi-user network in mind. From a library containing 20 public browsing terminals to a large internet cafe or convention center containing hundreds to thousands of kiosks or workstations, OpenKiosk is built with components that are designed to scale up. It is not meant to be used on a single stand-alone computer
The Openkiosk system is basically composed of two parts. The first program is called NodeView. It acts as the OpenKiosk central server containing the client information database. It is responsible for administering all the clients on the network either automatically or manually. Monitoring and controlling the workstations can be done locally via the graphical user interfaces or remotely from a Java Applet in a browser.
The second part is simply called "The Client". It is the actual program that sits between the customer and the operating system interface on the workstations. It is the software which physically limits the users access to the Internet, network resources, the local programs on the workstation itself.
For automatic usage, it can take in membership card login. It is also possible to interface to much more advanced hardware readers such as smart card readers. The client is also capable of simple but important tasks such as remote shutdown, instant messaging, file updates and much more.
Presently, there are two versions of clients. The X11 Linux/Unix version, which is an applet that sits on top of the KDE panel (requires at least KDE 3.X) and the Windows version (Windows 95,98,NT,2000,XP).
<<lessOpenkiosk aims to be one of the best kiosk software available in the open-souce community. The following prototype screenshots of the OpenKiosk client reflects its evolution towards the goal of acheiving simplicity and elegance in kiosk terminals.
OpenKiosk, is a system made up of a collection of programs that work together in a local network of inter-connected computers. It is a centralized management software for kiosks. It assumes that the resources are shared and centralized as well, including the Internet connection. This implies that the shared Internet connection to the outside world is assumed to be always on at some point within the local network, perhaps a NAT server. It is up to the client program to automatically limit customers individually from accessing the Internet.
When a customer walks in and uses a kiosk or a workstation, the client program obtains his/her login/user account information. It then sends this login information to the server, which in turn, verifies this data and if valid, returns the access rights and duration of use for the customer back to the client program.
The client program at this point, handles the restrictions transparently including preventing running new programs and making it appear that the Internet connection is down if the time limit is reached or if the administrator manually stopped a customer from continuing to use a kiosk/workstation.
OpenKiosk is primarily designed with the multi-user network in mind. From a library containing 20 public browsing terminals to a large internet cafe or convention center containing hundreds to thousands of kiosks or workstations, OpenKiosk is built with components that are designed to scale up. It is not meant to be used on a single stand-alone computer
The Openkiosk system is basically composed of two parts. The first program is called NodeView. It acts as the OpenKiosk central server containing the client information database. It is responsible for administering all the clients on the network either automatically or manually. Monitoring and controlling the workstations can be done locally via the graphical user interfaces or remotely from a Java Applet in a browser.
The second part is simply called "The Client". It is the actual program that sits between the customer and the operating system interface on the workstations. It is the software which physically limits the users access to the Internet, network resources, the local programs on the workstation itself.
For automatic usage, it can take in membership card login. It is also possible to interface to much more advanced hardware readers such as smart card readers. The client is also capable of simple but important tasks such as remote shutdown, instant messaging, file updates and much more.
Presently, there are two versions of clients. The X11 Linux/Unix version, which is an applet that sits on top of the KDE panel (requires at least KDE 3.X) and the Windows version (Windows 95,98,NT,2000,XP).
Download (1.1MB)
Added: 2005-08-09 License: GPL (GNU General Public License) Price:
872 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
KCad 2.0
KCad is a screensaver for KDE 3, based on KCad 1.1 (a old screensaver for Kde 2.2). more>>
KCad is a screensaver for KDE 3, based on KCad 1.1 (a old screensaver for Kde 2.2). KCad is a KDE Control+Alt+Canc screensaver.
KCAD is a very simple screensaver for KDE. In fact, it may remind you of certain OTHER evil screensavers. This was designed so that you can "trick" your Boss (in the BOFH sense) into thinking that youre running Windows NT on your workstation/server, even if you are running (insert UNIX clone name here). By default, it looks very KDE-ish, but you can make it look more convincing by putting the following text into the file $HOME/.kde/share/config/kcad.kssrc.
Installation:
./configure --prefix=/path/to/kde --with-qt-includes=/path/to/qt-includes
make all
su
make install
exit
NOTE:
- KUbuntu prefix is /usr
<<lessKCAD is a very simple screensaver for KDE. In fact, it may remind you of certain OTHER evil screensavers. This was designed so that you can "trick" your Boss (in the BOFH sense) into thinking that youre running Windows NT on your workstation/server, even if you are running (insert UNIX clone name here). By default, it looks very KDE-ish, but you can make it look more convincing by putting the following text into the file $HOME/.kde/share/config/kcad.kssrc.
Installation:
./configure --prefix=/path/to/kde --with-qt-includes=/path/to/qt-includes
make all
su
make install
exit
NOTE:
- KUbuntu prefix is /usr
Download (1.4MB)
Added: 2006-05-23 License: Public Domain Price:
1252 downloads
WIGS 2.0
WIGS is both an API to talk to a GPS receiver over the serial port via the NMEA protocol. more>>
WIGS is both an API to talk to a GPS receiver over the serial port via the NMEA protocol supported by most GPS receivers, as well as an application that use this API.
The first phase of the WIGS project is now completed as weve published the API.
The second phase is to make an application to present the data received from the GPS in a simple and intuitive way.
The third phase, and also the most important phase, is to add a special mapping feature which allows the user to load any scanned map and, as long as that map is calibrated by providing a set of known coordinates on that map (usually the corners of the map), present the users current position on that map.
Enhancements:
- The API was completely rewritten for better integration into the GUI.
- Third party communications drivers written by developers other than the development team are supported.
- Some minor bugs were fixed.
<<lessThe first phase of the WIGS project is now completed as weve published the API.
The second phase is to make an application to present the data received from the GPS in a simple and intuitive way.
The third phase, and also the most important phase, is to add a special mapping feature which allows the user to load any scanned map and, as long as that map is calibrated by providing a set of known coordinates on that map (usually the corners of the map), present the users current position on that map.
Enhancements:
- The API was completely rewritten for better integration into the GUI.
- Third party communications drivers written by developers other than the development team are supported.
- Some minor bugs were fixed.
Download (MB)
Added: 2006-11-21 License: GPL (GNU General Public License) Price:
1072 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
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 2.0 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