[go: up one dir, main page]

Init Software for Linux

View 1429 business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    RemoteBIOS is a set of tools that helps you to writen LinuxBIOS bios, test it flashing only one time the ROM, with remotebios.bin. And you can remotely execute a ELF binary, or a script, for example memory initialization script,etc through Serial Port.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    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
  • 3
    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
  • 4
    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
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 5
    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
  • 6
    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
  • 7
    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
  • 8
    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
  • 9

    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
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 10

    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
  • 11
    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
  • 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
    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
    eINIT is an Init System for POSIX-compliant operating systems. The primary focus is on speed and modularity and, unlike other init systems, this one can be used in combination with others. Benchmarks suggest that einit is faster than initng and upstart.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    An encrypted root overlay fs. Provides initrd data. For instructional use only.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    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
  • 23
    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    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
  • 25
    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