diff options
Diffstat (limited to 'md/writeup/microbbs_minimalistic_bbs_system.md')
-rw-r--r-- | md/writeup/microbbs_minimalistic_bbs_system.md | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/md/writeup/microbbs_minimalistic_bbs_system.md b/md/writeup/microbbs_minimalistic_bbs_system.md new file mode 100644 index 0000000..4f7b8a1 --- /dev/null +++ b/md/writeup/microbbs_minimalistic_bbs_system.md @@ -0,0 +1,76 @@ +title:Notes on videos +keywords:math,statistics + +# MicroBBS minimalistic BBS system + + +```text +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ MicroBBS + +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ INDEX + +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + 1. Intro + 2. Goal + 3. Usage + +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ 1.Intro + +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + +MicroBBS is attempt to write basic plain BBS that could be run on Linux/BSD +systems on any kind of hardware. Also minimal dependencies should be used. No +scripting, no databases, no external libraries as dependencies. Everything +should be self-sufficient and easily compiled and lunched. + +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ 2.Goal + +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + +basic chat +article publishing +file sharing +message board +maybe door-games + +No extra stuff and extra super mega features. Also i have downloaded +old BBS sources and try to write everything in old school style =). Now +its is only 14kb and 50 more kb to go. And yes i will try not to go over +64kb size of executable. + +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ 3.Usage + +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + +Not alot works now just some picture shows and one article could be readed. +Its still in alfa stage. + +Type in shell: + +microbbs + +And bbs should run in your terminal. You can put it as default shell for ssh + + + + + + +Links +https://github.com/FreeArtMan/microbbs + +``` + +## Downloads + + + +microbbs-0.1.7.tar.gz - +6KiB - +http://archive.main.lv/files/writeup/microbbs_minimalistic_bbs_system/microbbs-0.1.7.tar.gz +microbbs-0.2.2.tar.gz - +49KiB - +http://archive.main.lv/files/writeup/microbbs_minimalistic_bbs_system/microbbs-0.2.2.tar.gz |