Simple Project List Software Map

76 projects in result set
最后更新: 2011-08-17 10:44

BusyBox

BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides minimalist replacements for most of the utilities you usually find in GNU fileutils, shellutils, etc. The utilities in BusyBox generally have fewer options than their full-featured GNU cousins; however, the options that are included provide the expected functionality and behave very much like their GNU counterparts. BusyBox provides a fairly complete POSIX environment for any small or embedded system.

最后更新: 2014-06-05 09:31

mdadm

mdadm is a tool for creating, maintaining, and
monitoring Linux "md" device arrays, also known as
Software RAID.

(Machine Translation)
最后更新: 2014-05-14 22:46

s6

s6 is a complete process supervision suite in the style of daemontools, runit, and perp. It provides a candidate for process 1. It also comes with a library and command line utilities that implement inter-process notification and synchronization.

(Machine Translation)
最后更新: 2005-09-28 17:22

ThinTUX

ThinTUX is a small Linux distribution for thin
clients. It has support for all major remote
access protocols like ICA, RDP, XDM, telnet, ssh,
and more. The distribution can be booted from the
network using a network card with PXE-support or
from standard media storage devices like floppy,
CD, hard disk, or disk-on-chip. The configuration
is stored on a DHCP server to simplify terminal
management.

(Machine Translation)
最后更新: 2013-01-10 06:53

Gujin

Gujin is a PC boot loader that can analyze your partitions and filesystems. It finds the Linux kernel images available, as well as other bootable partitions (for *BSD, MS-DOS, Windows, etc.), files (*.kgz) and bootable disk images (*.bdi), and displays a graphical menu for selecting which system to boot. It boots the Linux kernel using the documented interface, like LILO and GRUB, so it doesn't need any other pre-installed bootloader. It can also directly load gzipped ELF32 or ELF64 files, with a simple interface to collect real-mode BIOS data. There is no need to execute anything after making a new kernel: just copy the kernel image file into the "/boot" directory, with a standard name. Gujin is written almost entirely in C with GCC, and it fully executes in real mode to be as compatible as possible.

最后更新: 2021-11-02 12:23

Open DHCP Server

オープンソースのDHCPサーバです。マルチサブネット、動的なDHCPサーバ、静的リース、リレーエージェント、BOOTP、PXEBOOT、グローバル可能なオプションなど。フィルタは、Macアドレス、ベンダークラス、ユーザクラスをサポート。

最后更新: 2014-03-11 23:11

upstart

upstart is a replacement for the /sbin/init daemon that handles starting of tasks and services during boot, stopping them during shutdown, and supervising them while the system is running.

最后更新: 2002-04-08 12:33

tomsrtbt

tomsrtbt is the most Linux on one floppy disk for rescue recovery panic and emergencies, contains tools to keep in your shirt pockets, is useful whenever you can't use a hard drive and contains about 100 rescue tools.

(Machine Translation)
最后更新: 2011-01-24 00:57

/etc/net

/etc/net represents a new approach to Linux network configuration tasks. Inspired by the limitations of traditional network configuration subsystems, /etc/net provides built-in support for configuration profiles, interface name management, removable devices, full iproute2 command set, interface dependencies resolution, QoS, and firewall configuration frameworks. /etc/net provides support for the following interface types: ethernet, WiFi (WEP), IPv4/IPv6 tunnels, PSK IPSec tunnels, VLAN, PLIP, ethernet bonding and bridging, traffic equalizer, Pent@NET, Pent@VALUE, SkyStar-2, TUN/TAP, OpenVPN TUN/TAP, usbnet, and PPP. Due to its modular structure, support for new interface types can be added without overall design changes.

(Machine Translation)
最后更新: 2009-10-07 15:52

runit

runit is a cross-platform Unix init scheme with service supervision; a replacement for sysvinit and other init schemes. It runs on GNU/Linux, *BSD, Mac OS X, and Solaris, and can easily be adapted to other Unix operating systems. runit implements a simple three-stage concept. Stage 1 performs the system's one-time initialization tasks. Stage 2 starts the system's uptime services (via the runsvdir program). Stage 3 handles the tasks necessary to shutdown and halt or reboot.

(Machine Translation)
最后更新: 2014-05-17 22:54

Epoch Init System

The Epoch Init System is an init system for Linux designed with ease of configuration and non-intrusiveness in mind. It has no external dependencies besides libc and pthreads on a Linux 2.6+ system, though a working /bin/sh is suggested. It's suitable for large and small Linux distributions, but was designed with a focus on smaller Linux systems. It's features include a log system capable of recording boot events before the filesystem is made writable, ASCII runlevels, a convenient, single configuration file setup, automatic hostname setting at boot, automatic virtual filesystem mounting (think /proc), PID file support, stuck job killing during bootup and shutdown, integrated color greeting banner support, and automatic service restart support, to keep vital services running at all times.

(Machine Translation)
作业系统: Linux
编程语言: C
专题: Freecode.com, Init
最后更新: 2021-12-16 10:16

boot-repair-disk

Boot-Repair-Diskは、ブート修復ツールの最新バージョンが含まれている公式のレスキューディスクである

最后更新: 2005-12-25 05:31

PAUD

PAUD (Parted And Utilities Disk) is a floppy disk image that contains system utilities, such as fdisk, mc (midnight commander), parted, ntfsresize, and more. It is good for rescue/administration purposes and transferring files from one filesystem to another for Windows users.

最后更新: 2007-04-20 10:34

genext2fs

genext2fs generates an ext2 filesystem as a normal
(non-root) user. It does not require you to mount
the image file to copy files on it, nor does it
require that you become the superuser to make
device nodes.

(Machine Translation)
最后更新: 2009-03-18 15:44

TFTP Server

TFTP Server is a multi-threaded TFTP server,
allowing any number of clients to connect
simultaneously. It supports tsize, blksize, and
interval options, PXE boot, and can be run
standalone or as a daemon. Port ranges can be
specified to work across firewalls. There is also
a single port version, for situations where
additional ports cannot be opened.

(Machine Translation)