PUBLIC   marks

PUBLIC MARKS with tag configuration

Sponsorised links

October 2009

Public Fox - Bloque les téléchargements, l'installation d'Addons et la modification des bookmarks, l'accés aux préférences et à about:config... - Modules pour Firefox (vu dans Bibliobsession)

by decembre
Pour faire de Firefox un Navigateur Sécurisé à l'usage d'un service Public. Bloque les téléchargements, l'installation d'Addons et la modification des bookmarks...etc et configure quelques autres paramétres. Block downloads, lock down bookmarks/addons/downloads with a password.

August 2009

Ma-Config.com - Détection de matériel et services en ligne pour PC

by decembre & 11 others
Sur Ma-Config.com vous pouvez... * identifier en quelques secondes, en toute confidentialité et en toute sécurité, les composants matériels et les logiciels installés sur votre PC sous Windows@, * générer un fichier au format PDF, décrivant les éléments détectés, * obtenir gratuitement en un clic les derniers drivers pour les matériels détectés, * sauvegarder votre configuration, * composer une signature dynamique pour vos mail et news, comportant le résumé de votre configuration et renvoyant d'un clic vers la description sauvegardée sur ce site.

July 2009

Running a Reverse Proxy with Apache:

by eaque & 1 other (via)
Step by step guide to set up a working reverse proxy

Sponsorised links

June 2009

Jakarta Commons Configuration

by astrochoupe & 1 other
Classes permettant de gérer facilement des fichiers de configuration de différentes natures (properties,XML,DB,JNDI...)

March 2009

November 2008

Execute commands simultaneously on multiple servers Using PSSH/Cluster SSH/Multixterm -- Ubuntu Geek

by camel
If you have multiple servers with similar or identical configurations (such as nodes in a cluster), it’s often difficult to make sure the contents and configuration of those servers are identical. It’s even more difficult when you need to make configuration modifications from the command line, knowing you’ll have to execute the exact same command on a large number of systems . In this tutorial we will see some tools to execute one command on multiple remote servers using ssh.First you need to make sure you have ssh installed in your machine or you can install using the following command

DLFP: Groupware OBM et Webmail MiniG, paquets Debian

by camel (via)
Il y a quelques temps déjà, un nouveau site web pour OBM (www.obm.org) a été mis en ligne, afin de présenter ce logiciel qui permet à ses utilisateurs de stocker, organiser et partager rendez-vous, contacts, courriels, liens, documents et des modules complémentaires de type gestion de projet/planning. Ce fut pour nous une volonté de faire partager ce projet pour lequel la communication n'était pas à son maximum. Depuis nous l'enrichissons afin de partager nos connaissances et de faire de ce Groupware une véritable alternative aux solutions propriétaires. L'un des avantages d'OBM est l'utilisation d'autres logiciels libres pour assurer les différents services d'un goupware (Cyrus, Apache, Postfix...). Cependant, pour les non-initiés, cet avantage se transforme souvent en plusieurs semaines de galère pour réussir à installer un OBM complet. OBM nécessite une certaine expertise dans beaucoup de services associés à OBM (Cyrus, Postfix, MySQL ou PostgreSQL, Java/Tomcat...). Il y a plus de 6 mois, nous avons travaillé avec des développeurs Ubuntu (et nous continuons toujours) pour publier dans Ubuntu Hardy (et maintenant Intrepid) une version packagée d'OBM. Nous nous sommes vite rendu compte qu'inclure un tel logiciel dans une distribution est pour l'instant infaisable. Pouvoir remplacer un fichier de configuration d'un service par celui dont a besoin OBM, n'est pas simplement faisable, voire impossible pour certains services. C'est pour cela que dans Ubuntu il n'y a que la partie "web" qui est pour l'instant intégrée. Nous avons quand même développé tous les autres paquets des services qui gravitent autour d'OBM. Nous espérons intégrer au fur et à mesure tous les paquets d'OBM, quand cela sera possible. Nous sommes donc heureux de vous annoncer la mise en place d'un dépôt Debian (Etch) pour une installation complète et vraiment complète d'OBM. La version disponible est la dernière version stable, la 2.1.11. Il faut souligner que ces paquets sont conçus pour un serveur dédié à OBM. Nous espérerons que grâce à ces paquets vous serez nombreux à installer et utiliser OBM : deb http://deb.obm.org etch obm À vos claviers ! Il est temps d'installer un OBM, en quelques minutes ! Voir ci-dessous pour faire vos retours et tester aussi MiniG, une version alpha d'un nouveau webmail.

