public marks

PUBLIC MARKS from camel with tag interface

December 2008

severalnines.com

(via)
CMON is a daemon that aggregates information from MySQL Cluster that earlier was only accessible from the cluster log or the management client, such as: * cluster state * node state * backup statistics * statistics * cluster events (cluster log basically) .. and let's you access the information using SQL, because CMON logs the information into ordinary MYISAM tables! So, it is really easy to use! In the package you also get get php scripts that you can put on your webserver to generate graphs and get a www interface to CMON. CMON can also start ndbd nodes and make decisions on how they should be started (with or without --initial). CMON starts as a daemon and will automatically create cmon database and install the necessary tables automatically.

Installer un serveur Subversion et USVN (UserFriendly SVN) sur Debian 4.0 Etch — Lone-Wolf Scripts

Subversion (SVN de son petit nom) est un outil de gestion de version concurrentes (et un concurrent à CVS... comprenne qui pourra ;D). Il permet d'historiser les différentes évolutions du code source d'un logiciel, ainsi que de gérer les éventuels conflits entre les modifications effectuées par plusieurs développeurs. Tout seul ou en équipe, un tel outil devient vite indispensable pour gérer les sources. USVN quand à lui est une interface Web d'administration de Subversion. Elle autorise l'administration des utilisateurs, groupes, et projets de votre dépôt sans avoir à utiliser un outil d'administration en ligne de commande. Ce guide vous aide à effectuer une installation complète de Subversion et USVN sur Debian 4.0 Etch Avant de vous lancer dans l'installation Ce guide est beaucoup moins générique que mes guides habituels. Avant de le suivre, vous devez définir 2 nom de domaines: * usvn.domaine.com (par exemple: usvn.landure.fr) : Le nom de domaine utilisé pour accéder à UserFriendly SVN. * svn.domaine.com (par exemple: svn.landure.fr) : Le nom de domaine utilisé pour accéder à votre dépôt subversion. Ceci est du au fait que ce guide n'installe pas USVN de la façon la plus simple. En effet, je trouve qu'il y a plusieurs failles dans l'installation de base de USVN, et j'essaye de les éviter dans ce guide.

November 2008

Drawter, l'éditeur de code HTML, XHTML et CSS en ligne pour réaliser des maquettes complexes en WYSYWYG

(via)
Drawter : dessinez, c’est intégré ! (WYSYWYG Powa!) Drawter est un générateur de code HTML et CSS en ligne qui vous permet de dessiner votre mise en page dans un canevas. Vous pouvez choisir les options de votre page comme le titre, le doctype, la langue du document, les balises que vous souhaitez pour chaque bloc présent à l’écran et pour chacune d’entre elles les propriétés et les attributs. Une fois votre maquette terminée, vous choisissez le mode de placement pour vos blocs : float: left ou position: absolute. Le site autorise les imbrications de balises pour réaliser des mises en page complexes dans une interface réactive et intuitive. N’hésitez pas à parcourir toutes les options disponibles dans les palettes d’options et amusez-vous :) Drawter : dessinez, c’est gagné ? A tester !

Install and Configure Cacti Monitoring tool in Ubuntu 8.10 (Intrepid Ibex) Server -- Ubuntu Geek

(via)
Cacti is a complete network graphing solution designed to harness the power of RRDTool’s data storage and graphing functionality. Cacti provides a fast poller, advanced graph templating, multiple data acquisition methods, and user management features out of the box. All of this is wrapped in an intuitive, easy to use interface that makes sense for LAN-sized installations up to complex networks with hundreds of devices.

October 2008

Preventing MySQL Injection Attacks With GreenSQL On Debian Etch | HowtoForge - Linux Howtos and Tutorials

by 1 other
GreenSQL (or greensql-fw) is a firewall for MySQL databases that filters SQL injection attacks. It works as a reverse proxy, i.e., it takes the SQL queries, checks them, passes them on to the MySQL database and delivers back the result from the MySQL database. It comes with a web interface (called greensql-console) so that you can manage GreenSQL through a web browser. This guide shows how you can install GreenSQL and its web interface on a Debian Etch server.

