owners
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 206
Webavis 0.3
WebAvis is a Web frontend to amavisd-new written in PHP. more>>
WebAvis is a Web frontend to amavisd-new written in PHP.
It allows owners of a mail account to manage their amavisd-new parameters, like spam scores, white/black lists and filter behavior.
<<lessIt allows owners of a mail account to manage their amavisd-new parameters, like spam scores, white/black lists and filter behavior.
Download (0.12MB)
Added: 2005-10-05 License: GPL (GNU General Public License) Price:
1479 downloads
mod_dns 1.3
mod_dns is a Apache module that allows busy servers to resolve hostnames in realtime. more>>
mod_dns is a Apache module that allows busy servers to resolve hostnames in realtime.
The module uses a shared memory cache to store recently resolved hostnames. By default the cache uses 200k of shared ram, and will cache up to 1024 ip/host pairs.
mod_dns dramatically improves resolver performance, making it possible to resolve hostnames in real-time even for busy webservers.
Installation:
Define the APACHE_HOME environment variable (needed to find $APACHE_HOME/bin/apxs) then type make: (or do it all in one line..) % APACHE_HOME=/z/httpd/ make
Configure:
# load module and turn off Apache core gethostbyaddr() function LoadModule dns_module libexec/mod_dns.so
HostnameLookups Off
#< Location ... >
DnsLookups On
DnsTimeout_ms 5500
DnsResendTimer_ms 1900
#< /Location >
# built-in statistics page
< Location /mod_dns/stats >
SetHandler dns-stats-handler
< /Location >
5500 ms is the default timeout, UDP packets will be resent to the DNS server every 1900 ms (DnsResendTimer_ms). These directives can be configured per-directory, if for some reason its more important to resolve a host-name in one place than another.
Notice that once the cache has a bad entry in it, it will not be resolved again until it expires.
(all trademarks belong to their respective owners)
<<lessThe module uses a shared memory cache to store recently resolved hostnames. By default the cache uses 200k of shared ram, and will cache up to 1024 ip/host pairs.
mod_dns dramatically improves resolver performance, making it possible to resolve hostnames in real-time even for busy webservers.
Installation:
Define the APACHE_HOME environment variable (needed to find $APACHE_HOME/bin/apxs) then type make: (or do it all in one line..) % APACHE_HOME=/z/httpd/ make
Configure:
# load module and turn off Apache core gethostbyaddr() function LoadModule dns_module libexec/mod_dns.so
HostnameLookups Off
#< Location ... >
DnsLookups On
DnsTimeout_ms 5500
DnsResendTimer_ms 1900
#< /Location >
# built-in statistics page
< Location /mod_dns/stats >
SetHandler dns-stats-handler
< /Location >
5500 ms is the default timeout, UDP packets will be resent to the DNS server every 1900 ms (DnsResendTimer_ms). These directives can be configured per-directory, if for some reason its more important to resolve a host-name in one place than another.
Notice that once the cache has a bad entry in it, it will not be resolved again until it expires.
(all trademarks belong to their respective owners)
Download (0.010MB)
Added: 2006-05-19 License: GPL (GNU General Public License) Price:
1253 downloads
cfvers 0.5.4
cfvers is a versioning system for configuration files. more>>
cfvers is a versioning system for configuration files. It is similar to CVS and Subversion, but different in its orientation toward system configuration files, dealing with all file types and attributes.
It does not pollute the filesystem outside its dirs, it keeps both data and metadata (owner, group, perms, atime, mtime), and it deals with all types of files (S_IFSOCK, S_IFLNK, S_IFREG, S_IFBLK, S_IFDIR, S_IFCHR, S_IFIFO).
Main features:
- does not pollute the filesystem outside its dirs;
- keeps both data and metadata (owner, group, perms, atime, mtime);
- deals with all types of files (S_IFSOCK, S_IFLNK, S_IFREG, S_IFBLK, S_IFDIR, S_IFCHR, S_IFIFO);
<<lessIt does not pollute the filesystem outside its dirs, it keeps both data and metadata (owner, group, perms, atime, mtime), and it deals with all types of files (S_IFSOCK, S_IFLNK, S_IFREG, S_IFBLK, S_IFDIR, S_IFCHR, S_IFIFO).
Main features:
- does not pollute the filesystem outside its dirs;
- keeps both data and metadata (owner, group, perms, atime, mtime);
- deals with all types of files (S_IFSOCK, S_IFLNK, S_IFREG, S_IFBLK, S_IFDIR, S_IFCHR, S_IFIFO);
Download (0.17MB)
Added: 2005-11-03 License: GPL (GNU General Public License) Price:
1450 downloads
autonet 0.5.0
autonet looks up existing network configuration files and probes the network. more>>
autonet.py is a small application which looks up existing network configuration files, probes the network with arping in order to determine if it can connect and ideally set up a working internet connection and routing.
If no internet connection is available, autonet.py will parse each configuration file, extract different network setups and probe if the network environment works with this configuration.
The probing is done with arping. A bogus IP 0.0.0.0 is used in order to get the network interface up. Then autonet.py tries to arping the gateway.
If the gateway responds the configuration is considered good. At this point there is no routing, so only hosts within the subnet defined in the configuration is used.
If none of the gateways in the configuration works, the probe gets more brutal by just setting up the network interface according to the configuration file, and and ping the gateway. Again, no routes yet.
If a configuration is considered working (gateway is pingable), the route is set as described in the configuration file. An internet connection should be established then.
This is also checked by pinging k.root-servers.org (as default, override with --testhost), use an IP address here, as DNS is not handled by autonet (yet?).
There is a special feature in autonet.py for owners of some models of Asus notebooks. The package contains a module which uses two LEDs of the laptop to show activity.
While searching and probing, the blue LED is flashing, if a working configuration is found the orange LED flickers for a second. Also this will only work if you have the asus module in your kernel, and it has *not* widely been tested. Have a look at Asus.py for details.
Some common vars can be edited in autonet.py, such as locations of required programs and some common settings (of which timeout does not even work yet) but in most cases supplying reasonable commandline arguments should be sufficient.
As Gentoo has slightly different settings, there are two scripts for Gentoo users, to make integration into the Gentoo init system easier.
<<lessIf no internet connection is available, autonet.py will parse each configuration file, extract different network setups and probe if the network environment works with this configuration.
The probing is done with arping. A bogus IP 0.0.0.0 is used in order to get the network interface up. Then autonet.py tries to arping the gateway.
If the gateway responds the configuration is considered good. At this point there is no routing, so only hosts within the subnet defined in the configuration is used.
If none of the gateways in the configuration works, the probe gets more brutal by just setting up the network interface according to the configuration file, and and ping the gateway. Again, no routes yet.
If a configuration is considered working (gateway is pingable), the route is set as described in the configuration file. An internet connection should be established then.
This is also checked by pinging k.root-servers.org (as default, override with --testhost), use an IP address here, as DNS is not handled by autonet (yet?).
There is a special feature in autonet.py for owners of some models of Asus notebooks. The package contains a module which uses two LEDs of the laptop to show activity.
While searching and probing, the blue LED is flashing, if a working configuration is found the orange LED flickers for a second. Also this will only work if you have the asus module in your kernel, and it has *not* widely been tested. Have a look at Asus.py for details.
Some common vars can be edited in autonet.py, such as locations of required programs and some common settings (of which timeout does not even work yet) but in most cases supplying reasonable commandline arguments should be sufficient.
As Gentoo has slightly different settings, there are two scripts for Gentoo users, to make integration into the Gentoo init system easier.
Download (0.075MB)
Added: 2005-09-19 License: GPL (GNU General Public License) Price:
1509 downloads
logmover 0.07
logmover archives logfiles generated by the logrotate program. more>>
logmover archives logfiles generated by the logrotate program. logmover renames the files using unique timestamps, moves them to an archive directory, and compresses them by using external compress programs like gzip and bzip2. The program is written in C, and is designed to be run by cron.
Enhancements:
- Preserves owner and mode of files, allows moving without renaming, and cleans up the build files.
<<lessEnhancements:
- Preserves owner and mode of files, allows moving without renaming, and cleans up the build files.
Download (0.010MB)
Added: 2006-08-08 License: GPL (GNU General Public License) Price:
1172 downloads
Exponent 0.96.5
Exponent is a web application that allows site owners to easily create and manage dynamic websites. more>>
Exponent is a web application that allows site owners to easily create and manage dynamic websites. Unlike other site management tools, Exponent is completely self-contained.
No additional applications need to be downloaded by a user to permit them to use Exponent. Everything from user management to site configuration to content editing and approval is done within the system.
Non-technical users, web-savvy administrators and web developers of all skill levels have something to gain from Exponent. Exponent is completely self-contained, unlike other site management tools on the internet.
For Users...
For people without technical backgrounds, Exponent is a user-friendly way to update a website. The system hides much of the complexity inherent in web design and development, and presents the user with simple forms for posting news, text, calendar events and more. The standard content editor provides visual editing, allowing people to create highly stylized content without learning HTML or CSS.
For Administrators...
Website administrators are given a powerful array of tools to manage the unseen parts of their website. Maintaining the sites database, dictating what users are allowed to create and manage content on what parts of the site, and configuring the system is all done with point and click tools. The Exponent permissions system gives webmasters a powerful and flexible way to let users and groups of users participate in site maintenance. Nearly every aspect of the sites behavior is controlled by the administrator, from the overall layout to the implementation of content approval policies.
For Developers...
Exponent provides developers a rich framework for deploying web applications. With a myriad of supporting subsystems, programmers can concentrate on the specific features of their application, while using a mature and stable backdrop of tools. Database abstraction, security, high-level date and time handling, intelligent redirection and configuration routines already exist, so application designers do not spend time re-inventing these common pieces.
<<lessNo additional applications need to be downloaded by a user to permit them to use Exponent. Everything from user management to site configuration to content editing and approval is done within the system.
Non-technical users, web-savvy administrators and web developers of all skill levels have something to gain from Exponent. Exponent is completely self-contained, unlike other site management tools on the internet.
For Users...
For people without technical backgrounds, Exponent is a user-friendly way to update a website. The system hides much of the complexity inherent in web design and development, and presents the user with simple forms for posting news, text, calendar events and more. The standard content editor provides visual editing, allowing people to create highly stylized content without learning HTML or CSS.
For Administrators...
Website administrators are given a powerful array of tools to manage the unseen parts of their website. Maintaining the sites database, dictating what users are allowed to create and manage content on what parts of the site, and configuring the system is all done with point and click tools. The Exponent permissions system gives webmasters a powerful and flexible way to let users and groups of users participate in site maintenance. Nearly every aspect of the sites behavior is controlled by the administrator, from the overall layout to the implementation of content approval policies.
For Developers...
Exponent provides developers a rich framework for deploying web applications. With a myriad of supporting subsystems, programmers can concentrate on the specific features of their application, while using a mature and stable backdrop of tools. Database abstraction, security, high-level date and time handling, intelligent redirection and configuration routines already exist, so application designers do not spend time re-inventing these common pieces.
Download (1.1MB)
Added: 2006-07-23 License: Freeware Price:
1188 downloads
osCommerce 2.0.5
osCommerce is an online shop project written in PHP. more>>
osCommerce is an online shop e-commerce solution under on going development by the open source community. osCommerce is feature packed out-of-the-box installation allows store owners to setup, run, and maintain their online stores with minimum effort and with absolutely no costs or license fees involved.
osCommerce combines open source solutions to provide a free and open e-commerce platform, which includes the powerful PHP web scripting language, the stable Apache web server, and the fast MySQL database server.
With no restrictions or special requirements, osCommerce is able to run on any PHP enabled web server, on any environment that PHP and MySQL supports, which includes Linux, Solaris, BSD, Mac OS X, and Microsoft Windows environments.
Enhancements:
- Fixed bug in ci_cip_manager.class.php
- which do NOT work correctly
- with CIP dependencies.
<<lessosCommerce combines open source solutions to provide a free and open e-commerce platform, which includes the powerful PHP web scripting language, the stable Apache web server, and the fast MySQL database server.
With no restrictions or special requirements, osCommerce is able to run on any PHP enabled web server, on any environment that PHP and MySQL supports, which includes Linux, Solaris, BSD, Mac OS X, and Microsoft Windows environments.
Enhancements:
- Fixed bug in ci_cip_manager.class.php
- which do NOT work correctly
- with CIP dependencies.
Download (1.4MB)
Added: 2006-09-08 License: GPL (GNU General Public License) Price:
1145 downloads
KonaKart 2.2.0.4
KonaKart is a free java based online shopping cart application. more>>
KonaKart is a free java based online shopping cart application that provides everything that store owners need to sell their products over the Internet. The project includes an extensive set of online shopping cart features to satisfy the needs of both online shoppers and store owners alike.
We thought that there was a gap in the market for an affordable enterprise quality eCommerce solution designed with technologies that will perform and scale. We have made KonaKart database-compatible with the most widely used eCommerce solution (osCommerce) with over 11,000 live stores, to allow a seamless upgrade path for users demanding better performance, flexibility, scalability and connectivity.
KonaKart is a Java / JSP / XML based solution with easy to use java API s and a SOAP Web Service interface for the ultimate in connectivity.
Main features:
- KonaKart is feature rich. Although KonaKart is a new product, it contains consolidated functionality that is being used by 1000s of companies world wide.
- KonaKart was designed to be modular and easily extensible in order to provide you with multiple customization paths for producing the eCommerce site that you need to run your business.
- KonaKart was designed to perform and scale as your site increases in popularity.
- KonaKart includes a sophisticated and powerful administration application.
- We do not charge you for the software. We will provide services and maintenance contracts on demand.
Who do we target
Our aim is to provide a solution for any medium to large sized company who needs a scalable application that will perform and grow as their business grows. The fact that we are database compatible with osCommerce, gives an easy upgrade opportunity to any current osCommerce customer that feels that a PHP based application doesnt give them the performance and scalability that they need for a large customer base and busy online store.
We also target ISPs who host Java applications; maybe have some experience with osCommerce and would like to differentiate their offering by hosting KonaKart for a more discerning customer base.
Enhancements:
- AJAX based One Page Checkout functionality, support for DB2 and MS SQL Server (in addition to MySQL, PostgreSQL, and Oracle), advanced SEO features, and clickable, more detailed breadcrumbs.
- A new callback class now gets called whenever an order is made by a customer or when the state of an order changes due to an event such as a payment gateway callback.
- The installer now checks your database connection and, optionally, initializes your database.
- A new KonaKart news feed was added to the Admin App.
<<lessWe thought that there was a gap in the market for an affordable enterprise quality eCommerce solution designed with technologies that will perform and scale. We have made KonaKart database-compatible with the most widely used eCommerce solution (osCommerce) with over 11,000 live stores, to allow a seamless upgrade path for users demanding better performance, flexibility, scalability and connectivity.
KonaKart is a Java / JSP / XML based solution with easy to use java API s and a SOAP Web Service interface for the ultimate in connectivity.
Main features:
- KonaKart is feature rich. Although KonaKart is a new product, it contains consolidated functionality that is being used by 1000s of companies world wide.
- KonaKart was designed to be modular and easily extensible in order to provide you with multiple customization paths for producing the eCommerce site that you need to run your business.
- KonaKart was designed to perform and scale as your site increases in popularity.
- KonaKart includes a sophisticated and powerful administration application.
- We do not charge you for the software. We will provide services and maintenance contracts on demand.
Who do we target
Our aim is to provide a solution for any medium to large sized company who needs a scalable application that will perform and grow as their business grows. The fact that we are database compatible with osCommerce, gives an easy upgrade opportunity to any current osCommerce customer that feels that a PHP based application doesnt give them the performance and scalability that they need for a large customer base and busy online store.
We also target ISPs who host Java applications; maybe have some experience with osCommerce and would like to differentiate their offering by hosting KonaKart for a more discerning customer base.
Enhancements:
- AJAX based One Page Checkout functionality, support for DB2 and MS SQL Server (in addition to MySQL, PostgreSQL, and Oracle), advanced SEO features, and clickable, more detailed breadcrumbs.
- A new callback class now gets called whenever an order is made by a customer or when the state of an order changes due to an event such as a payment gateway callback.
- The installer now checks your database connection and, optionally, initializes your database.
- A new KonaKart news feed was added to the Admin App.
Download (66.5MB)
Added: 2007-07-12 License: Freeware Price:
835 downloads
aviManager 0.9.1
aviManager helps you manage your (large) movie (DVD, DivX) collection. more>>
This Perl script helps you to manage your (large) movie (DVD,DivX) collection.
aviManager attempts to find the best movie to watch. You will be surprised how good it works. There is also a nice imdb grabber for fast movie adding.
Main features:
- IMDB Grabber (including DVD-Cover, plot, ...)
- Voting System: user can vote movies, add movie to a wishlist (-4 = i dont wanna see this movie, 5 = i want to see this movie very soon) and can say how often he has seen the movie.
- Great search (optional fuzzy search, Regular Expressions) and ranking possibilites
- low system requirements (you dont have to setup something like MySQL (which is great, but not necessary for a small database like this).
- subtitle upload
- different owners
- export moviedatabase to readerfriendly format
- statistics
- Multilanguage support
- single user mode: for people who dont want this voting stuff for many users and who just need a little movie database. You can safely switch between modes, if you find friends who are willing to vote.
- users can add comments to every movie
- last seen list
- English, Danish, German, French, Finnish, Hungarian, Swedish, Spanish, Russian, Polish and Norwegian translations available.
Enhancements:
- medium link added in welcome_new_movies.tmpl (see UPGRADE!)
Bugfixes:
- imdb changes (director, search, genre)
- get_date in aviman.cfg: month from 0-11 (thanks (Flavio)
<<lessaviManager attempts to find the best movie to watch. You will be surprised how good it works. There is also a nice imdb grabber for fast movie adding.
Main features:
- IMDB Grabber (including DVD-Cover, plot, ...)
- Voting System: user can vote movies, add movie to a wishlist (-4 = i dont wanna see this movie, 5 = i want to see this movie very soon) and can say how often he has seen the movie.
- Great search (optional fuzzy search, Regular Expressions) and ranking possibilites
- low system requirements (you dont have to setup something like MySQL (which is great, but not necessary for a small database like this).
- subtitle upload
- different owners
- export moviedatabase to readerfriendly format
- statistics
- Multilanguage support
- single user mode: for people who dont want this voting stuff for many users and who just need a little movie database. You can safely switch between modes, if you find friends who are willing to vote.
- users can add comments to every movie
- last seen list
- English, Danish, German, French, Finnish, Hungarian, Swedish, Spanish, Russian, Polish and Norwegian translations available.
Enhancements:
- medium link added in welcome_new_movies.tmpl (see UPGRADE!)
Bugfixes:
- imdb changes (director, search, genre)
- get_date in aviman.cfg: month from 0-11 (thanks (Flavio)
Download (0.20MB)
Added: 2007-07-09 License: GPL (GNU General Public License) Price:
838 downloads
OpenDarwin 7.2.1
OpenDarwin is the core of Mac OS X. more>>
Darwin is the core of Mac OS X. The Darwin kernel is based on FreeBSD and Mach 3.0 technologies and provides protected memory and pre-emptive multitasking. Darwin runs on PowerPC-based Macintosh computers and a version is also available for x86-compatible computers.
Apples open source projects allow developers to customize and enhance key Apple software. Through the open source model, Apple engineers and the open source community collaborate to create better, faster and more reliable products for our users.
Beneath the appealing, easy-to-use interface of Mac OS X is a rock-solid foundation that is engineered for stability, reliability, and performance. This foundation is a core operating system commonly known as Darwin.
Darwin integrates a number of technologies, most importantly Mach 3.0, operating-system services based on 4.4BSD (Berkeley Software Distribution), high-performance networking facilities, and support for multiple integrated file systems.
Since it was first released in March 1999, Darwin has been the open-source OS technology underlying Apples Mac OS X operating system, with all development being managed and hosted by Apple at http://developer.apple.com/darwin/.
Since Apples Mac OS X releases are based directly on the live Darwin CVS repository, it has been necessary to have a fairly comprehensive procedural framework in place for registering and managing Darwin developers to ensure a good level of quality control. While this system has served its intended purpose quite well, it is desirable to further increase the collaboration between Apple and the open source community beyond the current model.
OpenDarwin.org, jointly founded in April 2002 by Internet Systems Consortium, Inc. (ISC) and Apple, is an attempt to take cooperative Darwin development to the next level. Membership in the OpenDarwin project and access to its works are open to everyone.
The project is also fully independent, with control over its own web site, project news, bug tracking information and CVS repository, as well as any other services that the community owners may wish to provide. Neither Apple nor ISC take any responsibility for, or exercise any editorial control over, the OpenDarwin project.
Many OpenDarwin members are either Apple employees or Darwin Committers, who have an active interest in merging technologies from OpenDarwin.org into Darwin and Mac OS X releases. With OpenDarwin, project members have greater latitude in producing incremental updates or interim releases of Darwin.
The mission of the OpenDarwin project is to innovate and explore new technologies while still remaining relevant, through its informal connection to www.opensource.apple.com, to the mainstream computing environments that Apple provides. It complements Apples infrastructure by allowing increased participation by the community.
Enhancements:
- Install script has been enhanced to allow user creating, setting root password
- AuthenticAMD cpus are now properly detected
- cvs from upstream feature releases
- locate from NetBSD
- at/atrun synced with FreeBSD-5
- various unix software has been updated.
- ODTulipDriver, a driver for tulip-based ethernet controllers, has been added.
- ncutil, a network configuration tool for Darwin, has been updated to version 2.1
<<lessApples open source projects allow developers to customize and enhance key Apple software. Through the open source model, Apple engineers and the open source community collaborate to create better, faster and more reliable products for our users.
Beneath the appealing, easy-to-use interface of Mac OS X is a rock-solid foundation that is engineered for stability, reliability, and performance. This foundation is a core operating system commonly known as Darwin.
Darwin integrates a number of technologies, most importantly Mach 3.0, operating-system services based on 4.4BSD (Berkeley Software Distribution), high-performance networking facilities, and support for multiple integrated file systems.
Since it was first released in March 1999, Darwin has been the open-source OS technology underlying Apples Mac OS X operating system, with all development being managed and hosted by Apple at http://developer.apple.com/darwin/.
Since Apples Mac OS X releases are based directly on the live Darwin CVS repository, it has been necessary to have a fairly comprehensive procedural framework in place for registering and managing Darwin developers to ensure a good level of quality control. While this system has served its intended purpose quite well, it is desirable to further increase the collaboration between Apple and the open source community beyond the current model.
OpenDarwin.org, jointly founded in April 2002 by Internet Systems Consortium, Inc. (ISC) and Apple, is an attempt to take cooperative Darwin development to the next level. Membership in the OpenDarwin project and access to its works are open to everyone.
The project is also fully independent, with control over its own web site, project news, bug tracking information and CVS repository, as well as any other services that the community owners may wish to provide. Neither Apple nor ISC take any responsibility for, or exercise any editorial control over, the OpenDarwin project.
Many OpenDarwin members are either Apple employees or Darwin Committers, who have an active interest in merging technologies from OpenDarwin.org into Darwin and Mac OS X releases. With OpenDarwin, project members have greater latitude in producing incremental updates or interim releases of Darwin.
The mission of the OpenDarwin project is to innovate and explore new technologies while still remaining relevant, through its informal connection to www.opensource.apple.com, to the mainstream computing environments that Apple provides. It complements Apples infrastructure by allowing increased participation by the community.
Enhancements:
- Install script has been enhanced to allow user creating, setting root password
- AuthenticAMD cpus are now properly detected
- cvs from upstream feature releases
- locate from NetBSD
- at/atrun synced with FreeBSD-5
- various unix software has been updated.
- ODTulipDriver, a driver for tulip-based ethernet controllers, has been added.
- ncutil, a network configuration tool for Darwin, has been updated to version 2.1
Download (359MB)
Added: 2005-04-06 License: APSL (Apple Public Source License) Price:
1132 downloads
netGo 0.5
netGo is a distribution-independent networking tool. more>>
netGo is a distribution-independent networking tool (written in Qt) for changing network settings quickly and easily. It is intended for laptop owners, who often need to change network settings when relocating.
It allows you to create profiles that contain the network settings such as the IP, netmask, gateway, name servers and wireless options. After creating a profile it can be executed with a single click.
netGo is distributed under the terms of the GPL-license.
Main features:
- Configure an interface with static IP, netmask, gateway and nameservers.
- Configure an interface using DHCP.
- Configure an interface using wireless options.
- Execute a profile from the commandline - without GUI.
- System tray support (works in KDE, Gnome, xfce etc).
<<lessIt allows you to create profiles that contain the network settings such as the IP, netmask, gateway, name servers and wireless options. After creating a profile it can be executed with a single click.
netGo is distributed under the terms of the GPL-license.
Main features:
- Configure an interface with static IP, netmask, gateway and nameservers.
- Configure an interface using DHCP.
- Configure an interface using wireless options.
- Execute a profile from the commandline - without GUI.
- System tray support (works in KDE, Gnome, xfce etc).
Download (0.23MB)
Added: 2005-06-02 License: GPL (GNU General Public License) Price:
1606 downloads
Plone Google Sitemaps 0.5
Plone Google Sitemaps is a product which allows Plone websites to get better visibility for Google search engine. more>>
Plone Google Sitemaps is a product which allows Plone websites to get better visibility for Google search engine.
The product allows Plone websites to get better visibility for Google search engine by providing it with complete listing of URLs to website content.
What is Google Sitemaps
Google Sitemaps program allow webmasters and site owners to feed it pages theyd like to have included in Googles web index. Participation is free. Inclusion isnt guaranteed, but Googles hoping the new system will help it better gather pages than traditional crawling alone allows. Feeds also let site owners indicate how often pages change or should be revisited.
Usage
Install with Quick Installer.
Go to Google Sitemaps and add http://your.site/google-sitemaps.
Should be working without any intervention.
Enhancements:
- Fix up bug in sed command s
<<lessThe product allows Plone websites to get better visibility for Google search engine by providing it with complete listing of URLs to website content.
What is Google Sitemaps
Google Sitemaps program allow webmasters and site owners to feed it pages theyd like to have included in Googles web index. Participation is free. Inclusion isnt guaranteed, but Googles hoping the new system will help it better gather pages than traditional crawling alone allows. Feeds also let site owners indicate how often pages change or should be revisited.
Usage
Install with Quick Installer.
Go to Google Sitemaps and add http://your.site/google-sitemaps.
Should be working without any intervention.
Enhancements:
- Fix up bug in sed command s
Download (0.013MB)
Added: 2007-03-28 License: ZPL (Zope Public License) Price:
943 downloads
Xsnow 1.42
Xsnow is the X-windows application that will let it snow on the root, in between and on windows. more>>
Xsnow application is the X-windows application that will let it snow on the root, in between and on windows.
Santa and his reindeer will complete your festive-season feeling.
How to compile:
To build:
xmkmf
make depend
make
To run:
./xsnow
or:
./xsnow& (in the background)
To install (be root):
make install
make install.man
If xmkmf does not work and you cannot get a working Makefile that way then try compiling yourself, eh, xsnow this way:
cc -o xsnow snow.c -lXext -lX11 -lXpm -lm -lsocket -lnsl
gcc, SUN Solaris users without a C-compiler, but with gcc installed, try the following two commands. The first compiles Xsnow, the second links Xsnow.
gcc -c -O2 -I/usr/openwin/include -DSVR4 -DSYSV xsnow.c
gcc -o xsnow xsnow.o -O2 -L/usr/openwin/lib -lXext -lX11 -lXpm -lm -lsocket -lnsl
Note: Xsnow-1.41 needs the Xpm library. It is available from:
ftp://ftp.x.org/contrib/libraries/
The current Xpm version is xpm3.4k
Enhancements:
- All you KDE-users can now be even happier with a KDE-enabled Xsnow 1.42!
- The snow will magnificently wipe out your icons, but not to worry, theyre not really gone.
- By wiping with a window or something you can make them reappear.
- Car owners are used to this for years. Thanks to Robin Hogan who figured this out for xpenguin.
<<lessSanta and his reindeer will complete your festive-season feeling.
How to compile:
To build:
xmkmf
make depend
make
To run:
./xsnow
or:
./xsnow& (in the background)
To install (be root):
make install
make install.man
If xmkmf does not work and you cannot get a working Makefile that way then try compiling yourself, eh, xsnow this way:
cc -o xsnow snow.c -lXext -lX11 -lXpm -lm -lsocket -lnsl
gcc, SUN Solaris users without a C-compiler, but with gcc installed, try the following two commands. The first compiles Xsnow, the second links Xsnow.
gcc -c -O2 -I/usr/openwin/include -DSVR4 -DSYSV xsnow.c
gcc -o xsnow xsnow.o -O2 -L/usr/openwin/lib -lXext -lX11 -lXpm -lm -lsocket -lnsl
Note: Xsnow-1.41 needs the Xpm library. It is available from:
ftp://ftp.x.org/contrib/libraries/
The current Xpm version is xpm3.4k
Enhancements:
- All you KDE-users can now be even happier with a KDE-enabled Xsnow 1.42!
- The snow will magnificently wipe out your icons, but not to worry, theyre not really gone.
- By wiping with a window or something you can make them reappear.
- Car owners are used to this for years. Thanks to Robin Hogan who figured this out for xpenguin.
Download (0.055MB)
Added: 2006-04-13 License: Freeware Price:
1292 downloads
Domain Name Portfolio 0.8.0
Domain Name Portfolio is a PHP and MySQL based application to help domain owners better organize their portfolio. more>>
Domain Name Portfolio is a PHP and MySQL based application to help domain owners better organize their portfolio.
It allows you to list your domains with their expiry, registrar, and a price.
Also allows visitors to your portfolio to contact you about a given domain.
Main features:
- Script features
Enhancements:
- This release brings support for MySQLi, along with minor bugfixes and several function improvements.
<<lessIt allows you to list your domains with their expiry, registrar, and a price.
Also allows visitors to your portfolio to contact you about a given domain.
Main features:
- Script features
Enhancements:
- This release brings support for MySQLi, along with minor bugfixes and several function improvements.
Download (0.15MB)
Added: 2007-07-30 License: GPL (GNU General Public License) Price:
822 downloads
eeStock 4.0
eeStock project is a Web application for managing an inventory. more>>
eeStock project is a Web application for managing an inventory.
eeStock is a free software which allows you to manage your stocks (items).
Its written in PHP4 and uses a PostgreSQL or MySQL database to store data.
Its divided in 2 sections:
- a user section
- an administration section
In the Stock managing section, users can:
.browse items by manufacturer, category, owner or location
.search items using a keyword
.borrow an item if this one is free
.return their items
.access to their profile
In the Administration section you can (if you have administrator or superuser rights):
.create, modify, duplicate, delete items
.browse all items (list)
.create, modify, delete categories (each category can have a parent category)
.create, modify, delete locations (each location can have a parent location)
.create, modify, delete manufacturers
.create, modify, delete users who will be owners of item(s) (only superusers)
System requirements:
- Apache (required)
- PHP (required)
- MySQL (optional)
- PostgreSQL (optional)
Install database
Create the eestock database (MySQL root user password required)
$ mysqladmin -h localhost -u root -p create eestock
Create the user "eestock" (MySQL root user password required)
$ mysql -h localhost -u root -D mysql -p < admin/utils/mysql/create_user.mysql
Create tables (MySQL root user password required)
$ mysql -h localhost -u root -D eestock -p < admin/utils/mysql/init_db.mysql
Edit file admin/config.inc to change the eestock user password.
<<lesseeStock is a free software which allows you to manage your stocks (items).
Its written in PHP4 and uses a PostgreSQL or MySQL database to store data.
Its divided in 2 sections:
- a user section
- an administration section
In the Stock managing section, users can:
.browse items by manufacturer, category, owner or location
.search items using a keyword
.borrow an item if this one is free
.return their items
.access to their profile
In the Administration section you can (if you have administrator or superuser rights):
.create, modify, duplicate, delete items
.browse all items (list)
.create, modify, delete categories (each category can have a parent category)
.create, modify, delete locations (each location can have a parent location)
.create, modify, delete manufacturers
.create, modify, delete users who will be owners of item(s) (only superusers)
System requirements:
- Apache (required)
- PHP (required)
- MySQL (optional)
- PostgreSQL (optional)
Install database
Create the eestock database (MySQL root user password required)
$ mysqladmin -h localhost -u root -p create eestock
Create the user "eestock" (MySQL root user password required)
$ mysql -h localhost -u root -D mysql -p < admin/utils/mysql/create_user.mysql
Create tables (MySQL root user password required)
$ mysql -h localhost -u root -D eestock -p < admin/utils/mysql/init_db.mysql
Edit file admin/config.inc to change the eestock user password.
Download (0.043MB)
Added: 2007-02-16 License: GPL (GNU General Public License) Price:
980 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 owners 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