Skip to content

Instantly share code, notes, and snippets.

View chris-edwards-pub's full-sized avatar

Chris Edwards chris-edwards-pub

View GitHub Profile
@chris-edwards-pub
chris-edwards-pub / create-iso.sh
Created July 24, 2023 17:58 — forked from julianxhokaxhiu/create-iso.sh
Simple bash script to create a Bootable ISO from macOS Ventura Install Image from Mac App Store
#!/usr/bin/env bash
#===========================================================================
# Works only with the official image available in the Mac App Store.
# Make sure you download the official installer before running this script.
#===========================================================================
# Change this at your desire. Sometimes this works out of the box, sometimes not.
# Default size: ~16 GB
DISK_SIZE="15361m"
@chris-edwards-pub
chris-edwards-pub / synchronet-install
Last active August 10, 2017 15:09 — forked from phuckewe/synchronet-install
Steps for successfully installing Synchro.NET BBS on Linux Centos 7 (Digital Ocean)
I made these steps using the tools provided by DigitalOcean, but these steps should work verbatim on any Ubuntu Server.
Download Terminfo: wget http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/install/terminfo
Download Termcap: wget http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/install/termcap
I. Pre-Requisites:
yum update
apt-get install make g++ linux-libc-dev libncurses5-dev libnspr4-dev cvs libcap2-dev gdb zip unzip lrzsz gkermit
apt-get install dosemu
II. BBS Install: