COBOL, z/OS performance measurement, and systems programming updates.
curl https://api.openai.com/v1/chat/completions \-H "Authorization: Bearer $OPENAI_API_KEY" \-H "Content-Type: application/json" \-d '{ "mod...
curl -X POST http://127.0.0.1:19443/api/generate -H "Content-Type: application/json" -d '{"model":"phi3:latest","prompt":"Create Bootstrap 5...
curl -X POST http://127.0.0.1:11434/api/generate \ -H "Content-Type: application/json" \ -d '{ "model":"phi3:latest", "prompt":"AB E...
scp -P3022 Gen_Magic_Modal.html gen_delete_file.php root@archman.us:/var/www/html/sf/scp -P3022 renderer.py root@archman.us:/var/www/html/s...
NAME ID SIZE MODIFIED phi3:latest 4f2222927938 2.2 GB About a minute ago gpt-oss:latest 17052f91a42e 13 GB 3 minutes ago deepsee...
Ollama is a tool that lets you run large language models (LLMs) locally on your machine instead of calling cloud APIs. What it actually doe...
❯ ollama listNAME ID SIZE MODIFIED mixtral:latest a3b6bef0f836 26...
codex exec --model gpt-5.4-mini "prompt goes here"...
find / -type f -name "filename" 2>/dev/null...
Proverbs 18:21 King James Version 21 Death and life are in the power of the tongue: and they that love it shall eat the fruit t...
Proverbs 25:21-22 If thine enemy be hungry, give him bread to eat; and if he be thirsty, give him water to drink: For thou shalt heap coals ...
Matthew 6:33 But seek ye first the kingdom of God, and his righteousness; and all these things shall be added unto you....
sudo chown -R www-data:www-data /var/www/html/sf/...
sudo rsync -avP --stats root@archman.us:/var/www/html/sf/ /var/www/html/sf/...
If you want to extract/backup one specific user database at a time (instead of dumping all user databases together), the cleanest and most c...
# Single database mariadb-dump -u your_username -p --no-data your_database_name > schema_only.sql # ... or with hostname if needed mariad...
rsync -av /var/www/html/bcs_05/ /var/www/html/bcs_06bc_06 is created from bcs_05 Use the --dry-run option so see what the commmand would do ...
This script will install upgrades.#!/bin/bash # Ultimate Linux Terminal Setup Script# Run with: bash setup_terminal.sh set -e echo "🚀 Starti...
# Get list of non-system databases and dump themmysql -u root -p -N -e "SHOW DATABASES;" | \ grep -Ev '(information_schema|performance_sche...
Here is a strategy that can help to backup your web server.We typiclly user rsync to sincronize folders....
<a href="https://getbootstrap.com/docs/5.3/getting-started/introduction/" target="_blank">Getting Started With Bootstrap 5</a>&l...
2 Timothy 2:15 Study to shew thyself approved unto God, a workman that needeth not to be ashamed, rightly dividing the word of truth.Notice ...
Set Terminal Screen size...
Sucessfully upgraded to TinyMCE editor....
https://archman.us/sf/boot_00.html...
This is the Initial web app status....
bash rsyn.sh /opt/lampp/htdocs/bcs root@archman.us:/var/www/html/https://archman.us/...
Loading to web bash rsyn.sh /opt/lampp/htdocs/bcs root@archman.us:/var/www/html...
dfdfs...
To learn more about pascal click <a href="https://en.wikipedia.org/wiki/Pascal_(programming_language)" target="_blank">here</a>....
How to program in COBOL. put...