public marks

PUBLIC MARKS from camel with tags application & web

2008

Server2Go - Self configurable WAMPP Stack

Server2Go is a Webserver that runs out of the box without any installation and on write protected media. This means that web applications based on Server2Go can be used directly from cdrom, a usb stick or from any folder on a hard disk without the hassle of configuring Apache, PHP or MySQL. Server2Go allows you to create a standalone working web site or PHP application on a CD-ROM. There are many examples of its possible useses such as catalogue software, calculation programmes, image campaigns (CMS-based), computer based training lessons or other applicatons. Most PHP-Software such as the content management system Joomla or the computer based training software Moodle can be used from CD-ROM with the help of Server2Go. Server2Go was developed in the first instance for use on CD-ROM but there is no problem in using it from other drives too. Using a web browser, a user can run php programs as well as view html files on the CD-ROM. He only needs to insert a CD with Server2Go. The server software starts automatically and a browser is opened with the Website of the CD-ROM. Server2Go was built in the first place to replace other CD-ROM webservers such as WampOnCD or Microweb that lacked some important features or are not being actively developed. Main Features * Free! No royalties * Complete WAMPP Server-Stack * Runs directly from CD-ROM, USB Stick or Hard disk without installation * Full featured webserver (based on apache) * PHP 5.x support with many extensions installed (e.g. gd) * Supports SQLite databases * Runs on all versions of Windows from Win 98 and above, MAC OSX support is coming * Support for MySQL 5 Databases * Supports many PHP extensions (GD-Lib, PDO...) by default * Support for Perl 5.8

NAS Uploader, accueil upload multifichiers en flash et/ou Ajax - multiple file uploader

by 1 other (via)
NAS Uploader est une solution open source d'upload multifichiers utilisant la technologie Flash et adaptable à toute plateforme web. Cette application est née du constat qu'il était difficile de trouver sur le web un système d'upload multifichiers simple à mettre en place, fiable et compatible avec la majorité des navigateurs.

Installation de Zenoss sous GNU/Linux

Tout comme Nagios, Zenoss est un outil de supervision open-source gratuit (il existe une version commerciale comportant plus d’options). Il se base sur une application Web qui va surveiler les noeuds de votre réseau et générer des rapports si chers aux yeux des décideurs informatiques…

Zivios - Opensource Enterprise Management

by 1 other
Zivios is a web based control panel which brings together vital open source technologies needed by medium and large enterprises. At it's core, Zivios provides identity management, single sign-on, user, group and computer provisioning, as well as remote management of services. Zivios offers an easy and extensible API, allowing organizations to extend the core application with additional plugins for their in-house or third party software.

Panda - Open source video platform

by 2 others
Panda is an open source solution for video uploading, encoding and streaming. Unlike other video platforms, Panda is not just a service for encoding your videos for the web; Panda handles the whole process. From the upload form to streaming, Panda takes control. By providing an elegant REST API, Panda makes it completely painless to implement full video uploading, encoding and streaming functionality to your web application in a matter of hours. * Runs completely within Amazon's Web Services utilising EC2, S3 and SimpleDB. * Everything contained within one elegant Merb application. * Support for the numerous encoding profiles FFmpeg supports including FLV, h264 for Flash a iPhone formats. * Panda gem for painless integration with Ruby on Rails and Merb. * Lovely little admin dashboard for managing your videos.

A Primer for OpenID with PHP | dev.aol.com | The AOL Developer Network

by 2 others
OpenID is another one of those "cool technologies you've never heard of" type of deals. OpenID is an open source initiative that provides a way for Web users to register their identity in one place and then use that identity anywhere on the Web that supports OpenID. This means that, as a user, you don't have to keep creating (and remembering) new user names and passwords at every site you visit. And, as a service provider, you can identify and authenticate users that show up at your site without having to do all of the user management involved in giving them access. The list of services that support OpenID is growing, but not as fast as it should be given how cool and useful OpenID is. Hopefully, this article will help with that. The idea behind OpenID is fairly simple: a Web user can get an ID from an OpenID provider and use that ID to access any Web application or service that supports OpenID.

URLTestr : une application Adobe AIR pour monitorer vos sites web | For Evolution On AIR - Toutes les applications et l'actualité d'Adobe AIR en un seul blog

ne application AIR de monitoring Web. Initialement prévu pour la présentation, elle va finalement être développée comme une réelle application. En attendant la version final, la version bêta est disponible.

About Opsview | opsview.org

by 1 other
Opsview is enterprise network and application monitoring software designed for scalability, flexibility and ease of use. Opsview has been in development since 2003 and is released under the GNU GPL license. Current version is 2.12. Opsview is a fully integrated monitoring tool that incorporates popular Open Source software including Nagios, Net-SNMP and RRDtool. The Catalyst web framework provides an extensible monitoring and configuration user interface. Opsview software is supported on Linux (Debian, CentOS, RHEL and Ubuntu) and Solaris 10. It will monitor all common operating systems including Windows. Opsview extends the capabilities of Nagios in the following ways: * Distributed monitoring with high availability and fail-over * Much improved SNMP support with trap processing with rules engine * API supporting automation of Opsview configuration * Data warehouse for storage of historical performance and event data * Opsview Reports customisable reporting * Powerful configuration and management UI * Extended monitoring UI * Extensible architecture based on Catalyst Web Framework and Altinity middleware software

DimDim, la web conférence gratuite | Homo Sapiens Internetus

Dimdim est une application internet de réunion à distance dans le même esprit que Ekiga ( dont je vous ai parlé il y a bien longtemps ). Le service est multi-plateformes, basé sur la technologie flash et le tout est proposé gratuitement. dimdim_home.jpg Jusque là rien d’extraordinaire mais l’outil propose 2 autres options intéressante : le tableau blanc et la possibilité de partager des fichiers en live (pps, pdf, doc, xls..). Une fois inscrit, Dimdim va vous demander quelques préférences afin de configurer un peu vos futurs meetings : * prévoir une zone d’attente avant les réunions * le type de connexion * le temps de réunion ( de 2h à 5h45 ) * nombres de participants * si vous autorisez le chat public et/ou les chats privés * tableau blanc ou non, screencast ou pas * Langue ( 4 pour le moment, pas de français )

Setting Up A High-Availability Load Balancer (With Failover and Session Support) With HAProxy/Heartbeat On Debian Etch | HowtoForge - Linux Howtos and Tutorials

by 1 other
This article explains how to set up a two-node load balancer in an active/passive configuration with HAProxy and heartbeat on Debian Etch. The load balancer sits between the user and two (or more) backend Apache web servers that hold the same content. Not only does the load balancer distribute the requests to the two backend Apache servers, it also checks the health of the backend servers. If one of them is down, all requests will automatically be redirected to the remaining backend server. In addition to that, the two load balancer nodes monitor each other using heartbeat, and if the master fails, the slave becomes the master, which means the users will not notice any disruption of the service. HAProxy is session-aware, which means you can use it with any web application that makes use of sessions (such as forums, shopping carts, etc.). From the HAProxy web site: "HAProxy is a free, very fast and reliable solution offering high availability, load balancing, and proxying for TCP and HTTP-based applications. It is particularly suited for web sites crawling under very high loads while needing persistence or Layer7 processing. Supporting tens of thousands of connections is clearly realistic with todays hardware. Its mode of operation makes its integration into existing architectures very easy and riskless, while still offering the possibility not to expose fragile web servers to the Net."

Le tuning Apache pour augmenter les performances de votre application web : Ergonomie, Rails et Architecture de l'information web (2.0)

by 1 other
Les problèmes de montée en charge sont choses courantes pour un site ou une application web une fois atteint un certain succès. Ces derniers sont bien trop souvent négligés, généralement jusqu’au jour où se trouve atteinte la limite critique entre l’inconfort et l’instabilité. Le trend actuel veut qu’il soit à la fois plus simple et moins cher de rajouter des machines que de reprendre son code en profondeur pour l’optimiser. Encore faut-il que l’application permette un redimensionnement de ce genre sans rentrer dans une phase de refactoring complet. Évidemment, avant d’en arriver à une solution aussi lourde, il vaut mieux s’assurer que tout a été fait pour exploiter au mieux les ressources disponibles, et cela passe notamment par un peu d’optimisation côté serveur.

Conférence : Déboguer une application web avec FirePHP - Dur Comme Faire

Le sujet était "Déboguer une application web avec FirePHP". Déboguer une application web peut rapidement devenir fastidieux. L'utilisation d'un débogueur simplifie ce processus mais il n'est pas toujours possible d'en utiliser un. FirePHP est une extension Firefox qui permet de fournir des informations de déboguage sans interférer avec l'affichage de l'application web. Cela est particulièrement pratique pour déboguer de l'Ajax par exemple.

GLPI - Gestionnaire libre de parc informatique

Solution open-­source de gestion de parc informatique et de helpdesk, GLPI est une application Full Web pour gérer l’ensemble de vos problématiques de gestion de parc informatique : de la gestion de l’inventaire des composantes matérielles ou logicielles d’un parc informatique à la gestion de l’assistance aux (...)

2007

LibreSource - LibreSource Community