September 2008

Zentific - Multiply your computing. Divide your costs.

Zentific is a browser-based management interface for clusters of virtual machines running on the open-source Xen® hypervisor. In the spirit of the open-source projects which have made Zentific possible, the application will be released to the community. To ensure that Zentific maintains a high level of reliability, security, and ease of use, we will also be offering a supported version for commercial use.

Nimbus

Nimbus provides a free, open source infrastructure for remote deployment and management of virtual machines, allowing you to: * Create compute clouds (make your own EC2 style service). For examples, see the science clouds page. * Deploy "one-click" auto-configuring virtual clusters (see the cloud clusters page). They adapt on the fly into new network and security contexts so you can set them up once and run them over and over again, even across different clouds. * Serve clients that are compatible with the Amazon EC2 service, see What is the EC2 frontend? * Integrate VMs on a set of resources already configured to manage jobs (i.e., already using a batch scheduler like PBS). See What is the Workspace Pilot? * Interface to Amazon EC2 resources, see What is the EC2 backend? * Easily experiment with new remote protocols and backends, see What is the RM API?

Nagios Reporting Tool

NaReTo est une interface de haut niveau à Nagios permettant d'oganiser l'ensemble des éléments supervisés sous une forme arborescente. Elle est composée de trois modules : * un module de « Suivi Temps-Réel » : qui permet un affichage de l'état générale de tous les services supervisés ; * un module de « Suivi des alarmes » : qui trace le temps moyen de prise en charge et de résolution d'un incident ; * un module de « Reporting » : qui affiche la disponibilité des éléments supervisés. La forme arborescente de NaReTo permet de construire une vue fonctionnelle correspondant exactement au Système d'Information supervisé.

May 2008

Nexen.net : portail PHP et MySQL - MySQL Replication Manager

MySQL Replication Manager est une interface Web pour surveiller une architecture maître esclave. Elle permet simplement de lancer le maître et l'esclave, de gérer les logs et de surveiller l'état de fonctionnement. Il vous faut bien sûr les droits d'administration.

April 2008

scalr - Google Code

by 3 others
Scalr is a fully redundant, self-curing and self-scaling hosting environment utilizing Amazon's EC2. It allows you to create server farms through a web-based interface using prebuilt AMI's for load balancers (pound or nginx), app servers (apache, others), databases (mysql master-slave, others), and a generic AMI to build on top of. The health of the farm is continuously monitored and maintained. When the Load Average on a type of node goes above a configurable threshold a new node is inserted into the farm to spread the load and the cluster is reconfigured. When a node crashes a new machine of that type is inserted into the farm to replace it. 4 AMI's are provided for load balancers, mysql databases, application servers, and a generic base image to customize. Scalr allows you to further customize each image, bundle the image and use that for future nodes that are inserted into the farm. You can make changes to one machine and use that for a specific type of node. New machines of this type will be brought online to meet current levels and the old machines are terminated one by one. The project is still very young, but we're hoping that by open sourcing it the AWS development community can turn this into a robust hosting platform and give users an alternative to the current fee based services available.

Openfiler — Openfiler Community

Openfiler is a powerful, intuitive browser-based network storage software distribution. Openfiler ScreenshotsOpenfiler delivers file-based Network Attached Storage and block-based Storage Area Networking in a single framework. Openfiler is built on the rPath Linux metadistribution and is distributed as a stand-alone Linux distribution. The entire software stack interfaces with third-party software that is all open source. File-based networking protocols supported by Openfiler include: NFS, SMB/CIFS, HTTP/WebDAV and FTP. Network directories supported by Openfiler include NIS, LDAP (with support for SMB/CIFS encrypted passwords), Active Directory (in native and mixed modes) and Hesiod. Authentication protocols include Kerberos 5. Openfiler includes support for volume-based partitioning, iSCSI (target and initiator), scheduled snapshots, resource quota, and a single unified interface for share management which makes allocating shares for various network file-system protocols a breeze.

PHP File Upload Configuration

Though PHP presents a very versatile and user friendly interface for handling file uploads, the default installation is not geared for working with files in excess of 2 Mega Bytes. This article will help you configure your PHP engine for handling such large file transfers.

March 2008

Remastersys - Cedynamix

by 1 other (via)
Basé sur le script mklivecd (Mandriva), la dernière version de Remastersys a été complètement réécrite pour des problèmes de compatibilité avec Ubiquity et Casper, ayant pour causes de nombreuses dépendances spécifiques à Mandriva. Cette dernière version offre une interface graphique qui permettra aux réfractaire de la ligne de commande de pouvoir bénéficier d'un outil que l'on pourra comparer aisément dans l'univers Windows à Norton Ghost de par son utilité. Remastersys est donc un outils qui permet créer et de partager une installation de Ubuntu (et de toutes ses versions dérivées) à partir de votre installation actuelle. * On peut faire un Backup du système comprenant toutes vos données personnelles sur un Cd/Dvd que vous pouvez utiliser n'importe où et que vous pouvez aussi installer ou réinstaller. * On peut créer une copie distribuable (LiveCd) que vous pouvez partager avec des amis. Elle ne contiendra aucune de vos données personnelles.

January 2008

TimingAndEstimationPlugin - Trac Hacks - Plugins Macros etc. - Trac

by 1 other
This is a plugin that adds (aspires to add) estimation and time tracking to Trac. This basically adds CustomFields and CustomReports and an interface for filling the dynamic variables for the report. (requires javascript).

XEN Server Status Monitoring Command Cheat Sheet

The xm command is the main command line interface for managing Xen guest domains. The program can be used to create, pause, and shutdown domains. It can also be used to list current domains, enable or pin VCPUs, and attach or detach virtual block devices.

WinFF convertisseur vidéo efficace - Cedynamix

Pour ceux qui ne connaissent pas, WinFF est un frontend pour ffmpeg. C'est-à-dire qu'au moyen d'une interface graphique, WinFF nous permet d'effectuer tout type de conversions de fichiers vidéo rapidement et facilement d'un seul trait et cela sans avoir à appeler une ligne de commandes sans fin de ffmpeg à taper dans la console du Terminal. WinFF convertit des fichiers multiples dans des formats multiples. Vous pouvez par exemple convertir un fichier MPEG et un flv, le tout dans le même fichier avi de destination. La liste des formats de conversion pré définis est impressionnante. Pour être précis j'en ai compté 40.

December 2007

Des graphes dans Nagios avec PNP

PNP is not PerfParse (blague pour les geek codeurs en Lisp) est un module permettant à Nagios de stocker dans une base RRD et d’afficher via une interface Web des données provenant de vos plugins Nagios. Actuellement en version de développement (0.4.4 au moment de l’écriture de ce billet), PNP comble un manque important dans Nagios: la génération de graphiques personnalisés intégrés à l’interface Web.

November 2007

Interface elements for jQuery - About Interface

by 19 others
Interface is a collection of rich interface components which utilizes the lightweight JavaScript library jQuery. With this components you can build rich client web applications and interfaces with the same simplicity as writing JavaScript with jQuery.

Google Maps PHP Class: Phoogle Maps | systemsevendesigns Freelance Web Development Cornelius, NC

by 8 others (via)
Phoogle Maps (pronounced like Foogle Maps) is a PHP class that integrates itself with the Google Maps API and with the Google Geocoding API to make an easy to use interface to display Google Maps on your site. With about 5 lines of PHP code you can display a customized Google Map on your website. Please note that you will need a free Google Maps API Key to use Phoogle Maps

Webshare, le gestionnaire de fichiers web open source.

by 5 others
WebShare est une application française à installer sur votre serveur qui vous permet de : * Stocker vos fichiers comme vous le feriez sur votre disque dur * Organiser et déplacer au fichiers dans l’arborescences des dossiers * Visualiser les fichiers hébergés : images, textes, html, flash, … * Créer et éditer des fichiers textes et html dans une interface wysiwig * Créer rapidement des bookmarks sous forme de miniatures. * Insérer des flux rss * … Le projet est réellement bien conçu et le système est tout à fait bluffant. En effet, vous pouvez déplacer les fichiers en les glissant, vous disposez d’un menu contextuel complet, vous pouvez afficher les fichiers sous forme de miniatures, listes, ou en détails. Les images peuvent être visualisées sous forme de diaporama, directement dans le système et peuvent etre agrandies

October 2007

Enhanced Logging With rsyslog On Debian Etch And phpLogcon For Viewing | HowtoForge - Linux Howtos and Tutorials

Rsyslog is an enhanced multi-threaded syslogd supporting, among others, MySQL, syslog/tcp, RFC 3195, permitted sender lists, filtering on any message part, and fine grain output format control. It is quite compatible to stock sysklogd and can be used as a drop-in replacement. Its advanced features make it suitable for enterprise-class, encryption protected syslog relay chains while at the same time being very easy to setup for the novice user. An optional web interface - phpLogCon - can be used to visualize all data online."

August 2007

Ext FileTree Widget Example by Saki

by 2 others
FileTreePanel is client-server application where client (browser) provides the user interface (UI) which displays the tree and context menu, handles drag & drop operations, etc. The filesystem that is displayed and managed by the UI is stored on a server. Therefore, we need some communication layer between client and server. Client sends a command to server, server processes this command and responds with a result. Client in turn processes the response and display results. All this communication is running in the background by Ajax (XMLHttpRequest) calls. The XMLHttpRequest is not used directly but the Ext JS - JavaScript Library ajax layer is used for this purpose. Client requests data from server with standard POST method and server is expected to respond with JSON (JavaScript Object Notation) string and appropriate HTTP headers.

July 2007

O'Reilly — Un lecteur de radios Web en Bash

by 1 other
Nous vous présentons un petit script dédié à la période estivale. Ludique, il permet de lire les flux radio diffusés en streaming sur le Web. A cet effet, il présente une interface graphique qui s'intègrera parfaitement à l'environnement Gnome.

June 2007

DEfusion.org.uk » JavaScript Image Cropper UI, using Prototype & script.aculo.us

by 6 others
The JavaScript image cropper UI allows the user to crop an image using an interface with the same features and styling as found in commercial image editing software, and is is based on the Prototype JavaScript framework and script.aculo.us.

The KForge Project » About

by 1 other
KForge is an open-source (GPL) system for managing software and knowledge projects. It re-uses existing best-of-breed tools such as a versioned storage (subversion), a tracker (trac), and wiki (trac or moinmoin), integrating them with the system’s own facilities (projects, users, permissions etc). KForge also provides a complete web interface for project administration as well a fully-developed plugin system so that new services and features can be easily added.

camel's TAGS related to tag interface

abs +   administration +   ajax +   application +   applications +   backup +   bash +   build +   cacti +   charge +   class +   cluster +   code +   configuration +   control +   conversion +   crop +   css +   database +   debian +   design +   dev +   dhtml +   documentation +   environment +   ffmpeg +   file +   firewall +   format +   framework +   free +   gestion +   ghost +   google +   graph +   guide +   hosting +   html +   http +   image +   incoming +   install +   internet +   javascript +   jQuery +   js +   linux +   list +   load +   log +   mail +   management +   map +   menu +   monitoring +   mysql +   nagios +   network +   online +   php +   plugin +   project +   prototype +   remote +   replication +   rss +   sauvegarde +   script +   security +   select +   server +   serveur +   service +   setup +   share +   site +   software +   standard +   storage +   streaming +   subversion +   svn +   test +   time management +   tools +   trac +   ubuntu +   upload +   usvn +   video +   virtualisation +   web +   webdesign +   wiki +   windows +   xen +   xhtml +   xmlhttprequest +