Skip to content

Instantly share code, notes, and snippets.

@phuckewe
phuckewe / synchronet-install
Created August 27, 2014 17:59
Steps for successfully installing Synchro.NET BBS on Linux Ubuntu 14.04 (Digital Ocean)
I made these steps using the tools provided by DigitalOcean, but these steps should work verbatim on any Ubuntu Server.
Download Terminfo: http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/install/terminfo
Download Termcap: http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/install/termcap
I. Pre-Requisites:
apt-get 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:
@phuckewe
phuckewe / daydream-install
Last active August 23, 2021 21:12
DayDream BBS Installation Guide for DigitalOcean
// DayDream was initially created as a dialup BBS for the Amiga computer and operating system.
// Later it was ported to linux. Recently, it was ported also to *bsd and should be compatible
// with most *nix flavors.
//
// DayDream is maintained by Ryan Fantus (https://github.com/ryanfantus) or daydreambbs.com
//
//
// This guide was written step by step following the process on a Linux console. If you find,
// steps you want to skip, that is up to you, but if you follow step-by-step, you will have a
// working DayDream BBS Setup by the end of it.