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.
Start Free
Full-stack observability with actually useful AI | Grafana Cloud
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
The Wizard's Apprentice is an application that allows you to ask questions from a script. It uses Windows dialog boxes in the so-called Wizard style: dialogs asking one question at a time, with a Back button, a Next button and a Cancel button.
"bash the Database" is a loadable builtin command for the GNU bash shell which allows scripted access to relational databases using SQL commands similar to those used in embedded SQL programs. Originally written for DB2, support has been added for databa
A Windows console app to delay a specified number of seconds and exit if a key is pressed. Handy for automation batch files. For example:
:start
batdelay 10
if ERRORLEVEL 1 goto :EOF
...do something
goto start
Unix utility to help to create XML files from shell scripts.
Simple Unix utility to help to create XML files from shell scripts. It encapsulates what comes from the pipe.
Ex.: $> echo hi | tagx label
<label> hi </label>
This is a project containing a simple Unix Shell using the C Programming Language that will have features such as an implementation of command line history and more.
Elevate a programm to run it with administrative security level. sudo for windows 7 elevates the security level if you are in the administrator group. Simple UAC elevation.
scponly is an alternative 'shell' (of sorts) for system administrators who would like to provide access to remote users to both read and write local files without providing any remote execution priviledges.
yume is a menu system with user-variable shell commands. For example, yume -bu date ls -ex -do 'ls -al' 'cal -3' makes a menu with 3 fixed buttons and 2 editable ones that can execute when the mouse cursor crosses them. yume3 is Gtk-based.
Rootsh is a wrapper for shells which logs all echoed keystrokes and terminal output to a file and/or to syslog. It's main purpose is the auditing of users who need a shell with root privileges. They start rootsh through the sudo mechanism.
Single User Mode Lock (SUMLock) is a program to lock down the root user's terminal in Single User Mode (-s) on Mac OSX. Currently it does this by way of a password which is hardcoded into the program at the time of compilation.
Dustin's Super Awesome SHell (or DSASH) is my personal side project to keep my programming skills up to par. It is a unix shell that I will write to (eventually) compliant to the POSIX shell standard.
The xml-coreutils are simple shell command line tools which operate directly on XML files in a way which is analogous to the classical unix shell commands.
A simple UNIX shell supporting piping, variables, and backgrounding. Created for CS470 at UK to explore process creation in UNIX-style operating systems.
win-bash is port of the GNU bash for Microsoft Windows NT based systems. It is independent from the cygwin library and any other non-standard DLL and does not need any registry variables. win-bash is based on bash_nt from Mountain Math Software.
The active development of the project has been discontinued, mainly because of the old age of the code. There are more modern and more bug free alternatives today, which we recommend to use.
SoupToNuts is a repository of technical articles and example software covering Postfix, OpenSSH, C and C++, Live Linux CD, MySQL, SQLite, Berkeley DB, Bash and System Administration.
transpose is a fast and efficient command-line tool that transposes (the rows become the columns, the columns become the rows) or reshapes a matrix in plain text. Inputs and outputs can be files or streams.