Archive for August, 2007
Monday, August 27th, 2007
handy apache commands:
apachectl -V -> show compile settings
apachectl -l -> compiled in modules
Posted in Web | No Comments »
Monday, August 27th, 2007
network and other settings in Windows can usually be found here: c:\windows\system32\drivers\etc\
Posted in BrnDmp | No Comments »
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
Posted in BrnDmp | No Comments »
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
Posted in BrnDmp | No Comments »
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
Posted in BrnDmp | No Comments »
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 ...
Posted in BrnDmp | No Comments »