Tag: linux

Measuring Network Throughput using NetPerf & iPerf

Using NetPerf and iPerf for UDP throughput

The three key measures of network performance are latency (the time required to transfer data across the network), throughput (the amount of data or number of data packets that can be delivered on an IP network in a predefined timeframe) and jitter or delay jitter (the changes and their duration in delay that occur during …

Continue reading

Rapport mHealth au Congo – Etude de faisabilité et recommandations

De septembre à décembre 2013, j’ai mené une étude de faisabilité de l’utilisation de la téléphonie mobile pour l’amélioration de la couverture vaccinale au Congo (Brazzaville). Objectifs de l’étude L’objectif de la mission était d’étudier la faisabilité tant sur les plans technique, organisationnel que technologique du projet d” « utilisation de la téléphonie mobile pour …

Continue reading

6 things you should know about Amazon CloudSearch

Amazon CloudSearch is a fully-managed service in the AWS Cloud that makes it simple and cost-effective to set up, manage, and scale a custom search solution for your website or application. Amazon CloudSearch supports a rich set of features including language-specific text processing for 34 languages, free text search, faceted search, geospatial search, customizable relevance …

Continue reading

Uploading a Large File to Amazon S3

The largest single file that can be uploaded into an Amazon S3 Bucket in a single PUT operation is 5 GB. If you want to upload large objects (> 5 GB), you will consider using multipart upload API, which allows to upload objects from 5 MB up to 5 TB. The Multipart Upload API is …

Continue reading

Solution de portail Intranet : Intégration de Liferay et Alfresco sous Ubuntu Server avec MySQL

Liferay est une solution aboutie Open Source de gestion de contenu, orientée portail social et collaboratif (internet, extranet ou intranet) ; plusieurs grandes entreprises et administrations l’ont utilisé pour déployer leur portail internet. Lorsqu’il faut cependant mettre sur pied un portail intranet ou extranet, la fonctionnalité GED (gestion et archivage électronique de documents) est indispensable …

Continue reading

Installation du PGI OpenERP 7.0 sur Debian Squeeze et CentOS 6.4

OpenERP est un PGI (Progiciel de Gestion Intégré) Open Source dont le développement a commencé il y a maintenant 14 ans par Fabien Pinckaers (pinky) pour les business de son père, et plus tard de son oncle. Développé avec Python et utilisant le SGBD libre PostGreSQL, le logiciel est aujourd’hui très abouti et plusieurs grandes …

Continue reading

Formation PHP/MySQL et Webmastering avancé

Du 17 au 20 avril 2013 j’anime une formation sur le Webmastering et la programmation d’applications Web. Véritable chef d’orchestre, le Webmaster est désormais l’acteur incontournable des différents sites Web de l’organisation. Il doit être capable de repérer les stratégies des différents acteurs impliqués dans la conception d’un site et d’harmoniser leurs différentes logiques. Public …

Continue reading

Installation de Alfresco Community avec MySQL sur Ubuntu Server

Le leader Open Source de la gestion et d’archivage électronique de documents (GED) Alfresco est-il encore à présenter ? Si oui ben faites un tour sur le site de Alfresco : http://www.alfresco.com. Pendant que vous y êtes, téléchargez la dernière version de Alfresco Community (à l’heure actuelle c’est la 4.2.c) pour Linux 64 bits sur …

Continue reading

Automatic Backup of MySQL Database to Amazon S3. Use of Object Expiration to Delete Old Backups

The importance of backing up a database needs no further demonstration. The following will create daily, weekly and monthly backups for our database and copy them to an Amazon S3 Bucket (MyBucketName) in MyBucketName/Daily, MyBucketName/Weekly and MyBucketName/Monthly folders respectively. To control the cost of our backup solution, we will set expiration to each file to …

Continue reading

Installing Alfresco Community With MySQL on Ubuntu Server on AWS EC2 With Content Stored on Amazon S3

At the top of almost every Linux distribution, the Debian-based Ubuntu surpasses all other Linux server distributions – from its simple installation to its excellent hardware discovery to its world-class commercial support. Amazon Web Services is indisputably the largest cloud service provider. MySQL is the world’s most popular open source database. Alfresco is the world’s …

Continue reading