study
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 155

Sing and Study 0.0724
useful software which helps you learn a new language by songs. more>>
Sing and Study 0.0724 is a useful software which helps you learn a new language by songs.
Major Features:
- Organize all of them in one convenient place for easier learning
- Find the song's lyrics
- Translate the lyrics
- Show album covers
- Search Youtube videos
- Play a game of guessing words (every time different words)
- Start listening to the music and learning a new language now!
Added: 2009-07-27 License: Freeware Price: FREE
downloads
LPI 101 study guide 2.0
Linux Holdings Linux study guide. more>>
This study guide from Linux Holdings will help you to train for the Linux LPI 101 exam.
Linux Holdings is a linux and Open Source training company, training Linux Administration as the core focus.
These are not the only Open Source courses we offer, but the most popular.
Training info
Linux Holdings offer a full spectrum of Linux and open source courses. These start from basic low-level courses to the very advanced administration courses.
All our administration courses are based on the international LPI certification. Our trainers are the best available in South Africa. They are not just excellent Linux administrators with many years experience; they are also the best trainers in the industry. Good administrators are not necessarily good trainers; we give you the best of both sides.
Our entry-level and intermediate courses include the ICDL for OpenOffice.org. We have a full marketing and development department constantly developing and updating courses. Linux Holdings invests huge amounts of time and resources in development, testing and research to give the best training available today.
Our quality department ensures that all students are trained to the highest standard possible. It is also the quality departments duty to ensure that students start with the right course so the learning gradient is not to high or to low. Speak to us so that we can suggest the proper courses for your IT experience.
<<lessLinux Holdings is a linux and Open Source training company, training Linux Administration as the core focus.
These are not the only Open Source courses we offer, but the most popular.
Training info
Linux Holdings offer a full spectrum of Linux and open source courses. These start from basic low-level courses to the very advanced administration courses.
All our administration courses are based on the international LPI certification. Our trainers are the best available in South Africa. They are not just excellent Linux administrators with many years experience; they are also the best trainers in the industry. Good administrators are not necessarily good trainers; we give you the best of both sides.
Our entry-level and intermediate courses include the ICDL for OpenOffice.org. We have a full marketing and development department constantly developing and updating courses. Linux Holdings invests huge amounts of time and resources in development, testing and research to give the best training available today.
Our quality department ensures that all students are trained to the highest standard possible. It is also the quality departments duty to ensure that students start with the right course so the learning gradient is not to high or to low. Speak to us so that we can suggest the proper courses for your IT experience.
Download (MB)
Added: 2007-01-30 License: (FDL) GNU Free Documentation License Price:
1025 downloads
LPI 102 study guide 102.0.0
Linux Holdings Linux study guide LPI 102. more>>
Linux Holdings Linux study guide LPI 102.
Linux Holdings is a linux and Open Source training company, training Linux Administration as the core focus.
These are not the only Open Source courses we offer, but the most popular.
Training info
Linux Holdings offer a full spectrum of Linux and open source courses. These start from basic low-level courses to the very advanced administration courses.
All our administration courses are based on the international LPI certification. Our trainers are the best available in South Africa. They are not just excellent Linux administrators with many years experience; they are also the best trainers in the industry. Good administrators are not necessarily good trainers; we give you the best of both sides.
Our entry-level and intermediate courses include the ICDL for OpenOffice.org. We have a full marketing and development department constantly developing and updating courses. Linux Holdings invests huge amounts of time and resources in development, testing and research to give the best training available today.
Our quality department ensures that all students are trained to the highest standard possible. It is also the quality departments duty to ensure that students start with the right course so the learning gradient is not to high or to low. Speak to us so that we can suggest the proper courses for your IT experience.
<<lessLinux Holdings is a linux and Open Source training company, training Linux Administration as the core focus.
These are not the only Open Source courses we offer, but the most popular.
Training info
Linux Holdings offer a full spectrum of Linux and open source courses. These start from basic low-level courses to the very advanced administration courses.
All our administration courses are based on the international LPI certification. Our trainers are the best available in South Africa. They are not just excellent Linux administrators with many years experience; they are also the best trainers in the industry. Good administrators are not necessarily good trainers; we give you the best of both sides.
Our entry-level and intermediate courses include the ICDL for OpenOffice.org. We have a full marketing and development department constantly developing and updating courses. Linux Holdings invests huge amounts of time and resources in development, testing and research to give the best training available today.
Our quality department ensures that all students are trained to the highest standard possible. It is also the quality departments duty to ensure that students start with the right course so the learning gradient is not to high or to low. Speak to us so that we can suggest the proper courses for your IT experience.
Download (MB)
Added: 2006-05-06 License: (FDL) GNU Free Documentation License Price:
1281 downloads
IVuPy 0.1
IVuPy aims to be a solid basis for large Qt based Python programs geared to 3D visualization and data analysis. more>>
IVuPy (I-View-Py) aims to be a solid basis for large Qt based Python programs geared to data analysis and 3D visualization of huge data sets.
Python is extended by IVuPy with more than 600 classes of two of the Coin3D C++ class libraries: Coin and SoQt.
Data exchange between Python and the Coin3D data structures is based on the Numerical Python extension modules (any combination of NumPy, numarray, and Numeric).
IVuPy requires at least one of the Numerical Python extension modules, either NumPy, either Numeric, or numarray (IVuPy works with all of them at once). The Numerical Python extension turn Python into an array processing language like Matlab or IDL.
The data transfer between the Numerical Python arrays and the Coin3D data structures has been implemented in C++ for efficiency.
IVuPy has been built using SIP, the interface generator for PyQt. This assures optimal integration with PyQt and very efficient bindings as exposed in Python Wrapper Tools: a Performance Study.
SIP bindings blur the distinction between wrapped C++ classes and Python classes and enable powerful subclassing in Python. For instance, viewer.py demonstrates how customization of event handling can be implemented in a subclass of SoQtExaminerViewer by reimplementing SoQtRenderarea::processEvent().
IVuPy does a bounds check when accessing an element of Open Inventor data structures (SbVec, SoMField), and raises an exception when the check fails.
<<lessPython is extended by IVuPy with more than 600 classes of two of the Coin3D C++ class libraries: Coin and SoQt.
Data exchange between Python and the Coin3D data structures is based on the Numerical Python extension modules (any combination of NumPy, numarray, and Numeric).
IVuPy requires at least one of the Numerical Python extension modules, either NumPy, either Numeric, or numarray (IVuPy works with all of them at once). The Numerical Python extension turn Python into an array processing language like Matlab or IDL.
The data transfer between the Numerical Python arrays and the Coin3D data structures has been implemented in C++ for efficiency.
IVuPy has been built using SIP, the interface generator for PyQt. This assures optimal integration with PyQt and very efficient bindings as exposed in Python Wrapper Tools: a Performance Study.
SIP bindings blur the distinction between wrapped C++ classes and Python classes and enable powerful subclassing in Python. For instance, viewer.py demonstrates how customization of event handling can be implemented in a subclass of SoQtExaminerViewer by reimplementing SoQtRenderarea::processEvent().
IVuPy does a bounds check when accessing an element of Open Inventor data structures (SbVec, SoMField), and raises an exception when the check fails.
Download (1.2MB)
Added: 2006-02-24 License: GPL (GNU General Public License) Price:
1337 downloads
xmppstatusbot 0.2
xmppstatusbot script will connect to jabber/xmpp account and set status to announce what song is currently being played. more>>
xmppstatusbot script will connect to jabber/xmpp account and set status to announce what song is currently being played in your amarok. You can create dedicated account for this bot or you can use your normal one if youre not afraid (second option is really more convinient - just setup and forget). The bot itself will use negative resource priority which means it will not get any of your messages. This way you can even turn off your IM and still be able to announce music you are playing.
I wrote this as my study project to show I can write in Python. I will probably have no time to update it except fixes, but ... if you really like it you can drop me mail and if I will start being proud of this little script than Ill probably look into it more.
If youre interested in developing it more - please take it and upgrade it. Just let me know so I can share your happiness.
I have some ideas:
* remote control (so this bot will follow orders like "next", "shuffle" etc.) so you can control amarok on another computer just using your IM)
* multiaccounting
* better configuration dialog
<<lessI wrote this as my study project to show I can write in Python. I will probably have no time to update it except fixes, but ... if you really like it you can drop me mail and if I will start being proud of this little script than Ill probably look into it more.
If youre interested in developing it more - please take it and upgrade it. Just let me know so I can share your happiness.
I have some ideas:
* remote control (so this bot will follow orders like "next", "shuffle" etc.) so you can control amarok on another computer just using your IM)
* multiaccounting
* better configuration dialog
Download (0.020MB)
Added: 2007-07-18 License: GPL (GNU General Public License) Price:
828 downloads
Tntdb 0.9.2
Tntdb is a c++-class-library for database access. more>>
Tntdb is a c++-class-library for easy access to databases. The interface is database-independent. Driverclasses are loaded dynamically.
The goal of it is to have easy access to databases. You dont have to worry about resourceleakage, because all objects you use directly are allocated on the stack and deleted automatically, when going out of scope. The interfaceobjects are wrappers to referencecounted instances, so you can copy them around at your own will. Resources are freed, when the last object goes out of scope.
Errorhandling is done exclusively with exceptionhandling. Just wrap your code with a single try-catch and you have full errorhandling. Exceptions are all derived from std::exception.
STL is used where possible and also STL-like and -compatible interfaces are offered, where suitable.
Tntdb is targeted for applicationprogramming. It is not suitable for generic databasetools. It does not offer e.g. schemaquery. You have to know, how your tables look like. Thats true for normal applications.
You use SQL for databaseaccess. No wrapperclasses like active resultsets or databound controls are offered. Instead you have best control over the database. You can use every SQL-trick you know to get most out of your database. Also this is a thin wrapper, so that you should have no big performancepenalty compared to direct access to the C-API.
The project started already some years ago as a postgresql-wrapper. Later I added a sqlite-3-wrapper.
The current status is, that there is a working mysql- and postgresql-driver-class. The sqlite-3-wrapper is included here, but it is just a early design-study. Tntdb works, but it is not dynamically loaded like the other drivers.
The public headers include documentation, which can be generated using Doxygen.
Also there are some small examples in the demo-directory.
<<lessThe goal of it is to have easy access to databases. You dont have to worry about resourceleakage, because all objects you use directly are allocated on the stack and deleted automatically, when going out of scope. The interfaceobjects are wrappers to referencecounted instances, so you can copy them around at your own will. Resources are freed, when the last object goes out of scope.
Errorhandling is done exclusively with exceptionhandling. Just wrap your code with a single try-catch and you have full errorhandling. Exceptions are all derived from std::exception.
STL is used where possible and also STL-like and -compatible interfaces are offered, where suitable.
Tntdb is targeted for applicationprogramming. It is not suitable for generic databasetools. It does not offer e.g. schemaquery. You have to know, how your tables look like. Thats true for normal applications.
You use SQL for databaseaccess. No wrapperclasses like active resultsets or databound controls are offered. Instead you have best control over the database. You can use every SQL-trick you know to get most out of your database. Also this is a thin wrapper, so that you should have no big performancepenalty compared to direct access to the C-API.
The project started already some years ago as a postgresql-wrapper. Later I added a sqlite-3-wrapper.
The current status is, that there is a working mysql- and postgresql-driver-class. The sqlite-3-wrapper is included here, but it is just a early design-study. Tntdb works, but it is not dynamically loaded like the other drivers.
The public headers include documentation, which can be generated using Doxygen.
Also there are some small examples in the demo-directory.
Download (0.34MB)
Added: 2007-05-13 License: GPL (GNU General Public License) Price:
894 downloads
PitaCard 0.8
PitaCard is a program for creating and reviewing flashcards. more>>
PitaCard is a program for creating and reviewing flashcards. PitaCard was initially designed for aiding language study and has strong multi-language support.
PitaCard is written in python using the PyGTK bindings to the GTK+ library.
<<lessPitaCard is written in python using the PyGTK bindings to the GTK+ library.
Download (0.008MB)
Added: 2006-05-01 License: GPL (GNU General Public License) Price:
1272 downloads
SURVIVOR 1.0
SURVIVOR is yet another systems monitor. more>>
SURVIVOR is yet another systems monitor.
Does the world need yet another systems monitor? Well, the world has had the Backstreet Boys, N Sync, 98 Degrees, Take That, Boyzone, Westlife, 5ive, O-Town, not to mention New Kids on the Block, All-4-One, Boyz II Men, New Edition, and Menudo, so clearly there is an ability to accept and even appreciate redundancy. Not that one needs to appreciate boy bands to appreciate systems monitoring, and perhaps now would be a good time to underscore that the SURVIVOR project does not endorse or even listen to boy bands.
Differentiating systems monitors can be a lot like differentiating boy bands. At first glance, they all look alike. With careful study, however, they all still look alike, except that some have goatees and others dont. With further study, it is possible to detect different accents, but no matter how far you look you still have a boy band.
In this respect, SURVIVOR is a lot like other systems monitors. It was written because of requirements that dictated the equivalent of a boy band with two Americans, two Brits, and an Australian, two with goatees, three brunettes, and not all of them living in the same town in Florida.
Unlike most boy bands, the core of SURVIVOR is a POSIX-thread based scheduler, responsible for determining when services should be checked and when alerts should be transmitted. The scheduler should be highly scalable, although it has not yet been tested against an entire class B network.
Like almost every other package, check and alert modules may be written in any language. These modules should generally scale quite well, although specifics depend on what the module actually does.
A command line interface, web interface, and two-way messaging gateway are provided.
Unlike most boy bands, SURVIVOR is intended to be a very high quality, feature rich, package. It is unlikely to ever get airtime on TRL.
Enhancements:
- In addition to the usual bugfixes, this stabilization release adds five new check modules, a flap reporting module, and adds various improvements to the command and Web interfaces.
- This is the first release with accompanying RPMs.
<<lessDoes the world need yet another systems monitor? Well, the world has had the Backstreet Boys, N Sync, 98 Degrees, Take That, Boyzone, Westlife, 5ive, O-Town, not to mention New Kids on the Block, All-4-One, Boyz II Men, New Edition, and Menudo, so clearly there is an ability to accept and even appreciate redundancy. Not that one needs to appreciate boy bands to appreciate systems monitoring, and perhaps now would be a good time to underscore that the SURVIVOR project does not endorse or even listen to boy bands.
Differentiating systems monitors can be a lot like differentiating boy bands. At first glance, they all look alike. With careful study, however, they all still look alike, except that some have goatees and others dont. With further study, it is possible to detect different accents, but no matter how far you look you still have a boy band.
In this respect, SURVIVOR is a lot like other systems monitors. It was written because of requirements that dictated the equivalent of a boy band with two Americans, two Brits, and an Australian, two with goatees, three brunettes, and not all of them living in the same town in Florida.
Unlike most boy bands, the core of SURVIVOR is a POSIX-thread based scheduler, responsible for determining when services should be checked and when alerts should be transmitted. The scheduler should be highly scalable, although it has not yet been tested against an entire class B network.
Like almost every other package, check and alert modules may be written in any language. These modules should generally scale quite well, although specifics depend on what the module actually does.
A command line interface, web interface, and two-way messaging gateway are provided.
Unlike most boy bands, SURVIVOR is intended to be a very high quality, feature rich, package. It is unlikely to ever get airtime on TRL.
Enhancements:
- In addition to the usual bugfixes, this stabilization release adds five new check modules, a flap reporting module, and adds various improvements to the command and Web interfaces.
- This is the first release with accompanying RPMs.
Download (1.0MB)
Added: 2007-04-04 License: GPL (GNU General Public License) Price:
933 downloads
THC-Hydra 5.3
THC-Hydra is the best parallized login hacker. more>>
THC-Hydra is the best parallized login hacker: for Samba, FTP, IMAP, Telnet, POP3, HTTP Auth, LDAP, MySQL, VNC, ICQ, NNTP, Socks5, PCNFS, Cisco and more.
Includes SSL support and is part of Nessus. Visit the project web site to download Win32, Palm and ARM binaries.
Number one of the biggest security holes are passwords, as every password security study shows. Hydra is a parallized login cracker which supports numerous protocols to attack. New modules are easy to add, beside that, it is flexible and very fast.
Currently this tool supports:
TELNET, FTP, HTTP, HTTPS, HTTP-PROXY, SMB, SMBNT, MS-SQL, MYSQL, REXEC, RSH, RLOGIN, CVS, SNMP, SMTP-AUTH, SOCKS5, VNC, POP3, IMAP, NNTP, PCNFS, ICQ, SAP/R3, LDAP2, LDAP3, Postgres, Teamspeak, Cisco auth, Cisco enable, LDAP2, Cisco AAA (incorporated in telnet module).
This tool is a proof of concept code, to give researchers and security consultants the possiblity to show how easy it would be to gain unauthorized access from remote to a system.
This tool is for legal purposes only!
If this tool is used as part of a commercial service (e.g. pentest), name, version and web address of this tool must be mentioned in the report.
If this tool is incorporated into a commercial tool (means: it costs money, has license costs or upgrade fees, etc.) or called by it, the name, version and web address of this tool must be mentioned in the report output of the tool. Addtionally, a commercial version, key file, etc. must be made available to the author free of charge.
<<lessIncludes SSL support and is part of Nessus. Visit the project web site to download Win32, Palm and ARM binaries.
Number one of the biggest security holes are passwords, as every password security study shows. Hydra is a parallized login cracker which supports numerous protocols to attack. New modules are easy to add, beside that, it is flexible and very fast.
Currently this tool supports:
TELNET, FTP, HTTP, HTTPS, HTTP-PROXY, SMB, SMBNT, MS-SQL, MYSQL, REXEC, RSH, RLOGIN, CVS, SNMP, SMTP-AUTH, SOCKS5, VNC, POP3, IMAP, NNTP, PCNFS, ICQ, SAP/R3, LDAP2, LDAP3, Postgres, Teamspeak, Cisco auth, Cisco enable, LDAP2, Cisco AAA (incorporated in telnet module).
This tool is a proof of concept code, to give researchers and security consultants the possiblity to show how easy it would be to gain unauthorized access from remote to a system.
This tool is for legal purposes only!
If this tool is used as part of a commercial service (e.g. pentest), name, version and web address of this tool must be mentioned in the report.
If this tool is incorporated into a commercial tool (means: it costs money, has license costs or upgrade fees, etc.) or called by it, the name, version and web address of this tool must be mentioned in the report output of the tool. Addtionally, a commercial version, key file, etc. must be made available to the author free of charge.
Download (0.18MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1471 downloads
FlashKard 1.0
FlashKard project is a vocabulary training tool. more>>
FlashKard project is a vocabulary training tool.
It is designed to be used in any situation where a fixed set of vocabulary (technical or linguistic) is to be learnt.
FlashKard is a vocabulary studying tool for learning languages or terminology.
Its currently included into KDE.
<<lessIt is designed to be used in any situation where a fixed set of vocabulary (technical or linguistic) is to be learnt.
FlashKard is a vocabulary studying tool for learning languages or terminology.
Its currently included into KDE.
Download (MB)
Added: 2006-10-17 License: GPL (GNU General Public License) Price:
1104 downloads
SkyDome 1.4.00
SkyDome is a star chart utility to study stars and radio sky via an original user interface. more>>
SkyDome project is a tool to demonstrate the location of stars, planets, constellations, and the Milky Way during Earths rotation.
Besides the optical view, various other star maps are incorporated from satellites like COBE, EGRET, and IUE, making the multi-wavelength Milky Way visible to the user.
Enhancements:
- This release includes visualisation of radio sources.
- It uses IFS to plot radio astronomy WAV files on the skymap.
<<lessBesides the optical view, various other star maps are incorporated from satellites like COBE, EGRET, and IUE, making the multi-wavelength Milky Way visible to the user.
Enhancements:
- This release includes visualisation of radio sources.
- It uses IFS to plot radio astronomy WAV files on the skymap.
Download (4.5MB)
Added: 2006-11-16 License: Free for non-commercial use Price:
1073 downloads
Guarded Memory Move 0.6
Guarded Memory Move tool is useful for studying buffer overflows and catching them together with a good stack image. more>>
Guarded Memory Move project gets handy when you have to study buffer overflows and you need to catch them together with a "good" stack image. When a stack overflow has been exploited, the back trace is already gone together with good information about parameters and local variables, that are of vital importance when trying to understand how the attacker is trying to work out the exploit. The GMM library uses dynamic function call interception to catch the most common functions that are used by attackers to exploit stack buffers.
The GMM library uses the LD_PRELOAD capability and offers two services to the user. First of all, it avoids buffer overflow to allow the attacker to execute shell-code on your machine. Second, in case where an exploit is detected, the stack content is saved and a segmentation fault is triggered. The resulting core dump will then have all the necessary information to debug the exploit and fix the software. Internally, the library insert itself between the application and the glibc library and intercept functions that might lead to buffer overflow exploits. Before calling the glibc core function, the GMM layer saves part of the stack frame above the caller to a temporary location in its frame.
It also stores the previous three return addresses in its local storage before calling the glibc core function. When the core function returns, the GMM code samples again the previously recorded return addresses and, if they differ, it restores the previously saved stack frame and issue a segmentation fault. This with a clean stack frame, so that it can be inspected with a debugger. While other solutions exist to detect buffer overflow exploits, like for example StackGuard and StackShield, those differs from GMM in many ways. They live as gcc patches and do require you to rebuild your application to use their functionalities. The good of this approach is that every single function is protected against buffer overflows.
The bad of this solution is that every single function is protected against buffer overflows. That is, performance regression on the whole application, even if this is not really a huge problem when hunting for buffer overflows. Another solution similar to GMM is LibSafe, but it does not save and restore the stack frame by making it unusable for debugging. But lets see how GMM differs from the above listed solutions. First of all, GMM works everywhere there are stack frames and the gcc and glibc duo. That means that it is not limited to i386 only. And now the real reason for the GMM existence.
Enhancements:
- GCCs __builtin_return_address and __builtin_frame_address seems to return garbage instead of NULL at the last frame. This release fixes the problem.
<<lessThe GMM library uses the LD_PRELOAD capability and offers two services to the user. First of all, it avoids buffer overflow to allow the attacker to execute shell-code on your machine. Second, in case where an exploit is detected, the stack content is saved and a segmentation fault is triggered. The resulting core dump will then have all the necessary information to debug the exploit and fix the software. Internally, the library insert itself between the application and the glibc library and intercept functions that might lead to buffer overflow exploits. Before calling the glibc core function, the GMM layer saves part of the stack frame above the caller to a temporary location in its frame.
It also stores the previous three return addresses in its local storage before calling the glibc core function. When the core function returns, the GMM code samples again the previously recorded return addresses and, if they differ, it restores the previously saved stack frame and issue a segmentation fault. This with a clean stack frame, so that it can be inspected with a debugger. While other solutions exist to detect buffer overflow exploits, like for example StackGuard and StackShield, those differs from GMM in many ways. They live as gcc patches and do require you to rebuild your application to use their functionalities. The good of this approach is that every single function is protected against buffer overflows.
The bad of this solution is that every single function is protected against buffer overflows. That is, performance regression on the whole application, even if this is not really a huge problem when hunting for buffer overflows. Another solution similar to GMM is LibSafe, but it does not save and restore the stack frame by making it unusable for debugging. But lets see how GMM differs from the above listed solutions. First of all, GMM works everywhere there are stack frames and the gcc and glibc duo. That means that it is not limited to i386 only. And now the real reason for the GMM existence.
Enhancements:
- GCCs __builtin_return_address and __builtin_frame_address seems to return garbage instead of NULL at the last frame. This release fixes the problem.
Download (0.41MB)
Added: 2007-04-24 License: GPL (GNU General Public License) Price:
914 downloads
postPHPix 0.5-1
postPHPix is a PHP-based interface to manage LDAP virtual mail domains. more>>
Postphpix is a mail subsystem based on Postfix and LDAP, it started with a PHP interface to manage mail domains via web, but now it can be managed from command line too through the command phpxadm. I started this project needing a mail subsystem that should be:
.secure
no system users
.scalable
daemons intercommunicates via socket so can be splitted on many phisical servers for high traffic systems using eventually SSL encription
.reliable
after splitting the daemons, you can get systems reduntant using for example heartbeat clustering software, and the ldap database allow you to manage and backup user information quickly or realize a mail folder backup server easily
.packageable
for many years I used Qmail, now I need more license flexibilty, so I decided to study and use Postfix, this architecture is the mail subsystem of the Argo GNU/Linux distribution that soon will be available as free software too
Enhancements:
- /etc/postphpix/postphpixconf.sh moved in /usr/lib/postphpix/
<<less.secure
no system users
.scalable
daemons intercommunicates via socket so can be splitted on many phisical servers for high traffic systems using eventually SSL encription
.reliable
after splitting the daemons, you can get systems reduntant using for example heartbeat clustering software, and the ldap database allow you to manage and backup user information quickly or realize a mail folder backup server easily
.packageable
for many years I used Qmail, now I need more license flexibilty, so I decided to study and use Postfix, this architecture is the mail subsystem of the Argo GNU/Linux distribution that soon will be available as free software too
Enhancements:
- /etc/postphpix/postphpixconf.sh moved in /usr/lib/postphpix/
Download (0.082MB)
Added: 2005-04-28 License: GPL (GNU General Public License) Price:
1639 downloads
Simulum 0.04.44
Simulum is a star movement simulation. more>>
Simulum deals with different simulations of star movements and their visualizations. At first we look at the projection and accumulation of star brightness.
In actually doing this we have to distribute stars among a three dimensional figure. To get a nice effect we combine the photographic image production with a moving view point. So we get the visual impression of flying through a star field.
Secondly we will study different algorithms of particle movements and clustering. The primary approach will use a combination of Newtons gravitational law, energy and impulse conservation.
At all these stages an highly dynamic view of the processes could be produced and will lead at least to interesting screen savers...
Whats New in This Release:
ï¿1⁄2 A huge refactoring phase took place.
ï¿1⁄2 Now the code is much better organized.
ï¿1⁄2 A simple gravity engine is included, so you can watch gravity at work.
ï¿1⁄2 It has now a nice GUI.
ï¿1⁄2 You can browse the simulation with your mouse.
ï¿1⁄2 The provided unsigned jar includes an applet that can directly be used by HTML pages; this release includes sample HTML pages.
ï¿1⁄2 You can also webstart the signed jar or start it with "java -jar lib/mulumis.jar".
<<lessIn actually doing this we have to distribute stars among a three dimensional figure. To get a nice effect we combine the photographic image production with a moving view point. So we get the visual impression of flying through a star field.
Secondly we will study different algorithms of particle movements and clustering. The primary approach will use a combination of Newtons gravitational law, energy and impulse conservation.
At all these stages an highly dynamic view of the processes could be produced and will lead at least to interesting screen savers...
Whats New in This Release:
ï¿1⁄2 A huge refactoring phase took place.
ï¿1⁄2 Now the code is much better organized.
ï¿1⁄2 A simple gravity engine is included, so you can watch gravity at work.
ï¿1⁄2 It has now a nice GUI.
ï¿1⁄2 You can browse the simulation with your mouse.
ï¿1⁄2 The provided unsigned jar includes an applet that can directly be used by HTML pages; this release includes sample HTML pages.
ï¿1⁄2 You can also webstart the signed jar or start it with "java -jar lib/mulumis.jar".
Download (0.62MB)
Added: 2006-03-10 License: LGPL (GNU Lesser General Public License) Price:
1324 downloads
Ubuntu Muslim Edition 0.2
Ubuntu Muslim Edition is a free, open source operating system based on the popular Ubuntu Linux. more>>
Ubuntu Muslim Edition is a free, open source operating system based on the popular Ubuntu Linux. UbuntuME stands for Ubuntu Muslim Edition.
What is Linux?
Linux is a free, efficient and secured operating system. Unlike Micro$oft Windows and other proprietary systems, Linux is publicly open and extendible by contributors.
What is Ubuntu?
Ubuntu is a popular Linux distribution, designed with the intent of overthrowing Micro$oft Windows as the worlds most widely-used operating system.
The distro is composed entirely of open source components, which have been heavily modified for easy of use and migration for users familiar with Micro$oft Windows, take a look here. The name Ubuntu is derived from the Zulu word for humanity, which has been incorporated into South African culture as "humanity towards others".
Ubuntu Muslim Edition customize the Ubuntu distro by installing islamic softwares (prayer times, Quran study tool, Arabic learning software etc.) and by changing its "look".
Enhancements:
- Same version as v0.1 but size reduced to fit on a CD (java5 has been removed but there is java4 installed by default
<<lessWhat is Linux?
Linux is a free, efficient and secured operating system. Unlike Micro$oft Windows and other proprietary systems, Linux is publicly open and extendible by contributors.
What is Ubuntu?
Ubuntu is a popular Linux distribution, designed with the intent of overthrowing Micro$oft Windows as the worlds most widely-used operating system.
The distro is composed entirely of open source components, which have been heavily modified for easy of use and migration for users familiar with Micro$oft Windows, take a look here. The name Ubuntu is derived from the Zulu word for humanity, which has been incorporated into South African culture as "humanity towards others".
Ubuntu Muslim Edition customize the Ubuntu distro by installing islamic softwares (prayer times, Quran study tool, Arabic learning software etc.) and by changing its "look".
Enhancements:
- Same version as v0.1 but size reduced to fit on a CD (java5 has been removed but there is java4 installed by default
Download (702MB)
Added: 2007-03-05 License: GPL (GNU General Public License) Price:
608 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 study 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