Addressing some technical debt for my site
One of the problems I had when I was copying content from my old WordPress site to the Drupal site was that while I could set the authoring date, I could not get that date applied uniformly throughout each article. Only the created date was being set, and the updated date on the article was showing when I did the copy/paste. But, a pointer and a bit of research, and I figured out how to fix this with a PHP script and drush scr
. And I even fixed the dates on comments as well.
- Read more about Addressing some technical debt for my site
- Log in or register to post comments
Ansible and my evolving software install philosophy over the years
When I first got started with computers, there really was no choice for how you installed software. Indeed, you tended to do things like boot off a different cassette tape, pluggable cartridge or later, floppies. But then, there was a little bit of evolution, and you would boot the operating system off of one set of media, and insert a new floppy to run the program. There were no hard drives for these computers, those were reserved for the systems which colleges/universities and businesses had, and they cost in some cases, tens of thousands of dollars.
Cobbler + KOAN
If you look back through my previous entries, you will see several mentions of Cobbler and Koan, which I have used for doing RHEL Kickstart installs. The past several weeks, I have been working towards migrating 70+ host definitions and associated distribution/repository information from an old Cobbler 2.8.3 install to a totally fresh install of Cobbler 3.3.6.
- Read more about Cobbler + KOAN
- 1 comment
- Log in or register to post comments