system that runs
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 10055
All System Info
All System Info is a system info SuperKaramba theme. more>>
All System Info is a system info SuperKaramba theme. Simple english version...
It shows:
- System Info
- CPU usage
- Network Usage
- Memory Load
- HDD usage
<<lessIt shows:
- System Info
- CPU usage
- Network Usage
- Memory Load
- HDD usage
Download (0.19MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1210 downloads
Wyseman 0.30.2
WyattERP short from Enterprise Resource Planning means total business management software. more>>
WyattERP short from Enterprise Resource Planning means total business management software, designed to handle every aspect of your business from contact management to sales/orders, fulfillment to shipping, invoicing to accounting, from vendor management to purchase orders, receiving to inventory, human resources to payroll, in one fully integrated solution.
Traditionally, there have been three methods to achieve a true ERP. Grow your own software from scratch, try to integrate a diverse set of existing commercial applications, or pay for a commercial ERP system.
Off-the-shelf ERP systems always seem to have a pre-determined set of business rules in mind. The problem is, they may not fit your business. So either you change the way you do business, or the ERP may not work right for you.
Integrating existing applications seems like the easiest way to get a custom solution, but it is much harder than it sounds. Each application typically has its own way of storing data, its own API, and its own operational methodology. Furthermore, application providers seldom make it easy to get into the internals of their application--a must for a true integration project. And when applications are not seamlessly integrated across the business, it makes it difficult-to-impossible to query data across a wide range of sources and parameters.
Growing your own software seems the only way to achieve true custom integration. But the size of the task has made it next-to-impossible for all but the largest enterprises. Companies have emerged claiming to be able to produce a custom solution for you, but it seldom works out as good as it sounded in the sales presentation. And more troubling, you get left with a product your own people dont know how to maintain or extend. You are locked into your original provider for ever whether you like it or not.
WyattERP has released a set of tools created for the purpose of making it possible for even a small enterprise to develop its own fully-functioning ERP system. Your own IT people can learn to use WyattERP tools to make a database-driven system to run every aspect of your business. You can design your own system that runs according to your companys way of doing business. You will own and understand your design so you can maintain and extend it as much as you like.
Wylib and Wyseman are open source tools used for creating fully customizable, affordable ERP solutions on a Linux platform using the PostgreSQL database backend and the Tcl scripting language. Wylib provides an easy to use, robust, application framework. Wyseman provides a way to create database models using user defined schema files. Wylib and Wyseman interact with the PostgreSQL database to provide a starting point for a seamless ERP solution.
Wylib and Wyseman are released under two licensing options. This dual license allows for a fair exchange, or Quid pro Quo, to take place between the licensee (you) and the licensor (WyattERP). The source code for Wylib and Wyseman is identical for both licenses.
<<lessTraditionally, there have been three methods to achieve a true ERP. Grow your own software from scratch, try to integrate a diverse set of existing commercial applications, or pay for a commercial ERP system.
Off-the-shelf ERP systems always seem to have a pre-determined set of business rules in mind. The problem is, they may not fit your business. So either you change the way you do business, or the ERP may not work right for you.
Integrating existing applications seems like the easiest way to get a custom solution, but it is much harder than it sounds. Each application typically has its own way of storing data, its own API, and its own operational methodology. Furthermore, application providers seldom make it easy to get into the internals of their application--a must for a true integration project. And when applications are not seamlessly integrated across the business, it makes it difficult-to-impossible to query data across a wide range of sources and parameters.
Growing your own software seems the only way to achieve true custom integration. But the size of the task has made it next-to-impossible for all but the largest enterprises. Companies have emerged claiming to be able to produce a custom solution for you, but it seldom works out as good as it sounded in the sales presentation. And more troubling, you get left with a product your own people dont know how to maintain or extend. You are locked into your original provider for ever whether you like it or not.
WyattERP has released a set of tools created for the purpose of making it possible for even a small enterprise to develop its own fully-functioning ERP system. Your own IT people can learn to use WyattERP tools to make a database-driven system to run every aspect of your business. You can design your own system that runs according to your companys way of doing business. You will own and understand your design so you can maintain and extend it as much as you like.
Wylib and Wyseman are open source tools used for creating fully customizable, affordable ERP solutions on a Linux platform using the PostgreSQL database backend and the Tcl scripting language. Wylib provides an easy to use, robust, application framework. Wyseman provides a way to create database models using user defined schema files. Wylib and Wyseman interact with the PostgreSQL database to provide a starting point for a seamless ERP solution.
Wylib and Wyseman are released under two licensing options. This dual license allows for a fair exchange, or Quid pro Quo, to take place between the licensee (you) and the licensor (WyattERP). The source code for Wylib and Wyseman is identical for both licenses.
Download (0.056MB)
Added: 2005-12-01 License: GPL (GNU General Public License) Price:
1426 downloads
Making-Money-System 1.0
The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-04 License: Freeware Price: Free
207 downloads
The Global File System 6.1pre21
The Global File System a shared block file system for Linux. more>>
GFS (Global File System) is a cluster file system. It allows a cluster of computers to simultaneously use a block device that is shared between them (with FC, iSCSI, NBD, etc...). GFS reads and writes to the block device like a local filesystem, but also uses a lock module to allow the computers coordinate their I/O so filesystem consistency is maintained. One of the nifty features of GFS is perfect consistency -- changes made to the filesystem on one machine show up immediately on all other machines in the cluster.
GFS consists of a set of kernel patches and userspace programs.
The GFS lock module lock_dlm depends on CMAN and DLM.
The GFS lock module lock_gulm depends on GULM.
The GFS lock module lock_nolock depends on nothing.
Some GFS tools depend on the iddev library.
Building and Installing
1. build and install from cluster tree
cd cluster
./configure --kernel_src=/path/to/kernel
make; make install
- This builds and installs kernel modules, libraries and user programs.
- Kernel modules can also be built within the original kernel source tree by applying the kernel patches from cman-kernel/patches, dlm-kernel/patches and gfs-kernel/patches.
2. build device mapper user space
cd device-mapper
./configure
make; make install
3. build lvm2/clvm
cd LVM2
./configure --with-clvmd --with-cluster=shared
make; make install
LVM2/scripts/clvmd_fix_conf.sh /usr/lib
Load kernel modules
depmod -a
modprobe dm-mod
modprobe gfs
modprobe lock_dlm
Modules that should be loaded: lock_dlm, dlm, cman, gfs, lock_harness and dm-mod if device-mapper was built as a module.
Startup procedure
Run these commands on each cluster node:
> ccsd - Starts the CCS daemon
> cman_tool join - Joins the cluster
> fence_tool join - Joins the fence domain (starts fenced)
> clvmd - Starts the CLVM daemon
> vgchange -aly - Activates LVM volumes (locally)
> mount -t gfs /dev/vg/lvol /mnt - Mounts a GFS file system
Shutdown procedure
Run these commands on each cluster node:
> umount /mnt - Unmounts a GFS file system
> vgchange -aln - Deactivates LVM volumes (locally)
> killall clvmd - Stops the CLVM daemon
> fence_tool leave - Leaves the fence domain (stops fenced)
> cman_tool leave - Leaves the cluster
> killall ccsd - Stops the CCS daemon
<<lessGFS consists of a set of kernel patches and userspace programs.
The GFS lock module lock_dlm depends on CMAN and DLM.
The GFS lock module lock_gulm depends on GULM.
The GFS lock module lock_nolock depends on nothing.
Some GFS tools depend on the iddev library.
Building and Installing
1. build and install from cluster tree
cd cluster
./configure --kernel_src=/path/to/kernel
make; make install
- This builds and installs kernel modules, libraries and user programs.
- Kernel modules can also be built within the original kernel source tree by applying the kernel patches from cman-kernel/patches, dlm-kernel/patches and gfs-kernel/patches.
2. build device mapper user space
cd device-mapper
./configure
make; make install
3. build lvm2/clvm
cd LVM2
./configure --with-clvmd --with-cluster=shared
make; make install
LVM2/scripts/clvmd_fix_conf.sh /usr/lib
Load kernel modules
depmod -a
modprobe dm-mod
modprobe gfs
modprobe lock_dlm
Modules that should be loaded: lock_dlm, dlm, cman, gfs, lock_harness and dm-mod if device-mapper was built as a module.
Startup procedure
Run these commands on each cluster node:
> ccsd - Starts the CCS daemon
> cman_tool join - Joins the cluster
> fence_tool join - Joins the fence domain (starts fenced)
> clvmd - Starts the CLVM daemon
> vgchange -aly - Activates LVM volumes (locally)
> mount -t gfs /dev/vg/lvol /mnt - Mounts a GFS file system
Shutdown procedure
Run these commands on each cluster node:
> umount /mnt - Unmounts a GFS file system
> vgchange -aln - Deactivates LVM volumes (locally)
> killall clvmd - Stops the CLVM daemon
> fence_tool leave - Leaves the fence domain (stops fenced)
> cman_tool leave - Leaves the cluster
> killall ccsd - Stops the CCS daemon
Download (0.13MB)
Added: 2005-04-08 License: GPL (GNU General Public License) Price:
1663 downloads
Authenticated User Community 0.7.4
Authenticated User Community project is a CGI-based intranet system for K-12 settings. more>>
Authenticated User Community project is a CGI-based intranet system for K-12 settings.
AUC (Authenticated User Community) is an intranet system designed for use in an educational organization but is also useful in many other settings.
It offers the ability for users to have a uniform web-based interface to discussion forums, e-mail (similar to hotmail, etc.), file management, and a searchable user database.
Also, "Interactive Classrooms" provide a means for students and teachers to have a web-based extension to their in-class interaction.
The system runs from a C-based monolithic CGI script. MySQL is used for database storage. Also, the web-based mail client supports MIME parts/attachments, IMAP, mbox, and multiple mail folders.
<<lessAUC (Authenticated User Community) is an intranet system designed for use in an educational organization but is also useful in many other settings.
It offers the ability for users to have a uniform web-based interface to discussion forums, e-mail (similar to hotmail, etc.), file management, and a searchable user database.
Also, "Interactive Classrooms" provide a means for students and teachers to have a web-based extension to their in-class interaction.
The system runs from a C-based monolithic CGI script. MySQL is used for database storage. Also, the web-based mail client supports MIME parts/attachments, IMAP, mbox, and multiple mail folders.
Download (3.3MB)
Added: 2006-11-01 License: GPL (GNU General Public License) Price:
1089 downloads
The Manhattan Virtual Classroom 3.2
The Manhattan Virtual Classroom is a course management system that runs on Linux and other Unix-like systems. more>>
The Manhattan Virtual Classroom is a stable, fast and effective course management system that runs on Linux and other Unix-like systems.
Its written entirely in the C programming language (fast! - light hardware requirements) and is 100% database-free (no MySQL administration, no tuning issues- simple!) Manhattan supports thousands of users at its Western New England College home, and at other colleges and schools around the world.
Its one of the best-kept secrets of the online learning world - a course management system "for the rest of us".
Main features:
- Provide your students with handouts, notices, lecture materials, interactive self-tests, and web sites to visit.
- Assign homework for your students to complete, receive the work they do in response to those assignments, and provide feedback.
- Issue multiple-choice, True/False, and short answer exams.
- Issue more involved exams where the students are expected to do their work offline, and submit their responses in the form of a word processing, spreadsheet, or other type of file(s).
- Exchange private messages with your students.
- Host discussions with the entire class, or with teams of students.
- Keep students apprised of their grades.
- Issue surveys to your students and collect the results.
- Engage in live online "chats" with your students.
- Track which students are using the system and when.
<<lessIts written entirely in the C programming language (fast! - light hardware requirements) and is 100% database-free (no MySQL administration, no tuning issues- simple!) Manhattan supports thousands of users at its Western New England College home, and at other colleges and schools around the world.
Its one of the best-kept secrets of the online learning world - a course management system "for the rest of us".
Main features:
- Provide your students with handouts, notices, lecture materials, interactive self-tests, and web sites to visit.
- Assign homework for your students to complete, receive the work they do in response to those assignments, and provide feedback.
- Issue multiple-choice, True/False, and short answer exams.
- Issue more involved exams where the students are expected to do their work offline, and submit their responses in the form of a word processing, spreadsheet, or other type of file(s).
- Exchange private messages with your students.
- Host discussions with the entire class, or with teams of students.
- Keep students apprised of their grades.
- Issue surveys to your students and collect the results.
- Engage in live online "chats" with your students.
- Track which students are using the system and when.
Download (4.1MB)
Added: 2006-10-31 License: GPL (GNU General Public License) Price:
1095 downloads
libstatgrab 0.15
libstatgrab is a library that provides cross platform access to statistics about the system on which its run. more>>
libstatgrab is a library that provides cross platform access to statistics about the system on which its run. libstatgrab library written in C and presents a selection of useful interfaces which can be used to access key system statistics. The current list of statistics includes CPU usage, memory utilisation, disk usage, process counts, network traffic, disk I/O, and more.
The current list of platforms is Solaris 2.x, Linux 2.2/2.4/2.6, FreeBSD 4.x/5.x, NetBSD 1.6.x, OpenBSD 3.x, DragonFly BSD 1.0, HP-UX, and Cygwin. The aim is to extend this to include as many operating systems as possible.
The package also includes a couple of useful tools. The first, saidar, provides a curses-based interface to viewing the current state of the system. The second, statgrab, gives a sysctl-style interface to the statistics gathered by libstatgrab. This extends the use of libstatgrab to people writing scripts or anything else that cant easily make C function calls. Included with statgrab is a script to generate an MRTG configuration file to use statgrab.
Enhancements:
- This release fixes a regression in OpenBSD memory statistics.
- There are other minor code cleanups and fixes.
<<lessThe current list of platforms is Solaris 2.x, Linux 2.2/2.4/2.6, FreeBSD 4.x/5.x, NetBSD 1.6.x, OpenBSD 3.x, DragonFly BSD 1.0, HP-UX, and Cygwin. The aim is to extend this to include as many operating systems as possible.
The package also includes a couple of useful tools. The first, saidar, provides a curses-based interface to viewing the current state of the system. The second, statgrab, gives a sysctl-style interface to the statistics gathered by libstatgrab. This extends the use of libstatgrab to people writing scripts or anything else that cant easily make C function calls. Included with statgrab is a script to generate an MRTG configuration file to use statgrab.
Enhancements:
- This release fixes a regression in OpenBSD memory statistics.
- There are other minor code cleanups and fixes.
Download (0.43MB)
Added: 2007-07-14 License: LGPL (GNU Lesser General Public License) Price:
833 downloads
QtEmu 1.0.4
QtEmu is a graphical user interface for QEMU written in Qt4. more>>
QtEmu is a graphical user interface for QEMU written in Qt4. It has the ability to run virtual operating systems on native systems. This way you can easily test a new operating system or try a Live CD on your system without any troubles and dangers.
This project has been tested on Linux and Windows (2k, XP).
Enhancements:
Features:
- Manifest file added in order to see everywhere Win styles (e.g. file dialogs) (patch by Cristian Adam)
- French translation by Fathi Boudra. Thanks!
- Italian translation by Gianluca Cecchi. Thanks!
- Add confirmation before closing a machine. Also inform the user that he can open the machine again.
- Add information about possible performance loose with seamless mouse mode.
- Add support for icon themes.
- Add KDE Oxygen icon theme. QtEmu fits now better in a KDE4 desktop. Please see images/oxygen/COPYING for license information.
Fixes:
- Allow compilation with Qt 4.1 again. Patch by Mandrake.
<<lessThis project has been tested on Linux and Windows (2k, XP).
Enhancements:
Features:
- Manifest file added in order to see everywhere Win styles (e.g. file dialogs) (patch by Cristian Adam)
- French translation by Fathi Boudra. Thanks!
- Italian translation by Gianluca Cecchi. Thanks!
- Add confirmation before closing a machine. Also inform the user that he can open the machine again.
- Add information about possible performance loose with seamless mouse mode.
- Add support for icon themes.
- Add KDE Oxygen icon theme. QtEmu fits now better in a KDE4 desktop. Please see images/oxygen/COPYING for license information.
Fixes:
- Allow compilation with Qt 4.1 again. Patch by Mandrake.
Download (0.48MB)
Added: 2007-07-14 License: GPL (GNU General Public License) Price:
834 downloads
DSS-Live 0.1
DSS-Live is dedicated to create your own DEbian BASED Live Linux System. more>>
DSS also know as Debased Scripts Set project is dedicated to providing you with a "System Development Environment" to create your own DEbian BASED Live Linux System.
Normally youre stuck with the type and amount of applications the creator decided to include, now you can customize the system to fit your needs, by generating on-the-fly compressed modules (layers) including additional software .
The idea is to dont "debase" the Default Debian System, for this pourpose has been designed the USS (The Upstream Salmon Struct).
In this way youll have a knoppix like HW autodetection and autoconfiguration flavor without affecting the standard system.
DSS can be used to:
- create your own live distribution
- put together a demo disk to show off the power of our favourite OS
- build a portable system to install on external USB/FIREWIRE HD and boot it up.
- backup you system and run it from a CD/DVD
- build a morphix base module
<<lessNormally youre stuck with the type and amount of applications the creator decided to include, now you can customize the system to fit your needs, by generating on-the-fly compressed modules (layers) including additional software .
The idea is to dont "debase" the Default Debian System, for this pourpose has been designed the USS (The Upstream Salmon Struct).
In this way youll have a knoppix like HW autodetection and autoconfiguration flavor without affecting the standard system.
DSS can be used to:
- create your own live distribution
- put together a demo disk to show off the power of our favourite OS
- build a portable system to install on external USB/FIREWIRE HD and boot it up.
- backup you system and run it from a CD/DVD
- build a morphix base module
Download (290MB)
Added: 2005-11-21 License: GPL (GNU General Public License) Price:
1433 downloads
Small Operation Center for Unix 1.2 build 060420
Inspired by famous MRTG and information system operation experience. more>> Inspired by famous MRTG and information system operation experience. This sofware comes with the following features:
Cross platform
This program based on java technology and supposed to run on any system support J2SE without problem.
Plug and play
It is not necessary to deal with windows service or unix cron job now. Simply supply correct SNMP parameters and you are ready to see whats happening on your system.
Centralized monitor
Receive syslog event from all your hosts. Also monitor resource utilization on multiple hosts at the same time.
Mobile technology
With our leading software developed for mobile phone,you can easily monitor device utilization through GPRS network anytime and anywhere.
Internationalization
Currently english and tranditional chinese supported<<less
Download (7.06MB)
Added: 2009-04-21 License: Freeware Price: Free
185 downloads
Upstream Log Transfer System 0.2.0
Upstream is a collection of tools that allow users to send in system specific log and troubleshooting data to support personnel. more>>
Upstream is a collection of tools that allow users to send in system specific log and troubleshooting data to support personnel. The project can be easily modified to output data to any pastebin or support tracker.
Upstream aims to simplify the support cycle and make it more efficient. One of the main problems that support staff face when helping people via IRC or mailing lists is getting user log files across.
Often this process is time consuming, and many new users may even be unable to find / copy these logs. Upstream does this for them by finding and transmitting the log files relevant to a specific issue.
Usage:
We hope to turn this,
< newuser >hi, something is wrong with my resolution, how can i fix it?
< support_person >newuser, what is your video card, and which driver is xorg using?
< newuser >err... how can i find out?
< support_person > cat /var/log/Xorg.0.log and pastebin it
< newuser >pastebin?
< support_person >http://pastebin.ca
< newuser >how do i copy? it wont copy!
In to this,
< newuser >hi, something is wrong with my resolution, how can i fix it?
< support_person >newuser, please run Canoe (System -> Help -> Canoe) and choose Video support. Give me the url you get once its done.
<<lessUpstream aims to simplify the support cycle and make it more efficient. One of the main problems that support staff face when helping people via IRC or mailing lists is getting user log files across.
Often this process is time consuming, and many new users may even be unable to find / copy these logs. Upstream does this for them by finding and transmitting the log files relevant to a specific issue.
Usage:
We hope to turn this,
< newuser >hi, something is wrong with my resolution, how can i fix it?
< support_person >newuser, what is your video card, and which driver is xorg using?
< newuser >err... how can i find out?
< support_person > cat /var/log/Xorg.0.log and pastebin it
< newuser >pastebin?
< support_person >http://pastebin.ca
< newuser >how do i copy? it wont copy!
In to this,
< newuser >hi, something is wrong with my resolution, how can i fix it?
< support_person >newuser, please run Canoe (System -> Help -> Canoe) and choose Video support. Give me the url you get once its done.
Download (0.11MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1045 downloads
Sentry Firewall CD 1.5.0 RC16
Sentry Firewall CD-ROM is a Linux based bootable CD-ROM suitable for use as an inexpensive and easy to maintain Firewall or IDS. more>>
Sentry Firewall CD-ROM is a Linux-based bootable CDROM suitable for use as an inexpensive and easy to maintain firewall, server, or IDS(Intrusion Detection System) Node. The system is designed to be immediately configurable for a variety of different operating environments via a configuration file located on a floppy disk, a local hard drive, and/or a network via HTTP(S), FTP, SFTP, or SCP.
The Sentry Firewall CD is a complete Linux system that runs off of an initial ramdisk, much like a floppy-based system, and a CD. The default kernel is a current 2.4.x series kernel with various Netfilter patches applied. An OpenWall-patched current 2.2.x kernel is also available on the CD.
Booting from the CDROM is a fairly familiar process. The BIOS execs the bootloader(Syslinux) - which then displays a bootprompt and loads the kernel and ramdisk into memory. Once the kernel is running, the ramdisk is then mounted as root(/). At this point our configuration scripts are run(written in perl) that configure the rest of the system. It is the job of these configure scripts to put the various startup and system files into the proper location using either what is declared in the configuration file(sentry.conf) or the system defaults located in the /etc/default directory.
Most of the critical files used at boot time can be replaced with your own copy when declared in the configuration file. This is essentially how we allow the user to configure the system using his/her own configuration and init files.
All of the binaries, files, scripts, etc, used to create the CD-ROM are also available on the CD-ROM. So, with a little practice, you can easily build and customize your own bootable Sentry Firewall CD.
Main features:
- Current Linux Kernel: 2.4.28-ow1
- OpenWall security patch(-ow1).
- StrongSwan.
- Ebtables bridge+netfilter patch.
- Linux-WLAN modules.
- MPPE patch.
- Modules-off patch [ More Info | Patch ]
- iptables v1.2.11.
- ebtables v2.0.6.
- OpenVPN.
- IProute2 utilities.
- Vconfig.
- PPTP Client/Server.
- Zebra
- Snort IDS v2.2.0
- Scanlogd
- OpenSSH and OpenSSL
- net-snmp
- Webmin
- NMap
- Many other daemons and binaries you may need -- Apache, Sendmail, Squid, Perl, BIND (static/chroot), and more.
<<lessThe Sentry Firewall CD is a complete Linux system that runs off of an initial ramdisk, much like a floppy-based system, and a CD. The default kernel is a current 2.4.x series kernel with various Netfilter patches applied. An OpenWall-patched current 2.2.x kernel is also available on the CD.
Booting from the CDROM is a fairly familiar process. The BIOS execs the bootloader(Syslinux) - which then displays a bootprompt and loads the kernel and ramdisk into memory. Once the kernel is running, the ramdisk is then mounted as root(/). At this point our configuration scripts are run(written in perl) that configure the rest of the system. It is the job of these configure scripts to put the various startup and system files into the proper location using either what is declared in the configuration file(sentry.conf) or the system defaults located in the /etc/default directory.
Most of the critical files used at boot time can be replaced with your own copy when declared in the configuration file. This is essentially how we allow the user to configure the system using his/her own configuration and init files.
All of the binaries, files, scripts, etc, used to create the CD-ROM are also available on the CD-ROM. So, with a little practice, you can easily build and customize your own bootable Sentry Firewall CD.
Main features:
- Current Linux Kernel: 2.4.28-ow1
- OpenWall security patch(-ow1).
- StrongSwan.
- Ebtables bridge+netfilter patch.
- Linux-WLAN modules.
- MPPE patch.
- Modules-off patch [ More Info | Patch ]
- iptables v1.2.11.
- ebtables v2.0.6.
- OpenVPN.
- IProute2 utilities.
- Vconfig.
- PPTP Client/Server.
- Zebra
- Snort IDS v2.2.0
- Scanlogd
- OpenSSH and OpenSSL
- net-snmp
- Webmin
- NMap
- Many other daemons and binaries you may need -- Apache, Sendmail, Squid, Perl, BIND (static/chroot), and more.
Download (107MB)
Added: 2005-05-19 License: GPL (GNU General Public License) Price:
1619 downloads
EthGraph 0.5a1
EthGraph provides a Qt-based graphical network device traffic monitor. more>>
EthGraph provides a Qt-based graphical network device traffic monitor.
Installation instructions for ethgraph.
1) Download and untar/ungzip the source
2) Edit the makefile as necessary for paths on your system
3) Run "make"
4) Run "make install" as root
For help, run "ethgraph --help".
Enhancements:
- Bugfix: fix scaling of bars on graph (not dependent on refresh rate)
- Enlarge widget to fix clipping of text on other systems
- Create an INSTALL doc
<<lessInstallation instructions for ethgraph.
1) Download and untar/ungzip the source
2) Edit the makefile as necessary for paths on your system
3) Run "make"
4) Run "make install" as root
For help, run "ethgraph --help".
Enhancements:
- Bugfix: fix scaling of bars on graph (not dependent on refresh rate)
- Enlarge widget to fix clipping of text on other systems
- Create an INSTALL doc
Download (0.007MB)
Added: 2007-04-03 License: BSD License Price:
935 downloads
Memorize Words Flashcard System 2.1.1.0
Memorize word Flashcard System is a Leitner Flashcard English learning tool. more>>
Memorize word Flashcard System is a Leitner Flashcard English learning tool.
Memorize Words Flashcard System was originally based on the idea of jMemorize although it is totally new written code with much more features and specially designed to learn words rather than being a general purpose flashcard program.
Main features:
- Creating multimedia cards with sounds and pictures.
- Learn cards randomly from a basket which can be created from expired, learned and unlearned cards.
- Start a time based and/or card based learning sessions.
- Automatically retrieving cards meanings from Internet (Merriam-Webster Dictionary)
- Automatically retrieve any words pronunciations in a audio format from Internet.
- You can decide to include pictures from Google image search results which are of course related to the word. (Can you imagine how much this visualization feature will help you learn the new language faster and easier?!)
- It automatically retrieve English sentences from internet which have used the desired word and then shows them in your learning process as practical words usage examples.
- You can categorize the cards.
- You can set the expiration date of the cards based on their current learning position.
- This program has been written in Java and therefore could be run in any operation system with JRE 1.5+
- and much much more.
<<lessMemorize Words Flashcard System was originally based on the idea of jMemorize although it is totally new written code with much more features and specially designed to learn words rather than being a general purpose flashcard program.
Main features:
- Creating multimedia cards with sounds and pictures.
- Learn cards randomly from a basket which can be created from expired, learned and unlearned cards.
- Start a time based and/or card based learning sessions.
- Automatically retrieving cards meanings from Internet (Merriam-Webster Dictionary)
- Automatically retrieve any words pronunciations in a audio format from Internet.
- You can decide to include pictures from Google image search results which are of course related to the word. (Can you imagine how much this visualization feature will help you learn the new language faster and easier?!)
- It automatically retrieve English sentences from internet which have used the desired word and then shows them in your learning process as practical words usage examples.
- You can categorize the cards.
- You can set the expiration date of the cards based on their current learning position.
- This program has been written in Java and therefore could be run in any operation system with JRE 1.5+
- and much much more.
Download (1.7MB)
Added: 2006-06-27 License: QPL (QT Public License) Price:
1349 downloads
Leka Rescue Floppy 0.7.1
Leka Rescue Floppy is a small Linux distribution that boots from an 1,44Mb floppy and runs from the system ram. more>>
Leka Rescue Floppy is a small Linux distribution that boots from an 1,44Mb floppy and runs from the system ram. Leka Rescue Floppy was designed to be a rescue floppy, but you can do MUCH more with it.
LINUX install:
1. cd to the directory where you downloaded the image
2. Insert a 1,44Mb floppy to your floppy drive
3. Type: dd if=leka-X.X.X.img of=/dev/fd0 (replace X.X.X with the version number)
Enhancements:
- Keymap selector rewritten
- New keymaps (20 total)
- ReiserFS support updated to 3.5.35 (incompatible with linux 2.4 reiserfs v3.6)
- cosmetic changes to add
<<lessLINUX install:
1. cd to the directory where you downloaded the image
2. Insert a 1,44Mb floppy to your floppy drive
3. Type: dd if=leka-X.X.X.img of=/dev/fd0 (replace X.X.X with the version number)
Enhancements:
- Keymap selector rewritten
- New keymaps (20 total)
- ReiserFS support updated to 3.5.35 (incompatible with linux 2.4 reiserfs v3.6)
- cosmetic changes to add
Download (1.44MB)
Added: 2006-01-10 License: GPL (GNU General Public License) Price:
1392 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 system that runs 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