Archive for October, 2008

Oct 24 2008

2 Dichotomies

Published by jgreen under Uncategorized

I met yesterday with our Registrar, Tina Petersen for a couple of hours to discuss the possibility of digitizing a number of official-use forms.  After drawing up a list of target forms for the project, we had excellent discussion about several methods we could use to manage the information electronically (ASP/MS-SQL for some forms, Adobe PDF + LiveCycle for others).

It seems like we keep running into the tension between:

  • Security and Ease of Access
  • Temporary, Inexpensive Workarounds and Permanent, High-$$$ Solutions

Not just in this project, but in many things that the university aspires to accomplish.  In this case, the two questions are “How much do we build our own system, considering that a brand-new student information system will already do these things for us?”, and “How do we ensure authenticity for digital signatures without undue account management overhead?”.

No responses yet

Oct 23 2008

Tools

Published by jgreen under Uncategorized

I don’t know how I would survive work without the assistance of Notepad++.

No responses yet

Oct 17 2008

Knowledgebase

Published by jgreen under Uncategorized

IT has desperately needed a solid knowledgebase… and we might just be getting one!

I’m exploring dokuwiki (http://www.dokuwiki.org) as a possible solution.  We could be taking better advantage of our time by documenting common solutions, and Dokuwiki meets our primary requirements:

  • Simple interface for creating content
  • Provides password-protection for internal-use content
  • Integrated indexing and search
  • Core wiki features (revision control, comments on changes, multi-user)

The next step is to move this site to a public server…

No responses yet

Oct 09 2008

Wireless Issue for Mac

Published by jgreen under Uncategorized

Note to Mac users:  If we added DNS entries to your laptop, you may remove those now.

As our students are well aware, there was an issue with the Rocklin wireless network affecting Mac users.  For those of you that are interested in the problem (and the solution), here’s the details.  I’ll break this into three parts:

Part A:  Additional Bandwidth = Network Reconfiguration

Recently we purchased an additional 10Mbit downstream connection from our ISP (Surewest).  This more than doubled our available capacity, as we previously provided a single 6Mbit connection for the entire Rocklin campus.

The 10Mbit connection is allocated solely to our students through A) the wireless network and B) the wired network jacks in the Residence Halls.  Faculty and staff users do not have access to this network segment; all traffic generated is from students.  This change was made as part of our campaign to improve the overall Internet experience for our university users.

Part B:  Network Reconfiguration = DNS Reconfiguration

Now, we’ll start to get more technical:  Several network resources (our Intranet page, Moodle, the Helpdesk ticket system) are hosted on a local web server.  When the wireless network and admin/staff shared one internet connection, clients on the wireless network could directly access those resources through our internal LAN.  Therefore, DNS was configured to provide internal IP addresses for these resources.

With the new separation of wireless traffic, wireless users must use the external IP address of our local web server.  On Monday, our network consultant made the appropriate changes enabling access to internal resources for wireless users.

Part C:  Macs Don’t Like Lots of DNS Servers!

In part B, we stepped on Mac users’ toes by telling DHCP to distribute five different DNS servers to each client.  Apparently this was not a problem for Windows-based computers.  I worked on a few Mac laptops Tuesday morning, and saw the same problem again and again.  The first three DNS servers were internal only, used to load our wireless logon page, and would not resolve external addresses (google.com, for example). 

Rather than trying the external servers specified at positions #4 and #5, the Mac would simply give up.  The user could not access any website beyond the wireless logon page.  Our solution was to eliminate all but two DNS servers in our DHCP configuration.

Thanks for your patience with us, and thanks for letting us know that there was a problem.  We’re improving our project implementation process to avoid future situations like this.  Sometimes even the best-laid plans fail… at least for Macs.

No responses yet

Oct 07 2008

Order of VirtualHosts, Moodle, Wireless Networks

Published by jgreen under Uncategorized

Apparently I needed to modify the order of my VirtualHosts sections.  After moving my VirtualHost containing a wildcard ServerAlias entry ( *.jessupblogs.com ) further down the httpd.conf file, and a few other minor tweaks, things are fully operational.

Now, on to installing Wordpress modules!  The “Role Manager” looks promising.  There is also a cool sounding “Wordpress IDS” based on PHPIDS.  The University supports online courses through Moodle.  I wonder if PHPIDS could be used in conjunction with Moodle?  A number of sites have been hit recently with a straightforward exploit simple enough for almost any motivated student to execute.  Security is a significant concern, especially when sensitive academic information is at stake.

Finally, our wireless network hit a roadbump today.  It would seem that some further networking configuration is necessary in order to provide our users with access to an internal webserver…  We’ll be working on this first thing tomorrow morning.

This is a much more detailed post than I intended to write.  Blogging is just so much fun!

No responses yet

Oct 07 2008

Configuring Wordpress

Published by jgreen under Uncategorized

We are facing an interesting challenge with our new blogging site configuration.  Our new jessupblogs.com website is going to function in two key roles:

  • http://departmentblog.jessupblogs.com/
  • http://faculty.jessupblogs.com/faculty_member_name/

After installing Wordpress into two different subdirectories, I’m at the point of tweaking Apache’s virtual hosts manually.  We had a problem that tanked the Apache server for all of our public websites… bad, very bad.  After troubleshooting, we found the culprit - an include statement with a non-existent target.

I was very excited to learn that Wordpress can share its two “users” database tables with a second Wordpress installation.  This is the setup we are using for now, and it looks great.

I appreciate the efforts the University has been making towards intentional project management.  Plus, I’ve had the opportunity to work with our web and graphics guy, Rob Ryan.  What a great experience its been!

No responses yet

Oct 06 2008

Why Blog

Published by bmaus under Uncategorized

Well, I confess that this is my first time “blogging”. I have no idea what to say because dont feel that what I have to say at this particular moment really matters, other than being really hungry. I suppose I could say something nice (a little out of the oridinary for me, some might say) about the department I work in. What can I say a about “Twinkie, Jefa Fa and Dano Mano? Well… I’m thinking about it!

No responses yet

Oct 06 2008

Projects, projects…

Published by jgreen under Uncategorized

It seems these days I spend more time working on projects than resolving helpdesk tickets.  That’s fine by me!  Some more significant projects we are currently working on:

  • Follett to Evergreen conversion
  • Finalizing our network configuration for our new 10Mbit connection
  • Academic Blogging

This is a test blog right now, but it could develop into a regular blog.  Only time will tell…

2 responses so far