Qmail Howto | Nasim Mansurov

by camel (via)
Full Qmail Installation and Configuration Guide or Qmail Vmailmgr Tcpserver RBL SpamAssassin Relay-CTRL Qmail-Scanner Courier IMAP Guide POP3S SMTPS

’Scripts Shell sous Linux’ chez ENI (TOOLinux)

by camel (via)
’Scripts Shell sous Linux’ chez ENI 10 novembre 2008 dans Livres Ce livre sur les scripts shell présente la mise en œuvre de projets dans un environnement industriel. Les 5 projets détaillés couvrent la plupart des besoins en scripts rencontrés en entreprise. Ils ont été conçus et présentés de telle sorte que leur adaptation à des besoins spécifiques sera aisée pour le lecteur. Les thèmes couverts traitent de la gestion des comptes utilisateurs, des sauvegardes de fichiers, des sauvegardes systèmes, de la gestion des disques, des communications entre serveurs, des mécanismes de surveillance et des scripts de démarrage. Ces projets abordent des approches différentes de la programmation en shell, tels que les gros projets qui utilisent plusieurs scripts avec des fichiers de configuration et de journalisation, ou le script unique complet et autonome. Des concepts de base sont détaillés comme les menus interactifs, la crontab, des fichiers systèmes, la sécurité SSH et les clés. Les scripts shell traités dans le livre sont en téléchargement sur cette page. A noter que le livre numérique est offert par l’éditeur pour l’achat du livre imprimé jusqu’au 31 décembre 2008. "Scripts Shell sous Linux : Mise en œuvre de 5 projets", de Théo SCHOMAKER et Jean-Marc BARANGER", ENI Editions. 37 euros. ISBN : 978-2-7460-4617-7

Check Your Mysql Server Performance with MySQLTuner -- Debian Admin

by camel & 1 other
MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability. Within seconds, it will display statistics about your MySQL installation and the areas where it can be improved. It’s key to remember that MySQLTuner is a script which can assist you with your server, but it is not the solution to a badly performing MySQL server. The best performance gains come from a thorough review of the queries sent to the server, and an evaluation of the MySQL server itself. A qualified developer in your application’s programming or scripting language should be able to work with a MySQL database administrator to find improvements for your server. Once the server and application are optimized well, you may need to consider hardware upgrades to the physical server itself. This is a really useful tool for helping to optimize MySQL performance.Understanding the various my.cnf variables and how they affect performance can seem really complicated but this tool takes some of the pain away and makes it easier to understand the effects of each variable.It is especially useful to be able to see the global memory usage, memory usage per thread and the maximum possible memory usage - that is really valuable information that is otherwise complex to calculate.

October 2008

QuickStart Configures Your Ubuntu System Without Terminal Work

by decembre
Linux only: QuickStart, a free automation utility for Ubuntu Linux systems, makes it easy to perform partial or full system backups of any partition, synchronize folders and update them on a schedule, and take care of other tasks a beginner would normally need to spend serious time researching. The tiny app opens a simple interface listing your choices, although dialog prompts guide you through any steps requiring input. The tools for installing DVD playing codecs, backing up your Master Boot Record, and creating synchronized backups seem particularly helpful, and while I haven't tested every function, a handful of them completed without any problems. QuickStart is a free download for Ubuntu systems only; both links below carry non-terminal installation instructions for the script.

Howto: ISP-style Email Server with Debian-Etch and Postfix 2.3

by camel (via)
The configuration described here is not very complicated but still needs to be done carefully. You are expected to have at least basic knowledge of: * MySQL (creating a database, granting access to users, basic SQL queries) * SMTP (what it is and what a basic SMTP dialog looks like) * POP3, IMAP (what they do and what the differences are) * basic Postfix configuration (understand the default settings in your main.cf, have read through the basic configuration document and know that your mail log file is at /var/log/mail.log) * Debian/Linux (general system administration, using a text editor, reading log files)

