Main > Free Download Search >

Free web frontend software for linux

web frontend

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4615
How-To-Make-Money-On-The-Web 1.0

How-To-Make-Money-On-The-Web 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-25 License: Freeware Price: Free
182 downloads
Web-Affiliate-Program 1.0

Web-Affiliate-Program 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-23 License: Freeware Price: Free
183 downloads
Abyss Web Server X1 2.6

Abyss Web Server X1 2.6


Abyss Web Server X1 is a free and compact Web server. It supports SSL, compression, CGI/FastCGI, ISAPI, XSSI, URL rewriting,bandwidth throttling, anti-leeching, anti-hacking, and features a remote web management interface. more>> <<less
Download (0.64MB)
Added: 2009-04-04 License: Freeware Price: $0
73043 downloads
osCommerce 2.0.5 / 2.2 RC2a

osCommerce 2.0.5 / 2.2 RC2a


osCommerce 2.0.5 / 2.2 RC2a provides you with a perfect and effective online store solution which consists of both a catalog frontend and an administration tool backend. more>> <<less
Added: 2008-02-02 License: GPL Price: FREE
1 downloads
IP accounter 1.01

IP accounter 1.01


IP accounter application measures and graphs traffic for IPv4 and IPv6 netfilter-based routers. more>>
IP accounter application measures and graphs traffic for IPv4 and IPv6 netfilter-based routers. Input data is accounted using several abstraction layers (routers, hosts, flows), and IPv6 traffic accounting may be mixed with IPv4.
Enhancements:
- The WEB frontend is still unavailable. There were some minor dificulties running ipaccounter. Still the main issue is when mysql server crashes. The traffic info is then lost until someone fixes it. Therefore it is advised to use some net watching software like Nagios. For further feature enchancements see the ChangeLog. 2006-09-02 by Ondra Ipaccounter-1.0 was released. Only WEB frontend is unavailable at the moment. The accounter is run on one machine. Namely maximus.spi-net.org. There were no fault ancountered so far, but its running only for one week.
<<less
Download (0.13MB)
Added: 2007-08-10 License: GPL (GNU General Public License) Price:
806 downloads
PersonalBackup 1.10

PersonalBackup 1.10


Personalbackup is a company-wide solution for backing up all your Windows machines and Samba shares. more>>
Personalbackup project is a company-wide solution for backing up all your Windows machines and Samba shares.

Personalbackup uses a web frontend for the users and administrators. No client software is needed at all to pull backups of your critical data.

