Subfolders
Latest "News & Info Pages" files
» » »
Website returns 503 server errors, but no errors in logs

Website returns 503 server errors, but no errors in logs

Had a weird one today. Last one website of the several of on this server suddenly started returning 503 (service unavailable) errors. There was nothing in the PHP error log…
» » » »
Get names of all input fields in a FileMaker Pro table

Get names of all input fields in a FileMaker Pro table

ExecuteSQL ( "SELECT FieldName FROM FileMaker_Fields WHERE TableName='[TABLE NAME]' AND FieldClass='Normal'",",","¶")
» » » » » »
How to monitor RAM for tuning pm.max_children

How to monitor RAM for tuning pm.max_children

How to monitor RAM usage: free -h: This command shows your system's total, used, and free memory in a human-readable format. Key metrics: total: Total RAM. used: RAM currently in…
» » » » » »
Add sar logging for CPU, RAM, and disk I/O

Add sar logging for CPU, RAM, and disk I/O

Add or change /etc/cron.d/sysstat to this. This creates a cron jobe to write file /tmp/outage_resource_log.txt that keeps minute-by-minute stats, sometimes useful in troubleshooting slowdowns. However, it's not a great way…
» » » » » »
Add /fpm-status page to Apache virtual host

Add /fpm-status page to Apache virtual host

Add this to virtual host file in /etc/apache2/sites-available/, right below DocumentRoot, in both :80 and :443 sections SetHandler "proxy:unix:/var/php-fpm/170027027353667.sock|fcgi://127.0.0.1" Require all granted May need in /etc/php/8.2/fpm/pool.d/www.conf, not sure: pm.status_path =…
» » » » » »
View last 200 lines of all access logs on apache server

View last 200 lines of all access logs on apache server

find [path/to/access/logs/folder] -name "*_access_log" -exec sh -c 'tail -200 "$1" | grep -v "HetrixTools\|ok\.txt\|canary" | sed "s/$/ [$(basename "$1" _access_log)]/"' _ {} \; | sort -k4,4 The grep -v "HetrixTools\|ok\.txt\|canary"…
Linux SQL Tuning Utilities

Linux SQL Tuning Utilities

1. tuning-primer.sh Run from Github: curl -L https://raw.githubusercontent.com/BMDan/tuning-primer.sh/main/tuning-primer.sh | bash 2. MySQLTuner.pl wget http://mysqltuner.pl/ -O mysqltuner.pl wget https://raw.githubusercontent.com/major/MySQLTuner-perl/master/basic_passwords.txt -O basic_passwords.txt wget https://raw.githubusercontent.com/major/MySQLTuner-perl/master/vulnerabilities.csv -O vulnerabilities.csv perl mysqltuner.pl --host 127.0.0.1 --user [user]…
»
Social Features will go here… someday

Pardon My Placeholder...: Social Features will go here… someday

This site started as an archive for my various art projects, previous scattered hither and yon across the web. As I've been working on it, I've come to want to…
»
Kupietz Arts+Code Share Button

Kupietz Arts+Code Share Button

In the spirit of keeping up with the Joneses I've finally created an 88x31 button for those wishing to link to this site. In characteristically have two very similar versions…
» »
/Tests

/Tests

This is my technology test page. I have a local instance of changedetection.io pointed at this page to alert me if any of these website features change unexpectedly, meaning that…
»
The Encyclopedia Of AI Apologies (now with bonus AI Swearing and Generative Suicide Threats!)

The Emperor's New Code: The Encyclopedia Of AI Apologies (now with bonus AI Swearing and Generative Suicide Threats!)

I've spent so much time fruitlessly trying to get LLMs (Large Language Model chatbots, commonly referred to generically as "AI") to actually help me solve coding problems that I've taken,…
»
Vocabulary

Word Salad: Vocabulary

As I run across words or phrases that I like, I add them here.  Apotropaic magic (from Greek αποτρέπω, apotrépō 'to ward off') - protective magic, a type of magic…
HIRE MIKE! Professional Info, Full-Stack Web & Certified FileMaker Pro Development, IT Consulting, etc.

All Work And No Play Makes...: HIRE MIKE! Professional Info, Full-Stack Web & Certified FileMaker Pro Development, IT Consulting, etc.

Some info about Mike's day job: certified Filemaker & Full-Stack Web development. Really you want to check out www.kupietz.com for that info.
» »
Newest Articles

Waxin' and Milkin' All of Y'all Square Heads: Newest Articles

This is the list of articles in creation order, from newest to oldest. A log of all recent site changes & updates, which includes new edits & changes to existing…
» »
/Quotes

/Quotes

"Every CMS is great for the first week." —Joe Crawford "In the beginning, one of the things that God said before the Bible started—the first thing, according to the Bible,…
» »
Latest Site Updates

Turn And Face The Strange: Latest Site Updates

This is a mirror, for navigation convenience, of the /Changes slashpage, which lists all recent changes to any content on this site, including new edits and updates to old articles.…
» »
/Devlog

/Devlog

2025jun20Move ytembed shortcode to its own pluginMake background blur image on site title scroll on mobileTighten up single page header css2025jun19Fixed css on youtube playlists (particularly "best of" page, widening…
Easily embed this site’s content on other sites

For users: Easily embed this site’s content on other sites

This site allows you to get the content of posts and pages by adding either /embed/ or ?embed to the URL, optionally including the post title, author, and/or tags. This…