Category: Technical tips

Here you'll find some technical tips from my experience

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