Rants, Raves, and Rhetoric v4

Tag: shell

  • Higher Ed Twitter List

    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…

  • Forcing Weblogic’s Config.xml

    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…

  • IMS Import Error When Node Is Down

    This is what I got when a node was down while I attempted to do an IMS import in Blackboard CE/Vista. Failed to upload files, exiting. Cause could include invalid permission on file/directory, invalid file/directory or repository related problems The keywords permission, file, and directory in this would have sent me anywhere but to the…

  • Stats

    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…

  • WordPress Error: This file cannot be used on its own.

    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…

  • Better Way to Count

    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…

  • Everything to Everyone

    This is intended to be a more thoughtful response to Laura regarding Course Management Systems and the need for innovation. Currently, Course Management Systems are bloatware. They got this way by trying to provide everything to everyone. One instructor wants a feature, the university presses for this feature, the CMS programmers put in the feature.…

  • links for 2007-09-11

    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)

  • Fun With Oracle Environment Variables

    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,…