Sunday, 24 June 2007
Me and the University of Verona
Since the end of academic year 2006/2007 I'm not an adjunct professor at the University of Verona anymore. This post is only for record.
Since the end of academic year 2006/2007 I'm not an adjunct professor at the University of Verona anymore. This post is only for record.
stratagemma system configuration (for future references):
root@stratagemma:~# cat /etc/issue Ubuntu 5.10 "Breezy Badger" \n \l root@stratagemma:~# dpkg -l tomcat5 [cut] ii tomcat5 5.0.30-9 Java Servlet 2.4 engine with JSP 2.0 support root@stratagemma:~# cat /etc/default/tomcat5 | grep JAVA_HOME [cut] JAVA_HOME=/opt/jdk5 root@stratagemma:~# dpkg -l apache2 libapache2-mod-fcgid [cut] ii apache2 2.0.55-4 next generation, scalable, extendable web serv ii libapache2-mod- 1.07-1 an alternative module compat with mod_fastcgi root@stratagemma:~# ruby -v ruby 1.8.4 (2005-12-24) [i486-linux] root@stratagemma:~# gem -v 0.8.11 root@stratagemma:~# rails -v Rails 1.1.2
stratagemma is a machine that luckily I can use but unfortunately I can't break ;-) .
A while ago we upgraded mayatecnologie from Debian GNU/Linux 3.0 “woody” to an hybrid between Ubuntu 5.10 (The Breezy Badger) and Ubuntu 6.04 (The Dapper Drake).
So, for future references, the new system configuration:
root@mayatecnologie:~# cat /etc/issue Ubuntu 5.10 "Breezy Badger" \n \l root@mayatecnologie:~# dpkg -l tomcat5 [cut] ii tomcat5 5.0.30-9 Java Servlet 2.4 engine with JSP 2.0 support root@mayatecnologie:~# cat /etc/default/tomcat5 | grep JAVA_HOME [cut] JAVA_HOME=/opt/jdk5 root@mayatecnologie:~# dpkg -l apache2 libapache2-mod-fcgid [cut] ii apache2 2.0.55-4 next generation, scalable, extendable web serv ii libapache2-mod- 1.07-1 an alternative module compat with mod_fastcgi root@mayatecnologie:~# ruby -v ruby 1.8.4 (2005-12-24) [i486-linux] root@mayatecnologie:~# gem -v 0.8.11 root@mayatecnologie:~# rails -v Rails 1.1.2
stakhanov system configuration (for future references).
pic@stakhanov:~/public_html$ cat /etc/issue Debian GNU/Linux testing/unstable \n \l pic@stakhanov:~$ uname -a Linux stakhanov 2.6.12-1-k7 #1 Tue Sep 27 13:22:07 JST 2005 i686 GNU/Linux
pic@stakhanov:~$ java -version java version "1.5.0_05" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05-b05) Java HotSpot(TM) Client VM (build 1.5.0_05-b05, mixed mode, sharing) pic@stakhanov:~$ ~/opt/j2sdk/bin/java -version java version "1.4.2_10" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_10-b03) Java HotSpot(TM) Client VM (build 1.4.2_10-b03, mixed mode) pic@stakhanov:~$ head -3 $CATALINA_HOME/webapps/ROOT/RELEASE-NOTES.txt Apache Tomcat Version 5.0.28 pic@stakhanov:~$ head -1 $CATALINA4_HOME/RELEASE-NOTES-4.0.5.txt Apache Tomcat Version 4.0.5
pic@stakhanov:~$ /usr/lib/postgresql/7.4/bin/postmaster --version postmaster (PostgreSQL) 7.4.8 pic@stakhanov:~$ echo "select postgis_full_version() ;" | psql testgis postgis_full_version ----------------------------------------------------------------------------------------- POSTGIS="1.0.4" PROJ="Rel. 4.4.9, 29 Oct 2004" USE_STATS DBPROC="0.3.0" RELPROC="0.3.0" (1 row)
stakhanov system configuration (for future references).
pic@stakhanov:~$ cat /etc/issue Debian GNU/Linux 3.1 \n \l pic@stakhanov:~$ uname -a Linux stakhanov 2.6.8-2-k7 #1 Thu May 19 18:03:29 JST 2005 i686 GNU/Linux
pic@stakhanov:~$ java -version java version "1.4.2_07" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_07-b05) Java HotSpot(TM) Client VM (build 1.4.2_07-b05, mixed mode) pic@stakhanov:~$ ./opt/j5dk/bin/java -version java version "1.5.0_04" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05) Java HotSpot(TM) Client VM (build 1.5.0_04-b05, mixed mode, sharing) pic@stakhanov:~$ head -1 $CATALINA_HOME/RELEASE-NOTES-4.0.5.txt Apache Tomcat Version 4.0.5 pic@stakhanov:~$ head -3 $CATALINA5_HOME/webapps/ROOT/RELEASE-NOTES.txt Apache Tomcat Version 5.5.7
pic@stakhanov:~$ /usr/lib/postgresql/bin/postmaster --version postmaster (PostgreSQL) 7.4.7
2005-Oct-03 CEST: added PostgreSQL section after PostGIS installation.
mayatecnologie system configuration (for future references):
root@mayatecnologie:~# cat /etc/issue Debian GNU/\s 3.0 \n \l root@mayatecnologie:~# uname -a Linux mayatecnologie [omitted] i686 unknown root@mayatecnologie:~# java -version java version "1.4.1" Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.4.1-01) Java HotSpot(TM) Client VM (build Blackdown-1.4.1-01, mixed mode) root@mayatecnologie:~# dpkg -l tomcat4 Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name Version Description +++-==============-==============-============================================ ii tomcat4 4.0.4-4 Java Servlet 2.3 engine with JSP 1.2 support