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...
Permalink: https://bcs.archman.us/blog.php?slug=codex-command-usage
curl -X POST http://127.0.0.1:19443/api/generate -H "Content-Type: application/json" -d '{"model":"phi3:latest","prompt":"Create Bootstrap 5...
Permalink: https://bcs.archman.us/blog.php?slug=favorite-useful-ab-ai-prompts
curl -X POST http://127.0.0.1:11434/api/generate \ -H "Content-Type: application/json" \ -d '{ "model":"phi3:latest", "prompt":"AB E...
Permalink: https://bcs.archman.us/blog.php?slug=ollama-prompt-simple
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...
Permalink: https://bcs.archman.us/blog.php?slug=ftp-local-file-to-server
NAME ID SIZE MODIFIED phi3:latest 4f2222927938 2.2 GB About a minute ago gpt-oss:latest 17052f91a42e 13 GB 3 minutes ago deepsee...
Permalink: https://bcs.archman.us/blog.php?slug=language-models-install-on-ubuntu-34-04
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...
Permalink: https://bcs.archman.us/blog.php?slug=what-is-ollama
❯ ollama listNAME ID SIZE MODIFIED mixtral:latest a3b6bef0f836 26...
Permalink: https://bcs.archman.us/blog.php?slug=ollama-large-language-models-available
codex exec --model gpt-5.4-mini "prompt goes here"...
Permalink: https://bcs.archman.us/blog.php?slug=codex-prompt
find / -type f -name "filename" 2>/dev/null...
Permalink: https://bcs.archman.us/blog.php?slug=find-files-on-archlinux
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...
Permalink: https://bcs.archman.us/blog.php?slug=power-of-the-tongue
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 ...
Permalink: https://bcs.archman.us/blog.php?slug=feed-the-enemy
Matthew 6:33 But seek ye first the kingdom of God, and his righteousness; and all these things shall be added unto you....
Permalink: https://bcs.archman.us/blog.php?slug=ordered-approach
sudo chown -R www-data:www-data /var/www/html/sf/...
Permalink: https://bcs.archman.us/blog.php?slug=change-file-ownership
sudo rsync -avP --stats root@archman.us:/var/www/html/sf/ /var/www/html/sf/...
Permalink: https://bcs.archman.us/blog.php?slug=rsync-some-files
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...
Permalink: https://bcs.archman.us/blog.php?slug=dump-all-users-databases
# Single database mariadb-dump -u your_username -p --no-data your_database_name > schema_only.sql # ... or with hostname if needed mariad...
Permalink: https://bcs.archman.us/blog.php?slug=dump-mariadb-schema-only
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 ...
Permalink: https://bcs.archman.us/blog.php?slug=rsync-folders
This script will install upgrades.#!/bin/bash # Ultimate Linux Terminal Setup Script# Run with: bash setup_terminal.sh set -e echo "🚀 Starti...
Permalink: https://bcs.archman.us/blog.php?slug=enhance-terminal
# Get list of non-system databases and dump themmysql -u root -p -N -e "SHOW DATABASES;" | \ grep -Ev '(information_schema|performance_sche...
Permalink: https://bcs.archman.us/blog.php?slug=dump-user-databases
Here is a strategy that can help to backup your web server.We typiclly user rsync to sincronize folders....
Permalink: https://bcs.archman.us/blog.php?slug=backup-server
<a href="https://getbootstrap.com/docs/5.3/getting-started/introduction/" target="_blank">Getting Started With Bootstrap 5</a>&l...
Permalink: https://bcs.archman.us/blog.php?slug=bootstrap-information
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 ...
Permalink: https://bcs.archman.us/blog.php?slug=2-timothy-2-15
Set Terminal Screen size...
Permalink: https://bcs.archman.us/blog.php?slug=tty-font-size
Sucessfully upgraded to TinyMCE editor....
Permalink: https://bcs.archman.us/blog.php?slug=sdv
https://archman.us/sf/boot_00.html...
Permalink: https://bcs.archman.us/blog.php?slug=unused-post-two
This is the Initial web app status....
Permalink: https://bcs.archman.us/blog.php?slug=web-01
bash rsyn.sh /opt/lampp/htdocs/bcs root@archman.us:/var/www/html/https://archman.us/...
Permalink: https://bcs.archman.us/blog.php?slug=upload-from-desktop-to-web-1766856463
Loading to web bash rsyn.sh /opt/lampp/htdocs/bcs root@archman.us:/var/www/html...
Permalink: https://bcs.archman.us/blog.php?slug=upload-from-desktop-to-web
dfdfs...
Permalink: https://bcs.archman.us/blog.php?slug=cobol-programming-1766851898
To learn more about pascal click <a href="https://en.wikipedia.org/wiki/Pascal_(programming_language)" target="_blank">here</a>....
Permalink: https://bcs.archman.us/blog.php?slug=pascal-programming
How to program in COBOL. put...
Permalink: https://bcs.archman.us/blog.php?slug=cobol-programming