COBOL, z/OS performance measurement, and systems programming updates.
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...