Simple Project List Software Map

254 projects in result set
最后更新: 2011-12-10 23:10

kexec-loader

kexec-loader is a Linux-based bootloader that aims to fit on a floppy and have a grub-like interface and configuration system. It loads kernels using the kexec system calls.

最后更新: 2003-06-24 09:46

ficl

Ficl (Forth inspired command language) is an ANS Forth interpreter written in C. Unlike traditional Forths, this interpreter is designed to be embedded into other systems as a command/macro/development prototype language. Ficl provides object extensions that can be used to wrap methods and structures of the host system without altering them.

最后更新: 2013-05-09 20:21

Finnix

Finnix is a small, self-contained, bootable Linux CD distribution ("LiveCD") for system administrators, based on Debian testing. You can use it to mount and manipulate hard drives and partitions, monitor networks, rebuild boot records, install other operating systems, and much more.

最后更新: 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)
最后更新: 2004-01-25 06:00

ethwireck

ethwireck can detect if the physical layer of the
Ethernet is up. Laptops which use dynamic IP
address assignment via DHCP have the problem that
the boot process is much longer when no wire is
connected to the Ethernet card. This is because
the startup scripts have to wait for the DHCP
request to time out. ethwireck can be used in the
init script for your network card to determine
whether or not an interface should be brought up.
In other words, a timeout is avoided.

(Machine Translation)
最后更新: 2002-11-27 19:21

TCDR

TCDR is a dialog-based console frontend for mkisofs, cdrecord, cdrdao, mkzftree, cdparanoia, cdda2wav, bladeenc, lame, oggenc, ogg123, mpg123, and sox written in bash.

(Machine Translation)
最后更新: 2009-03-31 23:41

GRUB4DOS and WINGRUB

GRUB for DOSは、GRUBのDOS拡張機能です。DOSユーザに対して、リアルモードでのコンソールでの直接のコンフィグレーションを行うことを可能にします。また、このプロジェクトではWINGRUBと呼ばれるユーティリティも含まれており、Windows環境でのGUIのヘルプとGRUBインストールの機能があります。

最后更新: 2011-10-11 21:25

Autopoweroff

Autopoweroff is a script that shuts down a
computer at a specific time, but only if some
conditions are met. It works well on home
routers/firewalls where the machine can be
switched off every night and powered back up in
the morning. It can be configured to only shut
down the server after any computers which depend
on the server for Internet access have been shut
down.

(Machine Translation)
最后更新: 2001-01-30 06:12

BootRoot

BootRoot creates a two-disk Linux system. The lilo method creates a boot disk with lilo, a kernel and an initrd image; the root disk can contain either a gzip- or bzip2-compressed filesystem.

最后更新: 2005-08-12 16:34

rICMP

rICMP is a Linux kernel patch that allows you
to reboot your machine using a simple ICMP
ping. It includes password authentication and
an ACL to manage hosts authorized to
perform reboot. It allows you to reboot hung
machines if the kernel and network are still
alive.

(Machine Translation)
最后更新: 2005-11-13 14:41

Bootchart

Bootchart is a tool for performance analysis and visualization of the GNU/Linux boot process. Resource utilization data and process information are collected during the boot process, and can later be displayed in a PNG, SVG, or EPS encoded chart. Analyzing the chart will help in finding opportunities for optimization.

最后更新: 2014-02-15 13:45

PrRescue

PrRescue is a rescue CD based on Gentoo amd64/i686 supporting nilfs2 and btrfs. Its goal is to always include the newest kernel and Gentoo packages.

(Machine Translation)
最后更新: 2003-09-18 19:23

DOCSIS Server

DOCSIS Server is a DHCP/TFTP/TOD/syslog server
that uses MySQL as a backend. If you have a
DOCSIS Cable Modem headend, you can use this
server to boot up cable modems and assign IP
addresses to customer premise equipment. With a
little bit of tweaking you could also use it as
just a DHCP server attached to a MySQL database.
It was designed to boot up more than 150 modems
per second.

(Machine Translation)
最后更新: 2003-07-10 07:38

Powertweak-Linux

Powertweak-Linux is a tool to tune your system to its optimal performance settings. It started life as the replacement for the now obsolete kernel option 'tune PCI bridges', and has been extended to provide more features and support more chipsets. It can also tune network/filesystem performance using /proc/sys entries, disk elevator settings, and x86 CPU registers (needs 2.2.18 or 2.4.0test kernel), CDROM speeds, hdparm type features, and Sony VAIO backlight. It has both a GTK GUI and a text-based lister.

(Machine Translation)
最后更新: 2010-04-15 01:05

ramlog

ramlog acts as a system daemon that maintains log
files in memory instead of hard disk while the
system is running. On startup, it creates a
ramdisk, copies files from /var/log into the
ramdisk, and mounts the ramdisk as /var/log. All
logs after that will be updated on the ramdisk.
When shutting down or restarting the service, it
saves log files back to hard disk. This service
drastically reduces the frequency of hard disk
usage, which can be useful when the system runs on
battery or uses flash memory instead of a hard
disk.

(Machine Translation)