How to automate download and installation of Java JDK on Linux?

Source : http://stackoverflow.com/questions/10268583/how-to-automate-download-and-installation-of-java-jdk-on-linux UPDATED FOR JDK 8u45 RPM: wget –no-check-certificate –no-cookies –header « Cookie: oraclelicense=accept-securebackup-cookie » http://download.oracle.com/otn-pub/java/jdk/8u45-b14/jdk-8u45-linux-x64.rpm TAR GZ: wget –no-check-certificate –no-cookies –header « Cookie: oraclelicense=accept-securebackup-cookie » http://download.oracle.com/otn-pub/java/jdk/8u40-b26/jdk-8u40-linux-x64.tar.gz RPM using curl: curl -v -j -k -L -H « Cookie: oraclelicense=accept-securebackup-cookie » http://download.oracle.com/otn-pub/java/jdk/8u45-b14/jdk-8u45-linux-x64.rpm > jdk-8u45-linux-x64.rpm -j -> junk cookies -k -> ignore certificates -L -> follow redirects -H [arg] -> headers curl can […]

Debian Sarge/Etch + Oracle 10G express edition from apt HOWTO

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 […]

Installer JDK 1.6 sous Mac OSX

Salut, j’ai trouvé cette procédure pour installer un JDK 1.6 sous Mac OSX : http://rorblog.techcfl.com/2008/02/26/installing-the-jdk-16-on-mac-os-x/

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. […]

Langue, JEE5, EJB3

Bon, finalement, j’ai décidé de n’écrire qu’en Français (ou du moins le franglais avec plein de fautes) sur mon blog. En effet, je me dis que puisque que j’ai une si belle langue, autant en profiter. Bon pour revenir au sujet qui nous intéresse, c’est-à-dire l’informatique. Durant mes vacances d’été, je suis en train d’apprendre […]