cleverbox - clever-age.org - Open Source Software - Trac

by camel & 1 other
The cleverbox provides an interactive command line shell dedicated to the deployment and maintenance of trac and subversion instances. It can handle multiple configuration profiles, enabling the deployment of differently flavored type of project (trac configuration and permissions, apache configuration templates, etc). Project's main objective is to make your life as simple as possible. Thus, it comes with easy installation, easy upgrades and a comprehensive documentation.

September 2008

DSLvalley.com : Configuration avancée du terminal FREEBOX

by decembre & 1 other
La configuration du terminal Freebox est quelque peu différente des autres modems routeurs classiques car elle n'est pas accessible directement via le réseau local. Pour configurer votre routeur, il faudra passer par le site de Free

August 2008

Managing Xen using the xm Command-line Tool - Techotopia

by camel
In previous chapters we have covered the steps necessary to install and configure Xen and Xen based guest operating systems. This chapter is dedicated to explaining the xm tool, and how it can be used to manage guest operating systems from the command-line. If you prefer to use the graphical virt-manager tool to administer your Xen configuration see Managing and Monitoring Fedora based Xen Guest Systems. Contents * 1 xm Command-line vs xm Shell * 2 Listing Guest System Status * 3 Starting a Xen Guest System * 4 Connecting to a Running Xen Guest System * 5 Shutting Down a Guest System * 6 Pausing and Resuming a Guest System * 7 Suspending and Resuming a Guest OS * 8 Saving and Restoring Xen Guest Systems * 9 Rebooting a Guest System * 10 Configuring the Memory Assigned to a Xen Guest OS * 11 Migrating a Domain to a Different Host

Running Vhosts Under Separate UIDs/GIDs With Apache2 mpm-peruser On Debian Etch | HowtoForge - Linux Howtos and Tutorials

by camel & 1 other (via)
This article explains how you can install and configure apache2-mpm-peruser on a Debian Etch server. apache2-mpm-peruser is an MPM (Multi-Processing Module) for the Apache 2 web server, very similar to apache2-mpm-itk, but faster (almost as fast as apache2-mpm-prefork). mpm-peruser allows you to run each of your vhosts under a separate UID and GID - in short, the scripts and configuration files for one vhost no longer have to be readable for all the other vhosts. It is based on metuxmpm, a working implementation of the perchild MPM. The result is a sane and secure web server environment for your users, without kludges like PHP's safe_mode.

Utiliser Mozilla Weave sur son propre serveur | Spalistik

by camel
Si vous utilisez régulièrement plusieurs machines différentes pour accéder à Internet, Mozilla Weave est l’extension Firefox faite pour vous, car elle vous permet de synchroniser la configuration de Firefox sur ces différentes machines. Mais l’inconvénient majeur de Weave est le fait que les données de synchronisation sont par défaut stockées sur les serveurs de Mozilla, ca qui peut poser des problèmes de sécurité et de confidentialité, en particulier pour les entreprises. Heureusement la fondation a prévu le coup en offrant la possibilité d’utiliser son propre serveur en tant que centre de synchronisation de Weave, permettant ainsi de s’affranchir de Mozilla pour l’utilisation du service. Voyons comment mettre en place un tel serveur.

About Opsview | opsview.org

by camel & 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

July 2008

TweakGuides Tweaking Companion, documentation, gratuithttp:

by decembre & 3 others
Voir un formidable document de 175 pqui explique plein de choses sur Windows XP, comment configurer/modifier tout un tas de choses. L'auteur tord également le cou à un certain nombre de mythes.

June 2008

Apache2 mod_fastcgi suexec on debian etch - Chty blog

by camel
I know it's difficult to find good documentation to configure apache2 with mod_fastcgi and suexec to make php websites works. This configuration works well with Debian Etch (4.0). Here an example of configuration.

PUBLIC TAGS related to tag configuration

no tag

Sponsorised links