Skip to content

Engineering Tech Blog

Menu
Menu

WordPress 7.1 with themes

Posted on August 25, 2026 by aschenbach

Recently, WordPress released their latest version 7.1. Most themes seemed quite lively for news and regular blogs. Security patches for this latest version used with php 8.4.x. Instead of upgrading from 6.x.x. Simply extract their wordpress 7.1 and place it into htdocs fire up mariadb and httpd. The installation process felt as if its simpler…

Read more

CMake Config with Visual Studio on lighttpd

Posted on August 24, 2026 by aschenbach

I was trying to figure out how to compile source code of lighttpd on windows using CMake then compile it using VS-Studio 2022. `cmake -G “Visual Studio 17 2022” -A x64 -S . -B build` The problem is that the source code doesnt like compiling it with VS-Studio 2022, where there were 9 different errors…

Read more

Allowing doc and docx files to be uploaded to PHP server

Posted on August 20, 2026August 20, 2026 by aschenbach

Trying to write some simple application using PHP 8.4.x w/Apache 2.4.x w/mariadb recently. Ran into a snag on allowing Ms-Docx files to be uploaded to a local temp dir then into a physical location. After some configuration with httpd.conf file to allow both doc and docx extension inside httpd.conf file. Next, the mime_mod module should…

Read more

FreeBSD in VMPlayer

Posted on August 12, 2026 by aschenbach

Wasnt sure that FreeBSD would work inside VPlayer v17.x.x. After installing their DVD iso file with the base installation and tools, i was up in no time on the terminal. Now, i would need to figureout how to install packages since its missing quite a bit of software and tools. it came default with ZFS…

Read more

GhostBSd on VmPlayer

Posted on August 12, 2026August 12, 2026 by aschenbach

Not used this on Virtual machine before and not quite sure whether it would work on VMPlayer nor VM WorkStation from broadcom. As i had just learned, you can run it as an ISO on RAM but cant seem to install GhostBSD on a disk inside VMplayer, it might not work on VirtualBox from Oracle…

Read more

Local Instance PHPMyAdmin

Posted on August 10, 2026 by aschenbach

Wanted to see what PhpMyAdmin is like in this new version after on hiatus for so long without messing with PHP + Apache + mariadb/PostGreSQL. Its kool to see how this product has improved so much over time.

Read more

Local Instance Dokuwiki

Posted on August 9, 2026August 9, 2026 by aschenbach

Similar to the previous two php applications, MediaWiki and WordPress running on localhost. Trying to test out this lightweight version of wiki. It is a super simple installation process, unlike MediaWiki. It doesn’t feel as if dokuwiki uses MariaDB since there isnt a configuration screen in MariaDB config. Kind of interesting. so, I am assuming…

Read more

Local Instance MediaWiki

Posted on August 9, 2026August 9, 2026 by aschenbach

Just like the last post, creating a local instance of mediawiki isnt all that difficult on windows, its just that you need the right tools along with a solid understanding of how apache + mariadb + php. WIth mediawiki, i found to get this going quite a bit more Challenging since it had changed quite…

Read more

Local WordPress Instance

Posted on August 9, 2026August 9, 2026 by aschenbach

Building upon a local WordPress and or Media Wiki instance isnt all that difficult, it is the difficulties of installing the right tools to work with each of these Web based PHP applications. I used Apache 2.4.x + MariaDB + PHP 8.2.x. There are a ton of themes available for all wordpress instances along with…

Read more

Python Ruby Installer

Posted on August 8, 2026 by aschenbach

Wrote a Ruby Installer many moons ago. Sharing it with you from github w/Love . https://github.com/freemanbach/PythonInstallerScripts/blob/main/rubyInstaller/getruby.py

Read more
  • 1
  • 2
  • 3
  • Next

Recent Posts

  • WordPress 7.1 with themes
  • CMake Config with Visual Studio on lighttpd
  • Allowing doc and docx files to be uploaded to PHP server
  • FreeBSD in VMPlayer
  • GhostBSd on VmPlayer

Recent Comments

No comments to show.

Archives

  • August 2026
  • July 2026
  • June 2026
  • May 2026
  • April 2026
  • March 2026
  • February 2026
  • January 2026

Categories

  • Blog
  • chromebook
  • Code
  • linux
  • php
  • python
  • ruby
  • windows
  • wordpress
© 2026 Engineering Tech Blog | Powered by Minimalist Blog WordPress Theme