This morning there was a flurry of effort to locate an article called “Hacking WebCT.” My coworker was able to locate it. We were disappointed. The main points of the article were: Lazy administrators make compromising user accounts easy. Lazy instructors make getting questions for assessments easy. These apply to any LMS. So, here is some…
Wow… I’ve forgotten much of the story behind sneezypb… Its been 13 years.
Some support tickets are more easily solved by knowing both user behavior and environment. An often helpful piece of information is what web browser they used. To add this, shut down the cluster, edit /VISTA_HOME/config/config.xml to include the cs(User-Agent), and start the cluster. This line will need to appear for every node. At startup, the…
William borrowed my camera to go on his honeymoon. He also lost the photos with a poorly timed crash & drive reformat. So he wants to borrow the card and recover the data. Thankfully I have not used the camera since he returned it despite thinking I should. Luckily I ran across A Computer Repair…
Mark Guzdial makes the point teachers add value to the learning process. Normally, I would agree. However, I got hung up on a misquote from a Walter Isaacson article How to Save Your Newspaper in TIME offering micropayments as the solution to newspapers finding a working model to survive since advertisements are not the right one. Mark said it…
Purely for fun. Typealyzer gives a Myers-Briggs Type Indicator result from analyzing the text in your blog. I find it interesting this blog scored an ISTP and another INTJ. Prior to working in IT, I was always an INFP. Then I started getting INTP and lately INTJ. So the ISTP is a little odd to…
Normally when presenting the opportunity to change a password, a user is required to provide the current password in addition to the new. It ensures the one changing the password already knows the password. According to Olaf Ritman, Blackboard Academic Suite 6, 7, 8 and Learn 9 ignore asking for the current password. Can anyone with…
There is a good post on backing up a PLE or really anything created in the cloud. The danger of working in the cloud is the site disappearing like Ma.gnolia recently. When the data is important, such as for teaching a class, this is huge. So the advice to have additional copies elsewhere is good. Is it the…
It appears CE/Vista has several locations for defining the email addresses it uses for SMTP. $WEBCTDOMAIN/config/config.xml: mail.from= From address for messages sent. $WEBCTDOMAIN/customconfig/startup.properties: WEBCT_ADMIN_EMAIL= Some internal errors have a mailto: prompt to contact the server administrator. $WEBCTDOMAIN/serverconfs/log4j.properties: log4j.appender.EMail.To= Report fatal errors. $WEBCTDOMAIN/serverconfs/log4jstartup.properties: log4j.appender.EMail.To= Report fatal errors. $WEBCTDOMAIN/webctInstalledServer.properties: WEBCT_ADMIN_EMAIL= Installer picks up this value for populating…