Showing 233 open source projects for "d-apt"

View related business solutions
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 1
    d-apt

    d-apt

    APT repository to easily install/upgrade D binary packages

    "d-apt" is an APT repository to easily install/upgrade D binary packages on systems like Debian, Ubuntu, LinuxMint, etc.
    Leader badge
    Downloads: 335,631 This Week
    Last Update:
    See Project
  • 2

    apt-sel

    Backup and restore apt package selections

    On an apt / dpkg based Linux system, dump the list of installed packages in a file and select the same packages for installation, preferrably on a different system or version. Other than the usual recommendation `dpkg --get-selections` and `dpkg --set-selections` this keeps the information about automatic dependencies intact.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    EKS Distro Repository

    EKS Distro Repository

    Amazon EKS Distro (EKS-D) is a Kubernetes distribution

    ...EKS-D follows the same Kubernetes version release cycle as Amazon EKS, and we provide the bits here. EKS-D provides the same software that has enabled tens of thousands of Kubernetes clusters on Amazon EKS. EKS is a fully managed Kubernetes platform, while EKS-D is available to install and manage yourself. You can run EKS-D on-premises, in a cloud, or on your own systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    AWS IoT Device SDK v2 for Python

    AWS IoT Device SDK v2 for Python

    Next generation AWS IoT Client SDK for Python

    Next-generation AWS IoT Client SDK for Python using the AWS Common Runtime. This document provides information about the AWS IoT Device SDK v2 for Python. This SDK is built on the AWS Common Runtime, a collection of libraries (aws-c-common, aws-c-io, aws-c-mqtt, aws-c-compression, aws-c-http, aws-c-cal, aws-c-auth, s2n ...) written in C to be cross-platform, high-performance, secure, and reliable. The libraries are bound to Python by the awscrt package (PyPI). AWS IoT provides the cloud...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5

    Ubuntuzilla: Mozilla Software Installer

    APT repository for Mozilla software releases

    An APT repository hosting the Mozilla builds of the latest official releases of Firefox, Thunderbird, and Seamonkey. Do not manually download the files - read the wiki, https://sourceforge.net/p/ubuntuzilla/wiki/ for instructions on using the repository.
    Leader badge
    Downloads: 133,431 This Week
    Last Update:
    See Project
  • 6
    ShellCheck

    ShellCheck

    A static analysis tool for shell scripts

    ShellCheck is a GPLv3 tool that provides warnings and possible suggestions for bash/sh shell scripts. ShellCheck finds bugs in your shell scripts. You can cabal, apt, dnf, pkg or brew install it locally right now. ShellCheck highlights and clarifies typical beginner's syntax mistakes and issues that cause a shell to give a cryptic error message. It shows typical intermediate level semantic problems that cause a shell to behave in a abnormally and counter-intuitively. It can also discover ssubtle caveats, corner cases and pitfalls that may cause an user's working script to fail under probable future circumstances. ...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 7
    AWS IoT Device SDK for Java v2

    AWS IoT Device SDK for Java v2

    Next generation AWS IoT Client SDK for Java

    Next-generation AWS IoT Client SDK for Java using the AWS Common Runtime. This SDK is built on the AWS Common Runtime, a collection of libraries (aws-c-common, aws-c-io, aws-c-mqtt, aws-c-http, aws-c-cal, aws-c-auth, s2n...) written in C to be cross-platform, high-performance, secure, and reliable. The libraries are bound to Java by the aws-crt-java package. Consuming this SDK via Maven is the preferred method of consuming it. Supports API 26 or newer. NOTE: The shadow sample does not...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Kubespray

    Kubespray

    Deploy a Production Ready Kubernetes Cluster

    ...The kubelet might break on docker's non-standard version numbering (it no longer uses semantic versioning). To ensure auto-updates don't break your cluster look into e.g. yum version lock plugin or apt pin). The target servers must have access to the Internet in order to pull docker images. Otherwise, additional configuration is required. The target servers are configured to allow IPv4 forwarding. If using IPv6 for pods and services, the target servers are configured to allow IPv6 forwarding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    nheko

    nheko

    Desktop client for Matrix using Qt and C++20

    Desktop client for Matrix using Qt and C++20. The motivation behind the project is to provide a native desktop app for Matrix that feels more like a mainstream chat app (Element, Telegram etc) and less like an IRC client.
    Downloads: 2 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
  • 10
    systemd

    systemd

    The systemd system and service manager

    ...It provides a system and service manager that runs as PID 1 and starts the rest of the system. systemd provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting services, offers on-demand starting of daemons, keeps track of processes using Linux control groups, maintains mount and automount points, and implements an elaborate transactional dependency-based service control logic. systemd supports SysV and LSB init scripts and works as a replacement for sysvinit. ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 11
    Faiss

    Faiss

    Library for efficient similarity search and clustering dense vectors

    Faiss is a library for efficient similarity search and clustering of dense vectors. It contains algorithms that search in sets of vectors of any size, up to ones that possibly do not fit in RAM. It also contains supporting code for evaluation and parameter tuning. Faiss is written in C++ with complete wrappers for Python/numpy. Some of the most useful algorithms are implemented on the GPU. It is developed by Facebook AI Research. Faiss contains several methods for similarity search. It...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12
    Unicorn Engine

    Unicorn Engine

    Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc

    ...Clean/simple/lightweight/intuitive architecture-neutral API. Implemented in pure C language, with bindings for Pharo, Crystal, Clojure, Visual Basic, Perl, Rust, Haskell, Ruby, Python, Java, Go, D, Lua, JavaScript, .NET, Delphi/Pascal & MSVC available. Native support for Windows & *nix (with macOS, Linux, Android, *BSD & Solaris confirmed). High performance by using the Just-In-Time compiler technique. Support fine-grained instrumentation at various levels. Thread-safe by design. Distributed under free software license GPLv2. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    plow

    plow

    A high-performance HTTP benchmarking tool

    ...Plow runs at specified connections (option -c) concurrently and real-time records summary statistics, histogram of execution time and calculates percentiles to display on Web UI and terminal. It can run for a set duration( option -d), for a fixed number of requests(option -n), or until Ctrl-C is interrupted. The implementation of real-time computing Histograms and Quantiles using stream-based algorithms inspired by Prometheus with low memory and CPU bounds. so it's almost no additional performance overhead for benchmarking.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    quadplay

    quadplay

    The quadplay fantasy console

    ...Play your games in any modern web browser on a laptop, desktop, tablet, phone, Raspberry Pi 4, or Jetson Nano. 60 fps @ 384 x 224 pixels = 12:7 aspect ≈ 16:9.3. 4096 sRGB (4:4:4) colors. Four players with virtual controls for D-pad and eight buttons. Local and safe online multiplayer. Supports Xbox, Playstation, SNES, Stadia, Switch, 8bitdo, touch screen, and other controllers. Hundreds of built-in sprites, sounds, and fonts. Program in PyxlScript, a friendly Python-like language. Order-independent, 4-bit alpha transparency. Native 2.5D graphics with z-order.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    CID

    CID

    Insert and manage Linux computers in AD

    CID (Closed In Directory) is a set of bash scripts for inserting and managing Linux computers in Active Directory domains. Modifications made to the system allow Linux to behave like a Windows computer within AD.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 16
    PimersusOS

    PimersusOS

    PimersusOS: Lightweight, fast and flexible Linux based on Debian 13.

    ...Pimersus Browser is based on WebKit, the Safari engine, and incorporates advanced privacy and security protections, including ad blocking, phishing protection, and web tracking protection. This ensures a safe and fast experience, similar to browsing on iOS devices. Keeping the system updated is easy with `sudo apt update` and `sudo apt upgrade`. The ISO (~4.5 GB) serves as a reference and testing environment for the browser. Password: ams ⚠️ It is recommended to watch the entire video before installing. Install at your own risk.
    Downloads: 53 This Week
    Last Update:
    See Project
  • 17
    PelicanHPC
    ...All of the nodes of the cluster get their filesystems from the same image, so it is guaranteed that all nodes run the the same software. Packages can be added to all nodes using apt-get, thanks to aufs. The bootable image is created by running a single script, which takes advantage of the Debian Live infrastructure.
    Leader badge
    Downloads: 45 This Week
    Last Update:
    See Project
  • 18
    Javi-OS

    Javi-OS

    My Respin of Debian (with WM's)

    Javi-OS ¿Que es? Javi-OS es un Respin de Debian que utiliza WM's como Openbox y JWM. Su interfaz gráfica combina la ligereza de los windows managers con la flexibilidad de Rofi y la estética de Tint2.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 19
    The Free Unix Spectrum Emulator (Fuse): an emulator of the 1980s home computer and various clones for Unix, Mac OS X and Windows.
    Leader badge
    Downloads: 1,510 This Week
    Last Update:
    See Project
  • 20
    MeX Linux

    MeX Linux

    MeX 64 bit with the GNOME 50 Desktop and Kodi 21.1 Omega

    ...You’ll need at least 6 GB RAM to run MeX that way. I.e. super fast! UPGRADE If you install MeX Linux to hard drive you will always get the latest package versions if you run the following commands: "sudo apt update" then "sudo apt upgrade". INSTALL to hard drive MeX uses Calamares Installer. IMPORTANT about Refracta Snapshot You can use the Refracta Snapshot (pre-installed in MeX) to create your own installable Ubuntu 26.04 Live System. I mean change everything and then create a whole new Ubuntu live system. Can also be done while running MeX live.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 21
    ExLight 64 bit Linux Live System

    ExLight 64 bit Linux Live System

    ExLight 64bit Linux Live System with Enlightenment 0.27.1

    ABOUT ExLight Linux Live System is based on Debian "Trixie" (Debian 13.4). DESKTOP The Desktop Environment is Enlightenment 0.27.1 ("Beauty at your fingertips"). INSTALLED PACKAGES Refracta Snapshot , Firefox, PCManFM, GParted, NetworkManager, Gimp, SMPlayer, Synaptic, Calamares Installer and some necessary additions in order to install programs from source. USED KERNEL 6.19.8-amd64-exton RUN ExLight super fast from RAM When you run ExLight from RAM everything will be...
    Leader badge
    Downloads: 506 This Week
    Last Update:
    See Project
  • 22
    ALSC - Advanced Linux System Cleaner

    ALSC - Advanced Linux System Cleaner

    Simplify the maintenance and cleaning of Linux systems.

    This program was developed to facilitate maintenance and cleaning of Linux systems.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23

    loop-finder-s6

    s6-rc service definition dependency debugger.

    s6-rc service definition directories debugger. Find loop in dependencies s6-rc services. Create visual form of dependencies of service definitions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    jdMinecraftLauncher

    jdMinecraftLauncher

    Unofficial classic styled Minecraft Launcher

    jdMinecraftLauncher is a Minecraft launcher which Look and Feel is close to the the good old official Launcher. You need a Microsoft Account which owns Minecraft to use this Launcher This Launcher is completly fanmade and not supported by Mojang/Microsoft
    Leader badge
    Downloads: 147 This Week
    Last Update:
    See Project
  • 25
    Koha + DSpace 9.2 Live DVD ISO (2026.01)

    Koha + DSpace 9.2 Live DVD ISO (2026.01)

    Koha 25.11.00 + DSpace 9.2 Live ISO Installer based on Ubuntu 22.04.5

    ...This will be shown at the right corner of the login name. For 'admin' access, type 'sudo bash' in the terminal and use 'library' as password To install Google Chrome or Anydesk $sudo apt install google-chrome-stable anydesk For Commercial Support, write to baskar@linuxpert.in, WhatsApp: +919884165649
    Downloads: 34 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB