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…
CMake Config with Visual Studio on lighttpd
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…
Allowing doc and docx files to be uploaded to PHP server
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…
FreeBSD in VMPlayer
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…
GhostBSd on VmPlayer
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…
Local Instance PHPMyAdmin
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.
Local Instance Dokuwiki
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…
Local Instance MediaWiki
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…
Local WordPress Instance
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…
Python Ruby Installer
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