Archive for the ‘Uncategorized’ Category.
October 13, 2009, 8:18 pm
If you want to know which RAM is installed in your PC (DDR, DDR2…) and its speed, type this command:
$ sudo dmidecode --type 17
Remember that dmidecode can provide additional (useful) information about your HW.
October 11, 2009, 11:22 am
First go here and choose your operating system and architecture. Download the corresponding jre.
$ chmod +x jre-6u16-linux-i586-rpm.bin
$ sudo ./jre-6u16-linux-i586-rpm.bin
Probably your system has another java version already installed:
If this is the case select the new jre using alternatives:
$ sudo alternatives --install /usr/bin/java java /usr/java/jre1.6.0_16/bin/java 2
$ sudo alternatives --config java #choose 2
To check that the selection has worked:
$ alternatives --display java
$ java -version
September 20, 2009, 2:07 pm
July 21, 2009, 5:40 pm
Opera SW needed new servers. Principal HW vendors sent their servers for testing. When Opera’s sysadmin booted up one of the server to test its web-based administration interface, they came across the following JavaScript code:
if (is.opera)
{
window.location.href="config/error.htm";
}
Period.
July 1, 2009, 11:32 pm
Windows (win’-doze) 3.0/3.1/95/98/2000/ME/XP/Vista/7 (n.): 32-bit extensions to a 16-bit graphical shell for an 8-bit operating system originally coded for a 4-bit microprocessor by a 2-bit company that can’t stand 1 bit of competition.
June 4, 2009, 3:37 am
Hace unas semanas Aitor Ibañez (Responsable Técnico de la Zona Norte de Oracle) ofreció una charla muy interesante en la Escuela de Ingenieros de Bilbao. En ella realizó una panorámica sobre diferentes empresas TIC tanto nacionales como internacionales, y ofreció una serie de consejos muy útiles para el desarrollo profesional.
Desde luego una presentación muy útil para todos aquellos que vamos a entrar en el mercado laboral en breve.
February 10, 2009, 6:38 pm