Karlyn Morissette posted her Master Higher Ed Twitter List. Other than @eironae and @barbaranixon, I didn’t know anyone on the list. So I thought to post a list of higher education professionals I follow categorized by primary expertise. Blackboard twitterers might be another post. Those in bold are coworkers. College / University / Departments @atsu_its…
Let’s nevermind why I am working on this in the first place. Namely… the Blackboard Learning Environment Connector introduced using the hostname and port for applet URLs in Vista 8 Blackboard, Blackboard dropped WebCT’s support for using a different port for an application when behind a load balancer. So we found out we could use…
Dreamhost collects the access and error logs for the web site domains they host for me. The stats are crunched by Analog. The numbers are okay. I much prefer Google Analytics. (Even AWStats is better.) Analog is good enough. While at Bbworld, Nicole asked me about the hits to her wedding web site. She made…
In posting a comment to a friend’s WordPress blog, it came up with the error: Error: This file cannot be used on its own. I was responding to a comment, so I doubted that he broke his blog between making a comment and my response. So I went looking though my own install. Essentially, at…
Our awesome sysadmins have put the user agent into our AWStats so we are tracking these numbers now. They discovered something I overlooked. Netscape 4.x is 10 times more used than 7.x or 8.x. Wowsers! Some people really do not give up on the past. Back in the Netscape is dead post, I used this…
Running SQLPlus and PL/SQL Commands From A Shell Script | TimArcher.com (tags: oracle sqlplus shell scripting) Babel’s Dawn: Pinker’s Anti-Whorfian Hypothesis (tags: science.psychology books linguistics evolution)
This is more or less for the next time I lose all my brain cells from not working over the weekend…. Critical Oracle variables: ORACLE_HOME ORACLE_SID Pretty much any script that deals with Oracle needs the value of these. Cron doesn’t have these variables, so use export VARIABLE to provide them to the shell. Also,…