LibreSource 2.2 is available for download for Linux, Mac OS X and Windows LibreSource is a versatile collaborative platform. Open Source, modular and highly customizable, LibreSource is adapted to the collaborative software development (forge), groupware, community leading, e-archiving and Web publishing. On a single server, LibreSource can host several projects, several groups of users, and grant fine grain access to the resources. Based on Java/J2EE, LibreSource is a modular web server that users can customize online by combining resources and rights: wiki pages, forum, trackers, Synchronizers, Subversion repositories, files, download areas, drop boxes, forms, etc. LibreSource uses most of the advanced services provided by the OW2 application server called JOnAS.

Virtual Planner - Trac

by 4 others (via)
The Virtual planning board is a web application that allows you to tie in visual project planning with your existing Trac tickets - across a range of projects (where each project has a seperate svn repository and associated trac instance). It allows you to assign tickets to a particular week and therefore plan your workflow for a given period. Soon you'll be able to do simple project estimation with a 'developer hours' feature that compares available hours to the estimated times on the tickets

Setting Up A High-Availability Load Balancer (With Failover and Session Support) With Pound/Keepalived On Debian Etch | HowtoForge - Linux Howtos and Tutorials

This article explains how to set up a two-node load balancer in an active/passive configuration with Pound and keepalived on Debian Etch. The load balancer sits between the user and two (or more) backend Apache web servers that hold the same content. Not only does the load balancer distribute the requests to the two backend Apache servers, it also checks the health of the backend servers. If one of them is down, all requests will automatically be redirected to the remaining backend server. In addition to that, the two load balancer nodes monitor each other using keepalived, and if the master fails, the slave becomes the master, which means the users will not notice any disruption of the service. Pound is session-aware, which means you can use it with any web application that makes use of sessions (such as forums, shopping carts, etc.).

ProjectPier.org

by 12 others (via)
ProjectPier is a Free, Open-Source, self-hosted PHP application for managing tasks, projects and teams through an intuitive web interface. ProjectPier will help your organization communicate, collaborate and get things done Its function is similar to commercial groupware/project management products, but allows the freedom and scalability of self-hosting. Even better, it will always be free.

Tuning LAMP systems, Part 2: Optimizing Apache and PHP

Applications using the LAMP (Linux®, Apache, MySQL, PHP/Perl) architecture are constantly being developed and deployed. But often the server administrator has little control over the application itself because it's written by someone else. This series of three articles discusses many of the server configuration items that can make or break an application's performance. This second article focuses on steps you can take to optimize Apache and PHP. Linux, Apache, MySQL, and PHP (or Perl) form the basis of the LAMP architecture for Web applications. Many open source packages based on LAMP components are available to solve a variety of problems. As the load on an application increases, the bottlenecks in the underlying infrastructure become more apparent in the form of slow response to user requests. The previous article showed you how to tune the Linux system and covered the basics of LAMP and performance measurement. This article focuses on the Web server components, Apache and PHP.

2006

Enomalism : XEN Virtualized Server Management Console: Home

(via)
The Enomalism Virtualized Management Console (VMC) is a powerful web-based systems administrator management tool for the XEN hypervisor. Geared toward hosted environments, Enomalism provides an easy to use interface to provision hundreds of concurrent isolated Virtual Private Servers (VPS). Multiple physical servers can be managed as a single server using a specialized tool set which include a centralized user provisioning system, virtualized server creation wizard and templates which facilitate virtual server configuration, application deployment mechanism, and integration into 3rd party applications via web services API as well as centralized software patch management.

Sahi - Introduction

by 1 other
Sahi is an automation and testing tool for web applications, with the facility to record and playback scripts. Developed in java and javascript, this tool uses simple javascript to execute events on the browser. Features include, in-browser controls, text based scripts, ant support for playback of suites of tests, and multi threaded playback. It supports HTTP and HTTPS. Sahi runs as a proxy server and the browser needs to use the sahi server as its proxy. Sahi then injects javascript so that it can access elements in the webpage. This makes the tool independent of the website/ web application.

Zimki - Welcome to zimki

Zimki is a JavaScript application development platform that enables you to produce web applications quickly, simply and with no upfront costs. Zimki takes away all the annoying chores about creating web applications. Things like setting up a server, checking security and enabling backups are all done for you meaning you can get on with what you enjoy: developing.

Outil de test de montée en charge et de stress des applications Web - NeoLoad

by 2 others
NeoLoad simule des centaines d'utilisateurs sur votre application web afin de tester sa performance et sa fiabilité en condition de stress. Avant le deploiement de votre application en production, il vous permet de répondre aux questions suivantes: * Mon application va t'elle s'écrouler en charge ? * Mes prérequis de performance vont-ils être respectés ? * Combien d'utilisateurs simultanés mon site web peut-il gérer ?

S5 Presents

by 3 others (via)
An open-source web-based slideshow application