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
Try Google Cloud Risk-Free With $300 in Credit
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.
sarface is a user-interface to the sysstat/sar database which inputs data from sar and plots to a live X11 graph via gnuplot. It mimics the cmd-line options from sar but can cross-plot any two or more stats and apply simple mathematical functions them.
RS-232 data acquisition & control. Intuitive cmd-line Linux serial communications designed for RS232 devices & modules: Temperature, humidity, A/D, D/A, digital indicators, multimeters, scales, etc. Suitable for use in scripts, R.A.D., or cmdln diags.
MEConsole is an easy used SSH/Telnet/CMD console for windows with a lot of features. i.e multi & dividual tabs, chinese font support, enhanced windows console, lots of hotkey support.
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
XmlHttpLib(XHL) is a pure java developers library and cmd line tool for executing http requests with xml-input(, converting response html to xhtml) and transforming it with xslt to grab information from webpages.
The GenDB system for the annotation of prokaryote genomes. The Perl/MySQL/Apache based system supports cmd-line mode annotation, integrating dozens of bioinformatics tools, but also provides a user-friendly web interface for community annotation efforts
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.
rshd is a multithreaded daemon service that listens for connections on port
514 (tcp port for the shell/cmd protocol), runs commands passed by clients and sends back the results.
Remotely Execute Commands in an Alias File On the Host
This software consists of a client and a server. The server will run a command if it is specified in the server side alias file.
The alias file syntax:
!Settings
alias 'command cmd-args cmd-args'; user2run-cmd-as
Example:
!EnableOutput yes
!Port 2012
!Verbosity warnings
update 'yum makecache && yum update'; root
filedbupdate updatedb; root
who_is_logged_on 'who'; *
Then the client would run:
./recafoh host -p 2012 -c update --warnings
and it would output yum's output.
*NOTE*
This software does not support all of the above. ...