No hidden charges. No surprise bills. Cancel anytime.
Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
Start Free
MongoDB Atlas runs apps anywhere
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
...This project has merged into another that can be found here:
https://github.com/nicrohobak/Toolbox
------------------------------------------------------------
A simple telnet server originally developed as a foundation to a MUD server project called HexMUD. These project should be maintained alongside each other, but this particular project should be a very generic telnet/SSHserver and nothing more. The game logic belongs in the HexMUD project.
Cursed Menu aims to create an ncurses based menu system for character terminal sessions. This menu program could be used to create user, system administration, or utility menus for clients connecting with text based clients such as telnet, ssh, or rlogin
SBD is a way of leaving ultra-secure minimal access to a computer, which allows you to run a single command based on a one time key. It is good if you don't want to have an sshserver running all the time, but only want to start it when needed.
CGI-Shell gives you a shell using CGI. So everybody who has a CGI-directory on a web-server, also has its own shell on it - comparable with Telnet or SSH.