Announcement: LMS Architecture Calculator (beta)
This is something that has been under development for the last few months, based on over a decade of experience in the field. It’s an… Read More »Announcement: LMS Architecture Calculator (beta)
This is something that has been under development for the last few months, based on over a decade of experience in the field. It’s an… Read More »Announcement: LMS Architecture Calculator (beta)
We’re in the process of curating content from our other website, http://woblag.com. We’ll try to keep the content relevant, so stay tuned.
If you’re like me and have a bajillion things open on your machine, it’s a real PITA to have a SSH session timing out after… Read More »Mac Terminal timeout with SSH – Solved!
I had a very curious case on a developmental server where after a couple weeks, I realized the cronjobs were not running. The crontab was… Read More »Troubleshooting Cron (Cron not working)
There was an older machine on the network, with an outdated local NTP configuration, and the time was off by a couple minutes. This post… Read More »Reset/Update NTP Server
As part of my research into Percona’s new Open Source offering, their Percona Monitoring and Management platform, I realized that a core component is provided via… Read More »Installing Docker on CentOS 7 (behind corporate proxy)
The only reason I’m posting this is because I was stuck for a few hours and the internet had tons of conflicting fixes for this… Read More »BootCamp: OSX (El Capitan) and Windows 10
Simple story here really. I had a borked config somewhere inside my /etc/ folder that was throwing some application errors. It’s a development machine with… Read More »Using Grep to search for a string inside a file
I recently stumbled upon a Turnitin bug on my Moodle 3 environment where it was simply failing to connect with Turnitin through the configuration interface.… Read More »TurnitinTwo Issues with Moodle 3 on CentOS 6
Nothing major today, this is a straightforward case that I was surprised would work with the Linux cat command. I had a folder with several… Read More »Merging multiple files using the cat command