Product Avatar Image

TurnKey GNU/Linux

Show rating breakdown
126 reviews
  • 32 profiles
  • 2 categories
Average star rating
4.8
Serving customers since
2008

Featured Products

Product Avatar Image
OpenLDAP

4 reviews

OpenLDAP, powered by TurnKey Linux, is an open-source implementation of the Lightweight Directory Access Protocol (LDAP. It provides a robust, commercial-grade suite of applications and development tools for directory services. This solution is designed for seamless deployment on Amazon Web Services (AWS), offering a pre-configured environment that simplifies the setup and management of directory services. Key Features and Functionality: - Pre-Configured OpenLDAP Server: Installed and maintained through the package management system, ensuring up-to-date and secure directory services. - TLS Support: Out-of-the-box support for secure LDAP (LDAPS connections, enhancing data security during transmission. - phpLDAPadmin Integration: Includes a web-based interface for easy administration of LDAP directories, with SSL support enabled by default. - Webmin Modules: Provides modules for configuring Apache2, PHP, MySQL, and Postfix, facilitating comprehensive server management. - User and Group Management: Comes with predefined Organizational Units (OUs and default PosixGroup, streamlining user and group administration. Primary Value and User Solutions: This TurnKey Linux-powered OpenLDAP appliance addresses the need for a reliable and easy-to-deploy directory service solution. By offering a pre-configured environment, it reduces the complexity and time required to set up directory services, making it accessible even to those with limited LDAP experience. The integration of web-based administration tools like phpLDAPadmin and Webmin simplifies ongoing management tasks. Additionally, the inclusion of TLS support and predefined user/group structures enhances security and operational efficiency, providing a comprehensive solution for organizations seeking to implement or migrate to an LDAP-based directory service.

Product Avatar Image
PHP-FPM

11 reviews

PHP-FPM is an advanced PHP FastCGI implementation designed to enhance the performance and scalability of PHP applications, particularly for high-traffic websites. By managing pools of PHP worker processes, PHP-FPM efficiently handles concurrent requests, reducing server load and improving response times. Its adaptive process spawning dynamically adjusts the number of processes based on server demand, ensuring optimal resource utilization. Additionally, PHP-FPM offers features like graceful process management, emergency restarts, and detailed logging, contributing to a more stable and secure PHP execution environment. Key Features and Functionality: - Adaptive Process Management: Dynamically adjusts the number of PHP processes in response to server load, optimizing resource usage. - Advanced Process Control: Allows for graceful stopping and starting of PHP workers without losing queries, facilitating seamless configuration updates. - Security Enhancements: Supports running workers with different user IDs, group IDs, chroot environments, and distinct php.ini configurations, enhancing security and isolation. - Comprehensive Logging: Provides stdout and stderr logging for better monitoring and debugging of PHP processes. - Emergency Process Management: Includes mechanisms for emergency restarts in case of accidental opcode cache destruction, maintaining application stability. - Accelerated Upload Support: Enhances the handling of file uploads, improving performance for applications with significant upload requirements. - Slowlog Functionality: Offers slowlog support to identify and diagnose scripts that exceed execution time thresholds, aiding in performance tuning. Primary Value and Problem Solved: PHP-FPM addresses the challenges of efficiently managing PHP processes in high-traffic environments. By providing advanced process management, adaptive scaling, and enhanced security features, it ensures that PHP applications can handle increased loads without compromising performance or stability. This makes PHP-FPM an invaluable tool for developers and system administrators aiming to optimize PHP execution and deliver a responsive user experience.

Product Avatar Image
LEMP stack

2 reviews

The LEMP Stack is a robust, open-source web application stack that combines Linux, Nginx, MySQL, and PHP to deliver high-performance web services. This stack is designed for developers and system administrators seeking an efficient and scalable environment for deploying dynamic websites and applications. By leveraging Nginx's event-driven architecture, the LEMP Stack ensures optimal resource utilization and faster load times, making it suitable for both small projects and large-scale enterprise applications. Key Features and Functionality: - Linux Operating System: Provides a stable and secure foundation for the stack. - Nginx Web Server: Offers high-performance handling of HTTP requests with efficient resource utilization. - MySQL Database Management: Manages relational databases effectively, supporting complex queries and transactions. - PHP Scripting Language: Processes dynamic content and integrates seamlessly with Nginx and MySQL. - Scalability: Easily scales to accommodate growing traffic and data demands. - Security: Incorporates secure configurations and supports regular updates to maintain a protected environment. Primary Value and User Solutions: The LEMP Stack addresses the need for a lightweight, efficient, and scalable web server environment. It enables developers to deploy and manage dynamic web applications with improved performance and reliability. By combining these open-source technologies, users benefit from a cost-effective solution that supports rapid development and deployment cycles, while ensuring secure and high-performing web services.

Product Avatar Image
Node.js

101 reviews

Node.js is a free, open-source, cross-platform JavaScript runtime environment that enables developers to build scalable network applications. By utilizing an event-driven, non-blocking I/O model, Node.js ensures lightweight and efficient performance, making it ideal for data-intensive real-time applications that operate across distributed devices. Key Features and Functionality: - Event-Driven Architecture: Node.js operates on an event-driven model, allowing it to handle multiple connections simultaneously without the overhead of managing multiple threads. - Non-Blocking I/O: Its non-blocking I/O system ensures that operations like reading from the network or accessing databases do not block the execution thread, enhancing performance and responsiveness. - Single Programming Language: Developers can use JavaScript for both client-side and server-side scripting, streamlining the development process and reducing the need to learn multiple languages. - Rich Standard Library: Node.js offers a comprehensive standard library that includes modules for HTTP, file systems, streams, and more, facilitating rapid development of various applications. - Cross-Platform Compatibility: It runs on multiple operating systems, including Windows, macOS, and Linux, providing flexibility in deployment. Primary Value and Solutions Provided: Node.js addresses the need for efficient, scalable, and high-performance network applications. Its non-blocking, event-driven architecture allows developers to build applications capable of handling numerous concurrent connections with minimal resource consumption. By enabling the use of JavaScript across the entire development stack, Node.js simplifies the development process, reduces context switching, and accelerates time-to-market for applications. This makes it particularly well-suited for real-time applications, such as chat applications, online gaming, and collaborative tools, where responsiveness and scalability are critical.

Profile Filters

All Products & Services

Profile Name

Star Rating

111
15
0
0
0

TurnKey GNU/Linux Reviews

Review Filters
Profile Name
Star Rating
111
15
0
0
0
Akshay Y.
AY
Akshay Y.
S/W Developer @ Softtech Engineers | EX-S/W Developer @CCTech | 5 star Coder at Codechef | HackerRank 4*
07/31/2025
Validated Reviewer
Verified Current User
Review source: Organic
Incentivized Review

The fast and super easy runtime you can use to build backends

Node.js is just... smooth. I love how quick and easy it is to set things up. Like, I can build a working API in literally 10 minutes, no overkill setup, no weird boilerplate. It's fast, minimal, and runs like a charm. Also, npm is a blessing, lol, so many packages, for anything you can think of. From handling auth to sending emails or working with files, there’s a package ready to plug in. Honestly, it just makes development fun.
SK
Simon K.
07/21/2025
Validated Reviewer
Verified Current User
Review source: Organic

My Node.js Review

Easy to use, integrate and implement. I use it daily at this point cause it has everything I need.
Luca P.
LP
Luca P.
CTO - Growth Marketer full stack #MarTech | ⚡️ SaaS Advisor
07/04/2025
Validated Reviewer
Review source: G2 invite

Reliable javascript runtime for scalable server applications

Its architecture and ecosystem consistently deliver in several technical areas: • Asynchronous, Event-Driven Architecture Node.js uses an event-driven, non-blocking I/O model. This design efficiently handles multiple concurrent connections without spawning threads for each request, reducing resource consumption and complexity. The asynchronous I/O primitives in the standard library ensure that most operations do not block the main thread, which is particularly effective for real-time applications and APIs. • Single Language for Full Stack Development By running JavaScript on the server side, Node.js enables developers to use the same language across both client and server components. This unification streamlines code reuse and simplifies development workflows, especially in teams with strong frontend expertise. • Performance and Scalability Node.js runs on the V8 JavaScript engine (the same engine as Google Chrome), providing fast execution of JavaScript code outside the browser. The single-threaded event loop model allows handling thousands of simultaneous connections, which is particularly beneficial for I/O-heavy applications such as APIs, chat servers, and streaming platforms. • Cross-Platform Support Node.js is available for a wide range of operating systems, including Windows, Linux, macOS, and Unix. The installation process is straightforward, with official installers and long-term support (LTS) releases available for all major platforms. • Rich Package Ecosystem (npm) Node.js integrates seamlessly with npm (Node Package Manager), providing access to a vast repository of open-source libraries and tools. This ecosystem accelerates development and fosters rapid prototyping by offering reusable modules for almost any use case. • Active Community and Governance Node.js is maintained by the OpenJS Foundation, ensuring transparent governance and regular updates. The project is open-source, with a large, active community contributing to its ongoing improvement and security. • Modern JavaScript Support Node.js supports the latest ECMAScript standards, allowing developers to use modern JavaScript features without waiting for browser adoption. Experimental features can be enabled via runtime flags, offering flexibility for early adopters.

About

Contact

HQ Location:
Ra'anana, Central District

Social

@turnkeylinux

What is TurnKey GNU/Linux?

Turnkey Linux is a virtual appliance library that integrates and polishes the very best open source software into ready to use solutions. Each virtual appliance is optimized for ease of use and can be deployed in just a few minutes on bare metal, a virtual machine and in the cloud. We believe everything that can be easy, should be easy. Packaging a solution as a virtual appliance can be incredibly useful because it allows you to leverage guru integration skills to build ready to use systems (I.e., turn key solutions) that just work out of the box with little to no setup.

Details

Year Founded
2008