This website uses cookies
We use cookies to continuously improve your experience on our site. More info.
Software Infrastructure (DevOps) |
|
Network File System is a client/server system that allows a user to access files on a remote computer as though they were on the user's own computer. NFS provides clients with transparent access to the files and file system of the server. |
|
An open source HTTP Web server and reverse proxy server, can also operate as an IMAP/POP3 mail proxy server, uses a scalable event-driven architecture. Can run on Linux, Mac OS X, Solaris, BSD variants, etc. |
|
Network Mapper is a security scanner, used to discover hosts and services on a computer network, therefore building a "map" of the network. It can be used to test security, to identify the OS and applications, to determine the type of firewall. |
|
Node Package Manager is a package manager that is installed with the Node.js platform. Thanks to it, we can install any package created by other developers to facilitate the solution of some problem. |
|
An open authorization protocol, based on HTTP, that allows you to give a third person limited access to the protected resources of the user without having to pass a login and password. It is used for website authorization using our already existed accounts like Google, Facebook, etc. |
|
Open Data Protocol is an open web protocol for querying and updating data. The protocol allows you to perform operations with resources, using HTTP commands as queries, and receive responses in XML or JSON formats. |
|
An HTTP client that supports the SPDY protocol. It allows multiple HTTP requests to share one socket connection. If your service has multiple IP addresses OkHttp will attempt alternate addresses if the first connect fails. |
|
An identity layer for verifying the End-User via an Authentications Server, used by mobile, JavaScript and web-based Clients. OpenID Connect is API-friendly, can be used by mobile and native applications, and offers features for security (e.g., identity data encription). |
|
Open source Secure Sockets Layer is a crypto library used to secure communications over computer networks, serves web sites, contains an implementation of the SSL and TLS protocols. |
|
Oracle Linux System Administrator (OCLSYSADM) installs, uses the Unbreakable Enterprise Kernel and configures Linux services, prepares the system for the Oracle Database, monitor, troubleshoot and more. |
|
Operating System is a program that allows to interact with the computer - all of the software and hardware on your computer. The operating system usually consists of the kernel of the operating system and the base set of applications. |
|
Stands for Open Shortest Path First. A link layer protocol that calculates the shortest path for connecting devices. OSPF uses a variant of the Dijkstra algorithm which allows it to find the shortest path between nodes. The path can also be calculated based on defined criteria. |
|
Open-source Ticket Request System is a request system for managing incoming inquiries, complaints, support requests, defect reports, customer calls and e-mails. The program is written in Perl, it supports many DBMS (MySQL, PostgreSQL, etc.). |
|
An operations performance platform that provides IT alert monitoring, on-call scheduling, escalation policies used to fix problems in apps, servers and websites across the entire incident lifecycle. |
|
Contains a Python library and CLI scripts for accessing a remote salt-api instance. Pepperlib abstracts the HTTP calls to salt-api so existing Python projects can easily integrate with a remote Salt installation just by instantiating a class. |
|
Performance Monitor is a system monitoring tool for Windows that monitors computer activities (CPU, memory usage) and used for measuring the performance of hardware, software services, applications. |
|
Post Office Protocol 3 is a standard protocol for receiving emails. Used in the communication between an email clients and a server, it allows to check their email from any computer in the world. |
|
An open source mail transfer agent (MTA) used to handle the delivery of email messages on a server. It was created as an alternative to Sendmail. Postfix has a modular architecture that allows you to create a very reliable and fast mail system. |
|
Google Chrome app for interacting with HTTP APIs. It presents you with a friendly GUI for constructing requests and reading responses. The people behind Postman also offer an add-on package called Jetpacks, which includes some automation tools and, most crucially, a Javascript testing library. |
|
Pro FTP daemon is a highly feature rich FTP server for Unix-like environments that exposes many configuration options. The server can be configured to run multiple virtual hosts, also supports chroot. |
|
A monitoring system with a dimensional data model, flexible query language, efficient time series database and modern alerting approach. All components of Prometheus communicate with each other via the HTTP protocol. |
|
A cross-platform client-server application that allows you to centrally manage the configuration of operating systems and programs installed on multiple computers. Written in the Ruby programming language. |
|
A mobile operating system aimed primarily at the embedded systems market. It is used in industrial, network, telecommunications, medical, and automotive devices. |
|
A message broker (receiving, saving and delivering all messages) that offers a reliable, highly available, scalable and portable messaging system. It is written in the Erlang and available for all major programming languages. |
|
Rancher is an open source project that provides a container management platform built for organizations that deploy containers in production. |