Simple Project List 軟體列表

76 projects in result set
最後更新: 2014-04-21 22:03

finit

Finit is a small SysV init replacement with process supervision similar to that of daemontools and runit. Its focus is on small and embedded GNU/Linux systems, although it is fully functional on standard server and desktop installations. Finit is fast because it starts services in parallel; it then supervises and automatically restarts them if they fail. This can be extended upon with custom callbacks for all services, hooks into the boot process, or plugins to extend the functionality and adapt Finit to your needs. Finit is not only fast, it’s arguably one of the easiest to get started with. A complete system can be booted with one simple configuration file.

(Machine Translation)
最後更新: 2010-06-13 13:54

daemon

daemon turns other processes into daemons. There are many tedious tasks that need to be performed to correctly set up a daemon process; daemon performs these tasks for other processes. This is useful for writing daemons in languages other than C, C++, or Perl (e.g. sh, Java). If you want to write daemons in languages that can link against C functions (e.g. C, C++), see libslack, which contains the core functionality of daemon.

(Machine Translation)
最後更新: 2003-12-23 04:00

Injector Linux

Injector Linux is a single-floppy Linux system, which
supports many filesystems -- currently
approximately 25. Because of its wide range of
supported filesystems, it is very useful for disk
rescue operations.

(Machine Translation)
最後更新: 2009-11-30 21:16

cinit

cinit is a fast executing, small, and simple init
with support for profiles. It is aware of
dependencies and executes processes in parallel.

(Machine Translation)
最後更新: 2004-06-10 09:05

Erni

Erni replaces "su {user} -c {command}" that root uses to
run commands as nonroot users, because this method
requires that {user} have a valid login shell, leaving
another avenue open to abuse the account. With Erni,
{user} need not have a valid login shell, {user}'s group
memberships may be specified on the command line, and
{command} may be chroot'd. It may be used to kick off
daemons and also to run interactive tools (e.g. an SQL
browser) as the target user.

(Machine Translation)
最後更新: 2006-09-25 05:30

Virtual Console init

Virtual Console init is an /sbin/init clone for
virtual consoles. It is very easy to set up and
use because it has no configuration files. It is
very small and has builtin getty, login, klogd,
and slogd. It is suitable for embedded systems
and home Linux boxes.

(Machine Translation)
最後更新: 2003-11-13 23:25

Daemond

Daemond is a daemon control daemon. It can be used
as a faster and more flexible replacement for
init, or by itself. It has the ability to track
complex dependencies, and allows package
management systems to easily add and maintain them.

(Machine Translation)
最後更新: 2007-12-03 10:07

myinit

myinit is a simple "init" program with parallel
execution and dependencies via reference counting
(by way of "start" and "stop" commands).

(Machine Translation)
最後更新: 2003-12-22 17:42

hprofile

hprofile is a simple way to manage profiles for
hardware configurations, network connections,
power management, usage patterns, and many other
things. A profile can define alternate versions of
any configuration (or other) file, anywhere in the
file system, and arbitrary scripts can be run when
profiles are started or stopped (e.g. to configure
hardware or start/stop services). Special support
is also included for 'boot' profiles, allowing you
to select profiles at startup and enter different
runlevels depending on which profile was selected.
It's easy to use and configure, and comes with
comprehensive documentation.

(Machine Translation)
最後更新: 2001-01-30 06:13

Nuclinux

Nuclinux is a single-floppy Linux mini-distribution. It's designed primarily to connect to the Internet and use Internet programs (like links, ssh, irc, ftp, telnet, finger, etc.) from a networked machine.

最後更新: 2004-06-30 04:02

sysinit

Sysinit is a system-initialization scheme for use
with Linux and a daemon-management scheme for use
with runit or daemontools. It provides a common
interface to all functionality, and uses envdirs
instead of sourced shell scripts or custom
configuration files. It does error handling,
handles dependencies gracefully and simply, and
handles runlevels.

(Machine Translation)
最後更新: 2003-01-23 19:15

extipl

IBM-PC/AT(x86)互換機で動作するハードディスクの拡張ブートプログラム(ブートセレクタ)の公開・保守を目的としています。

Development Status: 5 - Production/Stable
自然語言: Japanese
操作系統: BSD, Linux, MS-DOS
程式語言: Assembly, C
Topics: Init
使用者介面: Console (Text Based)
Register Date: 2003-01-16 23:53
最後更新: 2005-08-21 17:49

waitfordevice

waitfordevice is a tool that waits for a device to
become available. One can use this, for example,
when waiting for a USB device to be fully ready
after modprobing the USB subsystem (which runs
async). This tool can be used in startup scripts
or other scripts that need to use a device. It is
better guaranteed to work (and more efficient)
than using a couple of sleep statements.

(Machine Translation)
最後更新: 2011-01-25 03:44

Lethe - GPL Partition Freezing Software

Letheは、Debian GNU/LinuxおよびLihuen GNU/Linux用のDeep Freezeライクなパーティションフリージングソフトウェアです。DebianベースのGNU/Linuxディストリビューション上でも動作します。

最後更新: 2007-05-10 23:22

daemontools

daemontoolsは、UNIXサービスの管理のためのツールのコレクションです。