Archive for August, 2007

Apachectl

Monday, August 27th, 2007

handy apache commands: apachectl -V -> show compile settings apachectl -l -> compiled in modules

Windows /etc/

Monday, August 27th, 2007

network and other settings in Windows can usually be found here: c:\windows\system32\drivers\etc\

DNS Server setup

Friday, August 24th, 2007

Setup bind DNS server to lookup names in local network. Install webmin to adminster the nameserver. Webmin runs on port 10000

Hive Moodle Integration

Friday, August 24th, 2007

To integrate Hive and Moodle, you have to run Configurable Interface Pack (CIP). Written in java it runs as a servlet in Tomcat. Some server settings: # Added Arjen V, 20070827 JAVA_HOME=/usr/java/jdk1.5.0_12 CATALINA_HOME=/usr/local/apache-tomcat-5.5.23 export JAVA_HOME export CATALINA_HOME

Hive Install

Thursday, August 23rd, 2007

Installing Hive can be a crime. Some issues: mysqlclient.so should be proper version lib-compat, or something hostname | cut -f1 -d

Installed CentOS / Fedora

Wednesday, August 22nd, 2007

Made Virtual Machine installs of CentOS, Fedora Core. Some typical things: yum list yum groupinstall rpm -ivh /etc/sys-config/ service <name> start|restart|stop chkconfig --list chkconfig <service name> on system-config-network-gui system-config-security system-config-<name> With the system-config scripts you can adjust lots of system configuration settings. With the security config I found that for the Hive install the ssl settings were a bit too ...