Skip to content

Instantly share code, notes, and snippets.

View KohaAloha's full-sized avatar

mjames KohaAloha

View GitHub Profile
@KohaAloha
KohaAloha / williams_defender_settings.txt
Created April 16, 2023 05:24 — forked from purplejacket/williams_defender_settings.txt
Williams Defender Settings -- of particular interest are Functions 08, 17, 18, 19, 21: bonus ship level, free play, start difficulty, progressive difficulty, planet restore frequency
BOOKKEEPING AND EVALUATION TOTALS (Functions 1-7)
=================================================
1. In game over mode, set switch to AUTO-UP and depress ADVANCE. The CRT
indicates Function 1 and total left chute coins.
2. Record audit totals and depress ADVANCE for functions 1-7. To review a
total that has been advanced past, set switch to MANUAL-DOWN and depress
ADVANCE. Functions are displayed one at a time as follows:-
Function Total Description
--------------------------------
@KohaAloha
KohaAloha / a2ensite
Created February 28, 2023 04:56 — forked from sarkarshuvojit/a2ensite
a2ensite for manjaro/arch
#!/bin/bash
if test -d /etc/httpd/conf/sites-available && test -d /etc/httpd/conf/sites-enabled ; then
echo "-------------------------------"
else
mkdir /etc/httpd/conf/sites-available
mkdir /etc/httpd/conf/sites-enabled
fi
avail=/etc/httpd/conf/sites-available/$1.conf
enabled=/etc/httpd/conf/sites-enabled
site=`ls /etc/httpd/conf/sites-available/`