Host github User git Hostname github.com IdentityFile _pathname_to_private_key_
# ssh -T github .... You've successfully authenticated, but GitHub does not provide shell access.
git config --global user.email "you@example.com" git config --global user.name "Your Name"
cd /etc/apache2 sudo a2enmod include
<Directory /var/www/>
Options +Includes
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
DirectoryIndex index.shtml index.html
</Directory>
sudo systemctl restart apache2 sudo systemctl status apache2
LOGFILE= /var/www/ubuntu/netbounce-log.txt
make run-server2-weblog
make run-client

author: burton rosenberg
created: 8 feb 2024
update: 1 feb 2026