<<less
Download (2.21MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
817 downloads
Web Business Pro 4a

Web Business Pro 4a


Web Business Pro is a Web application designed for everyday business activities. more>>
Web Business Pro is a Web application designed for everyday business activities. The project includes support for customer lists, inventory, receipt printing, and accounting. Fully featured search functions and filters make it easy to find what you need quickly.

<<less
Download (1.3MB)
Added: 2007-07-22 License: LGPL (GNU Lesser General Public License) Price:
828 downloads
PoCoMy 0.9.1

PoCoMy 0.9.1


PoCoMy is a Web frontend for administration of a Postfix/Courier/MySQL email system. more>>
PoCoMy is a Web frontend for administration of a Postfix/Courier/MySQL email system. The project is multi-user and includes a multi-language privileges system, delegation of rights per domain. The virtual mail system features virtual domains, forwarding, aliases, sender-aliases, and more.
Enhancements:
- FIXED: change user password
- UPDATED: HowTo
<<less
Download (0.12MB)
Added: 2007-07-20 License: GPL (GNU General Public License) Price:
826 downloads
Stager 2.0.1 / 3.0 Beta 1

Stager 2.0.1 / 3.0 Beta 1


Stager is a system for aggregating and presenting network statistics. more>>
Stager is a system for aggregating and presenting network statistics. Stager project is generic and can be customized to present and process any kind of network statistics.
The backend collects data and stores reports in a database, automatically handling the aggregation of hourly statistics into days, weeks, and months.
The Web frontend presents data in tables, matrices, or plots. The reports are fully customizable, and their definitions are stored in the database.
Installation:
If you are upgrading from a previous version of Stager, see the UPGRADE file.
This version of Stager only support Netflow. Future releases will also support roundtrip measurements, SNMP and various passive monitoring measurements.
To run Stager you now need PHP4 CLI with SNMP support. Under debian you can just install php4-cli and php4-snmp
Backend:
1. Create a new Postgresql user that is allowed to create new databases
2. Create a new user that runs the Stager backend. The rest of the installation should be done as this user
3. /stager-install.pl --type=backend --backends=netflow --path=/installation/path/
4. Edit /installation/path/etc/netflow.cfg and /installation/path/etc/getRouterInfo.cfg
5. cd /installation/path/bin
6. ./db_install.pl --backend=netflow
7. Default access control is to give full access to admin user and limited access to guest users. Check /installation/path/lib/getRouterInfo.custom.php if you want to change this.
8. ./getRouterInfo.php -v -v -o
9. ./get-netflow.pl -v --no-missing --delete-old Check for error messages
10. Edit /installation/path/bin/getRouterInfo.sh
11. Edit crontab:
30 0-23/2 * * * $HOME/stager/bin/getRouterInfo.sh -v //How often you run this command depends on how dynamic your network is
45 * * * * $HOME/stager/bin/get-netflow.pl --delete-old
50 1 * * * $HOME/stager/bin/aggregate.pl --backend=netflow --interval=1 day --no-distributed --manual-mode
45 2 * * 1 $HOME/stager/bin/aggregate.pl --backend=netflow --interval=1 week --timeformat YYYY-IW --no-cap --no-distributed
50 2 1 * * $HOME/stager/bin/aggregate.pl --backend=netflow --interval=1 month --timeformat YYYY-MM --no-distributed
Frontend:
1. ./stager-install.pl --type=frontend --path=/installation/path
2. edit /installation/path/config/user.config.php
Whats New in 2.0.1 Stable Release:
- This release fixes several bugs in both the frontend and backend.
- The most important fix is that bookmarks with relative times are now working properly.
- This means that if you create a report that shows data, for example, for the last hour with available data, you can now create a bookmark that will always show data for the last hour with available data.
Whats New in 3.0 Beta 1 Development Release:
- The backend has been completely rewritten and is now implemented in PHP.
- The new backend is faster and more generic so that it is easier to add support for other types of statistics.
- The new backends are also more robust against database down time.
- In the web GUI, it is now possible to right click on most data to bring up a context menu where it is possible to add custom links.
<<less
Download (2.0MB)
Added: 2007-07-11 License: GPL (GNU General Public License) Price:
835 downloads
Palava 1.0.2.0

Palava 1.0.2.0


Palava is a communication protocol to build Web applications using PHP and Java. more>>
Palava is a communication protocol to build Web applications using PHP and Java. The project allows you to build modern 3-tier architectures, where PHP runs on the frontend servers and Java runs on the backend.
It consists of a Java backend server to handle the communication, providing a component deployment mechanism, and a PHP library to access backend jobs from the frontend(s). Palava makes it easy to reuse existing Java business logic in easily created, modern PHP frontends.
Palava is not a full blown Web site framework, but instead encourages the use of existing frameworks like CodeIgniter.
Enhancements:
- This release adds generic JBoss support.
- It uses the build.jboss file to build a bean.
- There are minor bugfixes.
<<less
Download (1.8MB)
Added: 2007-06-24 License: GPL (GNU General Public License) Price:
853 downloads
GDHCPD 0.3.2

GDHCPD 0.3.2


GDHCPD is an easy to use GTK+ frontend for ISC DHCPD. more>>
GDHCPD project is an easy to use GTK+ frontend for ISC DHCPD.
Main features:
- dynamic scopes
- hosts
- ranges
- settings
<<less
Download (0.058MB)
Added: 2007-06-17 License: GPL (GNU General Public License) Price:
867 downloads
Tiny ERP Web client 0.0.1

Tiny ERP Web client 0.0.1


Tiny ERP Web client is a Turbogears/AJAX interface for the enterprise management software Tiny ERP. more>>
Tiny ERP Web client is a Turbogears/AJAX interface for the enterprise management software Tiny ERP.

The project supports all features of the GTK client and connects to the Tiny ERP server using XML-RPC.

<<less
Download (0.38MB)
Added: 2007-06-15 License: GPL (GNU General Public License) Price:
865 downloads
htb-gen 0.9b-1

htb-gen 0.9b-1


htb-gen is an easy, scalable bandwidth management tool. more>>
htb-gen is meant to be an easy, scalable, yet powerfull, bandwidth management tool. You can set up/down portions of bandwith for each host or network, that goes trough your firewall/router.
Prioritary traffic(web, mail, gaming, ftp, voip, streaming) is preferred over Junk traffic(kazaa, emule, etc). Also dynamic bandwith borrow and re-assignation is done betwen host thanks to htb boundaries.
A web-frontend for config is avaible as well, so remote management is possible. All bash based so it can be used in embedded routers/firewalls (wired/wireless).
Two backend are aviable:
- generates raw tc commands
- generates htb-init conf files (util for integration)
The packet clasification is done by iptables
<<less
Download (0.017MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
873 downloads
Cheyenne Secure Web Server 1.0

Cheyenne Secure Web Server 1.0


Cheyenne Secure Web Server (SWS) is a comprehensive enterprise solution for Apache server. more>>
Cheyenne Secure Web Server (SWS) is a comprehensive enterprise solution for Apache server. Cheyenne Secure Web Server combines http firewall, JAVA, PHP, PERL and a domain control system with Apache HTTPD platform.

<<less
Download (192.9MB)
Added: 2007-06-08 License: GPL (GNU General Public License) Price:
873 downloads
Web Foot Avio 1.0

Web Foot Avio 1.0


Web Foot Avio is a GDM theme based on wallpaper Blue Web Foot - Gnome. more>>
Web Foot Avio is a GDM theme based on wallpaper Blue Web Foot - Gnome.

<<less
Download (0.20MB)
Added: 2007-06-07 License: GPL (GNU General Public License) Price:
874 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5