240 projects tagged "Linux"
TurnKey MySQL is an extremely easy way to get up and running with MySQL in just a couple of minutes. It's a pre-integrated turnkey server based on Ubuntu that is packaged as a Live CD image capable of supporting installations on both physical and virtual machines, including VMWare, Xen, VirtualBox, and KVM. It features a small footprint, automatic security updates, a rich Web administration interface, and an easy to use configuration and installation console. It includes a phpMyAdmin database management front-end.
TurnKey PostgreSQL Appliance is a server appliance for PostgreSQL, a fully-featured object-relational database with many enterprise features: ACID transactions, inheritance, Unicode, and strong support for the SQL-92 standard including subqueries, views, outer joins, foreign keys, sequences, and triggers. It is designed to be easy to use and easy to maintain. Security patches are automatically installed. It provides a Web management interface, configuration console, and an AJAX Web shell. To minimize footprint the appliance is built from the ground up with the minimum required components. It runs everywhere thanks to multiple build formats, including an installable live CD, a VMDK with OVF support, and an Amazon EC2 AMI.
TurnKey Ruby on Rails Appliance is a server appliance for the Ruby on Rails Web development framework. It is designed to be easy to use and easy to maintain. Security patches are automatically installed. It provides a Web management interface, configuration console, and an AJAX Web shell. To minimize footprint the appliance is built from the ground up with the minimum required components. It runs everywhere thanks to multiple build formats, including an installable live CD, a VMDK with OVF support, and an Amazon EC2 AMI.
UPMS (Universal Package Managment System) is based on the BSD ports system, and can be used on any FHS 2.0 Linux-compatible distribution. UPMS has two level of dependencies checking: required and suggested. It also has an option to optimize everything that you build and install with it for your architecture.
UniPKG (Universal PaCkaGe manager) is a modular package manager. It supports the RPM, deb, Slackware TGZ, and ArchLinux package formats, and doesn't depend on any of the distribution tools or libraries. It is completely self-sufficient, as formats such as cpio or tar are reimplemented.
UnusedPkg is a diagnostic tool to search the oldest unused packages in your Linux system. UnusedPkg prints a sorted list with the size and number of days that a package has been idle. This helps you determine what packages can be manually removed to clean the system. It supports any apt-based distribution (tested on Debian and Ubuntu) and Slackware.
Urpkg is software to install programs in a safe and undoable way. It is able to see what files any given installation command creates, and list and remove them. You are able to restrict the installation command so that it only writes where you allow it to, and does not overwrite files from other packages. Urpkg is especially useful if you want to install programs from source, or create binary packages in an automated way. Under the hood, urpkg creates a user for each package it has to install, which prevents the installation command from run with root privileges. It can be seen as a "command tracer" that remembers what files a command created and prevents it from doing forbidden things. It is written in C but relies on some external commands, like GNU Find.