BCS Blog

COBOL, z/OS performance measurement, and systems programming updates.

Open Portal
Feed Your Enemy

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 ...

Ordered Approach

Matthew 6:33 But seek ye first the kingdom of God, and his righteousness; and all these things shall be added unto you....

Change File Ownership

sudo chown -R www-data:www-data /var/www/html/sf/...

rsync some files

sudo rsync -avP --stats root@archman.us:/var/www/html/sf/ /var/www/html/sf/...

Dump All Users Databases

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...

Dump Mariadb Schema Only

# Single database mariadb-dump -u your_username -p --no-data your_database_name > schema_only.sql # ... or with hostname if needed mariad...

Rsync Folders

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 ...

Enhance Terminal

This script will install upgrades.#!/bin/bash # Ultimate Linux Terminal Setup Script# Run with: bash setup_terminal.sh set -e echo "🚀 Starti...

Dump User Databases

# Get list of non-system databases and dump themmysql -u root -p -N -e "SHOW DATABASES;" | \  grep -Ev '(information_schema|performance_sche...

Backup Server

Here is a strategy that can help to backup your web server.We typiclly user rsync to sincronize folders....

Bootstrap Information

<a href="https://getbootstrap.com/docs/5.3/getting-started/introduction/" target="_blank">Getting Started With Bootstrap 5</a>&l...

2 Timothy 2:15

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 ...

TTY Font Size

Set Terminal Screen size...

Upgraded to TinyMCE Editor Site Wide

Sucessfully upgraded to TinyMCE editor....

BOOT Sequence

https://archman.us/sf/boot_00.html...

Web_01

This is the Initial web app status....

Upload From Desktop To Web

bash rsyn.sh /opt/lampp/htdocs/bcs root@archman.us:/var/www/html/https://archman.us/...

Upload From Desktop To Web

Loading to web bash rsyn.sh /opt/lampp/htdocs/bcs root@archman.us:/var/www/html...

COBOL Programming

dfdfs...

Pascal Programming

To learn more about pascal click <a href="https://en.wikipedia.org/wiki/Pascal_(programming_language)" target="_blank">here</a>....

COBOL Programming

How to program in COBOL. put...