Around Horsetooth Reservoir, July ’23
Around Horsetooth Reservoir, July ’23 Read More »
These are just some quick notes on installing Eigen3 (v3.4.0) library on RHEL-8 and Windows-11 (something I’m experimenting with for a side project)… RHEL-8 The header files should now be in the appropriate system path (/usr/local/include) Window 11 (tested with cmake v3.27.5 and VS2022) Download and unzip https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.zip Open VS2022 as an administrator, then open
Installing Eigen3 library on RHEL8 and Windows 11 Read More »
This post includes some quick instructions to setup an Apache2-homed yum/dnf repo on and for RHEL8. Install Apache2 and createrepo: Start Apache2: Prepare directory with custom RPM(s): Create the repo indexing files: Now the repo should be “live”, but we need a repo file to reference it from clients. We will create and test a
Custom repo example for RHEL8 Read More »
These are some consolidated notes on setting up WordPress on an Ubuntu server (replace “example”, “example.com” and “ExamplePassword” appropriately). Database prep Start the mysql command program: Run these mysql commands: Directory/file prep Create directory structure, download WordPress files, and set directory and file permissions, Initial web server config Start a test editor to create an
WordPress Ubuntu Config Read More »
To enable EPEL and rpmfusion repos on RHEL 9…
RHEL9 epel and rpmfusion Read More »