Boot Software for Linux

View 290 business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 1
    Ein Programm um z.B. USB-Sticks oder Samba Freigaben(NAS Laufwerke) dauerhaft, bei jedem Systemstart zu mounten oder zu entfernen. Verzeichnisse werden automatisch erstellt oder entfernt. Die Partitionen können im Dateibrowser z.B. Caja, einfach per rechte Maustaste hinzu- gefügt oder entfernt werden. neue Updates für Manjaro evtl. auch auf UBUNTU und DEBIAN Lauffähig um Freigaben leicht ohne sudo oder fstab per Gvfs im selben Verzeichnis zu verbinden siehe: https://sourceforge.net/projects/click-mount-samba-here/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Small program for enumerate all the PCI and USB devices in system, check if the device is supported by the kernel, automatically load necessary modules for this devices. Used in small embedded systems with less disk space and stripped kernel features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    autoswap is a tool (written in Perl) that allows for swap space to be created automatically based upon the amount of RAM in the machine or configuration. Useful for cluster configuration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This small piece of software checks or sets BIOS settings of the Award BIOS from within a running operating system. This BIOS is commonly used by PC-Engines in their ALIX-boards, for example in the ALIX.3D3 (AMD-LX800). www.trilogik.de
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cut Data Warehouse Costs by 54% Icon
    Cut Data Warehouse Costs by 54%

    Easily migrate from Snowflake, Redshift, or Databricks with free tools.

    BigQuery delivers 54% lower TCO with exabyte scale and flexible pricing. Free migration tools handle the SQL translation automatically.
    Try Free
  • 5
    bbiso is a shell script used to build a CD image for a bootable Linux system running entirely in RAM on a PC platform. An example file system image is provided. It is a rewrite and update of Philip Howard's bick-0.8.0 package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    biosconfig is a flexible tool to automate CMOS non-volatile store parameter modification.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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
  • 8
    The bootd project allows netbooting a wide variety of clients using different protocols using one configuration and one server daemon, with good configurability and diagnostics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Bootdisk lets you create boot and root disks for booting linux. These disks should permit rescue when normal boot is no more available. Bootdisk makes possible quick tests adjusting your set of utilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 10

    bootkernel

    Shell script to manage linux kernels in /boot directory

    Install, Accept, List, Remove and Set New, Current and Old linux kernels in the /boot directory. Inspired by the linux kernel "make install" target, and the /sbin/installkernel shell script. A profile "~/bootkernel.conf" or "/etc/bootkernel.conf" controls all aspects of bootkernel's behaviour - your chosen naming conventions, whether to maintain symbolic or hard links or neither, which filesystems (if any) need mounting and unmounting, and whether to delete redundant /lib/modules directories when removing the last corresponding kernel. "Install" copies kernel and other selected files to /boot, adding a ".new" extension. "Accept" moves current /boot files to ".old" extension, and moves those with ".new" to current, "List" shows all the kernels in /boot, marked as "new", "old", "current" and "executing" where applicable "Remove" deletes a specified kernel and associated files from /boot. "Set" modifies the targets of ".new" ".old" and the implicit .current links if any.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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
  • 12
    Choose-OS (chos), is a modular and configurable boot loader for Linux/x86 - a program that is loaded by the BIOS before any operating systems. This program then lets you choose the operating system to boot and possibly enter parameters to it
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    controller

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

    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    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
  • 15
    CULT is an Open Source software-only network bootable thin client Operating System that provides a complete solution for thin clients, PCs or virtualized hardware.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ddgtk

    ddgtk

    A GUI frontend for dd to create bootable ISO images for Linux

    A GUI frontend for dd to create bootable ISO images for Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    dryboot

    A public domain bootloader for x86-64 PCs.

    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
    Operating system project from scratch to design and implement all components from boot strapping,hardware interrupts , memory manger ,file system , etc .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    easylinux2linux

    scripts and minimal binary packs to migrate from one distro to another

    Assume you have a linux box with an outdated linux. You would like to perform an upgrade, but you would like to avoid burning a CD or even making a bootable USB flash. The machine may even be somewhere where you do not even have physical access. You already have a running kernel and a working network connection. Why not use them to get your new linux running directly? Many distributions already provide a network install but getting the installer to run on your old linux proves tricky because you depend on local libraries and tools. Why not rely instead only on the linux kernel? You unpack a minimal set of tools to a separate directory, you chroot to it and start from a well defined configuration that can get you to your destination.
    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 graphical user interface to bootloaders: grub, lilo and syslinux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    ghpsdr3-usb

    Easy to configure suite of ghpsdr3-alex application on a bootable USB

    Goal is a complete easy to configure suite of ghpsdr3-alex application on a bootable USB Flash drive The ghpsdr3-alex project wiki is located at http://napan.ca/ghpsdr3/index.php/Main_Page ghpsdr3-alex is a set of Applications aimed at Ham Radio operators to use SDR (Software Defined Radio) hardware. The focus is on remote capabilities using the softrock SDR hardware.
    Downloads: 0 This Week
    Last Update:
    See Project
Monday.com Logo