Configuration

(tag)

  • OKD 4.5 small cluster on ESX

    I needed to create a small OKD/OpenShift setup so I could play around with it and get comfortable with using it, developing on it and administering it. Additionally I wanted it to be somewhat similar in setup to what we do at work. This was originally based on the excellent post by Craig Robinson, but… read more…

    OKD 4.5 small cluster on ESX
  • Enable ssh in and out of ESX

    By default an ESX server doesn’t allow you to ssh to it or ssh from it to another host. Being able to ssh to an ESX host can be very useful to do base unix functions including moving files around and so on. Being able to ssh out and in particular to another ESX host… read more…

    Enable ssh in and out of ESX
  • Enable python scripts in Apache

    Want to run Python from Apache 2.4, this is what I did to get it working. For this exercise I am creating a web hook script and want to run them from the custom folder “/srv/www/webhooks/”. Apache config changes First backup and then open up “/etc/httpd/conf/httpd.conf” in your favorite editor.. Search for “#AddHandler cgi-script .cgi”… read more…

    Enable python scripts in Apache
  • Hard disk SMART monitoring and alerts in OMV

    All modern hard drives come with SMART, Self-Monitoring, Analysis, and Reporting Technology, which in essence allows you to monitor the status of your disks and if they have any errors. This will often alert you to dangerous situations where you have a disk that might be failing. SMART is not always going to save you… read more…

    Hard disk SMART monitoring and alerts in OMV