To use this repository we need to add following lines to /etc/apt/sources.list file: deb http://oss.oracle.com/debian/ unstable main non-free deb-src http://oss.oracle.com/debian/ unstable main we also need to get and install the package key from oracle web site wget http://oss.oracle.com/el4/RPM-GPG-KEY-oracle apt-key add RPM-GPG-KEY-oracle  Next, you need to update your package files (as root)# apt-get update … Reading …
Catégorie : Informatique
Reverse proxy avec IIS vers un lamp pour un sous répertoire du site web
Comme le reste de mes posts, voici des notes pour moi, mais qui peuvent être utile à d’autre pour faire reverse proxy avec IIS vers un lamp pour un sous répertoire du site web.
Trouver les fichiers modifiés entre deux dates et possédant une extension spécifique grâce à la version GNU de find
Testé avec find (GNU findutils) 4.4.2 . Trouver les fichiers dans <répertoire_où_sont_les_fichiers> avec une date de modifications plus récente qu’une date spécifique
Exemple de configuration de la déduplication sous Windows 2012 / 2012 R2 avec powershell
Grâce à cette merveilleuse fonctionnalité, j’ai réussis à sauver ceci sur un disque servant à stocker des sauvegardes effectuer avec Veeam pour des machines virtuelles VMWare :
Activer l’accès SSH de root dans FreeBSD (ou n’importe quel Unix utilisant OpenSSH, d’ailleurs)
cd /etc/sshd vi sshd_config PermitRootLogin yes /etc/rc.d/sshd restart
Installing Apache2.2/Tomcat5.5 on a debian from source
Voici un copié-collé d’une procédure de compilation/configuration/installation d’Apache 2.2 en concert avec Tomcat 5.5 que j’ai à utilisé de temps en temps dans mon travail. Si ça peux vous être utile. Si vous êtes l’auteur de cette procédure n’hésitez pas à me le dire pour que je vous cite, j’ai oublié d’où provient ces informations. …
Installer les manuel des commandes (man pages) sous FreeBSD 7 après l’installation initiale
Utiliser la commande /usr/sbin/sysinstall. Ensuite aller dans Configure > Distributions > Select Man and Info. Voila, le reste est simple.
Migration from thunderbird to Evolution+Exchange
Install Evolution Open Evolution one time and then close it Configure the Exchange account with your account informations on the Windows domain private.alogialogient.com with the command : ximian-connector-setup-2.x (x being the Evolution version you’re using). Download the scritp provided with this post. Modify the script following the instruction provided by the comments in it. Execute …
Installer Apache 2.2.x avec PHP 5 sous FreeBSD 7
1. cd /usr/ports/www/apache22 2. make install clean Note: Durant le make install, il faut choisir les modules d’apache que l’on veut avoir d’installé Getting PHP5 installed in FreeBSD 7.0 1. cd /usr/ports/lang/php5 2. make install clean 3. cd /usr/ports/lang/php5-extensions 4. make config 5. make install clean Putting it all together 1. vi cd /usr/local/etc/apache2/httpd.conf 2. …
How to boot on CDROM when the bios isn’t compatible
Just a little note for those like me that need some time to boot cds on old computers. If the bios is incompatible, you just have to use a floppy and write on it Smart Boot Manager. How to do that : On windows : 1. Download rawrite freely from http://www.chrysocome.net/rawwrite. 2. Download smb.bin from …