Init Software for Linux

View 283 business solutions
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    SLAVE is completely modulars set of scripts and programs, made to parallelize Linux Init's services, to increase booting speed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Serviced (should be read as service d) is intended to replace the traditional init program. It's being written in C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Symbion Daemon Tool is a daemon master tool. It runs and monitors other daemons, restart it when necessary. If a daemon supports SDT then it can communicate with it and it can be controlled through it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    System V Hierarchical InitScript allows to parallelize the start of services in a given System V runlevel by defining dependencies between them. And it is only 150 lines of shell script...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5
    This is Rivoreo custom edition of the sysvinit program. The original sysvinit project page is at http://savannah.nongnu.org/projects/sysvinit/ The original sysvinit Debian package project page is at http://alioth.debian.org/projects/pkg-sysvinit/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    The FreeRC Project

    The FreeRC Project

    init, supervision, and service management suite + boot scripts

    FreeRC is an init suite consisting of boot scripts written in Lua and a small, fast, and portable init daemon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    This project aims to make such Open Source utilities by which one can shoot any problem with/without having technical knowledge/skills.Tuxguru's Rescue tablet resolves many problems including Passwords,Grub,Backup,Recovery,Partition,Installations,etc..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Underdog -- Early and Late User Context

    mkinitramfs & mkinitrd replacement and (eventually) alternate /init

    Many complex storage environments running within GNL/Linux could benefit from increased disassembly and resource remediation during shutdown. Underdog an alternate /init to create a "late" user context to resume control during shutdown to park media and detach network devices. Currently there is a fully working initramfs (mkinitramfs/mkinitrd) replacement that is capable of building the early user context images both as separate files or built into the kernel image. The working proof of concept code for the alternate /init is too messy to sahre just now. /doh.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    WebSphere Linux Boot Script

    Start WebSphere in Linux on bootup

    WebSphere doesn't come with an init.d script to start it up when Linux boots; so I wrote one.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Powerful App Monitoring Without Surprise Bills Icon
    Powerful App Monitoring Without Surprise Bills

    AppSignal starts at $23/month with all features included. No overages, no hidden fees. 30-day free trial.

    Tired of monitoring tools that punish you for scaling? AppSignal offers transparent, predictable pricing with every feature unlocked on every plan. Track errors, monitor performance, detect anomalies, and manage logs across Ruby, Python, Node.js, and more. Trusted by developers since 2012 with free dev-to-dev support. No credit card required to start your 30-day trial.
    Try AppSignal Free
  • 10
    a2webd

    a2webd

    Startup script for a2web a light WebUI for aria2 with remote support

    a2webd created to facilitate launch a2web a lightweight Web User Interface for aria2 with remote control support for downloads
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    a new kind of OS. just an experimental and limited system to test a new concept based of user centric view, but nothing is done because it's "normal" in all OSes , everything is thinked again. The aim is to manage information (represented as XML) wit
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This is a really simple BOOTP server, which uses NIS maps to retrieve host information (host name, IP address).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    cinit is a fast, parallel booting, true dependency supporting init system with support for profiles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    controller

    FLL based tool for controller programs and can act as an init program.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Set of tools needed to setup and maintain encrypted partitions under unix systems (initially linux). Especially helpfull when doing root device encryption. Features xml configuration, multiple users, usb "tokens" (usb mass storage) and key hierarchy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    daemontools is a collection of tools for managing UNIX services
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    depinit

    An alternative init program

    Depinit is an alternative init program that can handle parallel execution, dependencies, true roll-back, pipelines, improved signaling and unmounting filesystems on shutdown. It incorporates ideas from sysvinit, simpleinit, daemontools and make. At present, it is a bit experimental, and requires good knowledge of the initialisation process to set up.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    dumb-init

    dumb-init

    A minimal init system for Linux containers

    Lightweight containers have made running a single process without normal init systems like systemd or sysvinit practical. However, omitting an init system often leads to incorrect handling of processes and signals, and can result in problems such as containers that can’t be gracefully stopped, or leaking containers that should have been destroyed. dumb-init is simple to use and solves many of these problems: you can just add it to the front of any container’s command, and it will take on the role of PID 1 for itself. It immediately spawns your process as PID ~2, and then proxies on any signals it receives. This helps to avoid special kernel behavior applied to PID 1, while also handling regular responsibilities of the init system (like reaping orphaned zombie processes). dumb-init is a simple process supervisor and init system designed to run as PID 1 inside minimal container environments (such as Docker). It is deployed as a small, statically-linked binary written in C.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    eINIT is a replacement for the long standard sysvinit. It aims to be yet one of the fastest and most configurable init systems around.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    genhostname is a linux perl script running at runlevel2 boot and changes the computers hostname to PC-XXXXXXXXXX deppending on the eth0 mac address or the wireless network card macaddress there is 2 scrips in the download. install the one you need.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Getwifi allows Linux users to join wireless networks easily by joining available networks in an order specified by the user. Getwifi is configured using a single file which specifies networks, optional WEP keys, and the order in which to join networks.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A set of bash scripts implementing hardware and system profiles for linux. Configuration files may be switched and scripts run dependent on the state of things such as hardware configuration, power management, or network connections.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    LVM - HPUX version tools for linux. New! Get freevxfs driver for mounting HP-UX VxFS filesystem on Linux! Had been tested on Physical/VMware RHEL 4 or 5 servers. Please send feedbacks and requests to zanzamer1@yahoo.com.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    init4boot provides iSCSI boot for Xen dom0 and domU, kvm guests and bare metal systems - currently for Debian, Ubuntu and Fedora. It's an extensible tool set for creating initramfs with support for: iSCSI, lvm2, md, multipath, network, tftp config,
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    libinitmon

    Library to make startup process easy

    Libinitmon is a library targeted for those who wants to create its own init/bootup daemon. It supports: - dependencies tracking - pid watchdog - wait for TCP, UDP, Unix sockets
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB