Showing 88 open source projects for "d-apt"

View related business solutions
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 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
  • 1
    Termux:X11

    Termux:X11

    Termux X11 add-on application

    Termux is an Android terminal emulator and Linux environment app that works directly with no rooting or setup required. A minimal base system is installed automatically - additional packages are available using the APT package manager. Termux combines standard packages with accurate terminal emulation in a beautiful open-source solution. Access API endpoints with curl and use rsync to store backups of your contact list on a remote server.
    Downloads: 262 This Week
    Last Update:
    See Project
  • 2
    v2rayA

    v2rayA

    A web GUI client of Project V which supports V2Ray, Xray, SS, SSR

    A web GUI client of Project V which supports V2Ray, Xray, SS, SSR, Trojan and Pingtunnel. v2rayA is a V2Ray Linux client supporting global transparent proxy, compatible with SS, SSR, Trojan(trojan-go), PingTunnel protocols. We are committed to providing the simplest operation and meet most needs. Thanks to the advantages of Web GUI, you can not only use it on your local computer, but also easily deploy it on a router or NAS.
    Downloads: 61 This Week
    Last Update:
    See Project
  • 3
    I Still Don't Care About Cookies

    I Still Don't Care About Cookies

    Debloated fork of the extension "I don't care about cookies"

    Debloated fork of the extension "I don't care about cookies". Get rid of cookie warnings from almost all websites! This extension has been acquired by Avast and simply I don't trust Avast with my data. Also having it on Github allows us to improve the code & add support for websites faster. The EU regulations require that any website using tracking cookies must get user's permission before installing them. These warnings appear on most websites until the visitor agrees with the website's...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    OneDrive Client for Linux

    OneDrive Client for Linux

    #1 Free OneDrive Client for Linux

    A free Microsoft OneDrive Client for Linux, which supports OneDrive Personal, OneDrive for Business, OneDrive for Office365 and Sharepoint, and fully supports Azure National Cloud Deployments (Microsoft Cloud for US Government, Microsoft Cloud Germany, Azure and Office 365 operated by 21Vianet in China). This powerful and highly configurable OneDrive Client for Linux is simple to use and runs on all major Linux distributions such as Debian, Ubuntu, Mint, Manjaro, SuSE, OpenSuSE, Fedora,...
    Downloads: 33 This Week
    Last Update:
    See Project
  • 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
  • 5
    MIDWAY

    MIDWAY

    Serverless Framework for front-end/full-stack developers

    ...Although the community already has a framework like Nest, the maintenance, collaboration, and modification of these products will be restricted by commercial products, and it is impossible to achieve rapid iteration and security assurance of requirements. The overall R&D concept is also different from ours.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    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
  • 7
    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
  • 8
    Exponential 6 Content Management System

    Exponential 6 Content Management System

    Exponentia CMS Version 6.0. Maintained by 7x. For General Use With PHP

    Exponential is an Open Source Content Management System chosen by thousands of enterprises and organizations world wide. It helps you build corporate websites, intranets, web shops and media portals.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Exponential 6 (CMS; Stable)

    Exponential 6 (CMS; Stable)

    Exponentia CMS Version 6.0. Maintained by 7x. For General Use With PHP

    Exponential is an Open Source Content Management System chosen by thousands of enterprises and organizations world wide. It helps you build corporate websites, intranets, web shops and media portals. This specific SourceForge Project is deprecated and will be removed in the future. Rejoice we are not going away, join us on our new home at https://sourceforge.net/p/exponentialcms
    Downloads: 1 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 10
    ...The Sourceforge repository should not be seen as the canonical repository for HPN-SSH. We will update it as we can but users should look to github to generate patches We also support Ubuntu packages. Add them to your package manager with `sudo add-apt-repository ppa:rapier1/hpnssh` Fedora RPMs can be added with, `sudo dnf copr enable rapier1/hpnssh`
    Leader badge
    Downloads: 13 This Week
    Last Update:
    See Project
  • 11
    command-output-to-html-table

    command-output-to-html-table

    A shell script to convert any file or command output into a html table

    ...Other Examples: df -h | { cat ; echo ; } | ./tabulate.sh -d " " -t "My System" -h "Disk Free" > "diskfree.html" Refer Wiki, Tickets, Discussion for more inputs and new jobs, that can arise, with this script. Please see below for LATEST UPDATES
    Downloads: 13 This Week
    Last Update:
    See Project
  • 12
    Ungoogled Chromium Debian

    Ungoogled Chromium Debian

    Debian, Ubuntu, and others packaging for ungoogled-chromium

    ...The repository provides Debian packaging scripts, patch sets, and configuration files that automate building ungoogled-Chromium in the Debian packaging ecosystem, ensuring the resulting .deb packages are compatible with Debian Stable, Testing, and derivatives like Ubuntu or Mint. Maintainers tailor build flags and apply local patches so that common Debian package tools like dpkg and apt can handle installation, upgrades, and dependency resolution.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 13
    civetweb

    civetweb

    Embedded C/C++ Web Server

    ...The official source code is at https://github.com/civetweb/civetweb Problems may be reported at https://github.com/civetweb/civetweb/issues Use the "Civetweb" Google groups for questions and discussion https://groups.google.com/d/forum/civetweb
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    Rel

    Rel

    Rel is a database management system (DBMS) that implements Tutorial D.

    Rel is a DBMS primarily intended for educational purposes, but also suitable as a desktop DBMS or lightweight server, that implements Date and Darwen's "Tutorial D" true relational database language. Source code is available at https://github.com/DaveVoorhis/Rel
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    Command line Drupal install and update script for multi-site hosting using symlinks for enhanced site management. Think of dget as an "apt-get" for Drupal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ...The result can then be analyzed by another program, like Analog. You can think of it as a replacement of the Apache HostNameLookups directive, in the sense that it resolves client IPs altogether once a d
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    galacteek

    galacteek

    Multi-platform browser for the distributed web

    galacteek is a multi-platform Qt5-based browser and semantic agent for the distributed web. Be sure to install all the gstreamer packages on your system to be able to use the mediaplayer. After opening/mounting the DMG image, hold Control and click on the galacteek icon, and select Open and accept. You probably need to allow the system to install applications from anywhere in the security settings. Docker images are available. They run the full GUI inside a virtual Xorg server (using Xvfb)....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Search Deflector

    Search Deflector

    A small program that forwards searches from Cortana

    Search Deflector is a small system utility that redirects searches made from the start menu or Cortana to whatever browser and search engine you prefer, removing ties with Microsoft Edge and Bing. This software allows you to perform faster web searches by just tapping the Windows key, and typing your search. Hit enter, or click one of the results in the right panel. This is faster than opening your browser (if it isn't already), opening a new tab, and clicking the search bar. After a simple...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 19
    LymPHOS2

    LymPHOS2

    LymPHOS2 Web-App

    ...DOI: 10.1002/pmic.200800701 - Gallardo, Ó., Ovelleiro, D., Gay, M., Carrascal, M., Abian, J., A collection of open source applications for mass spectrometry data mining. Proteomics 2014, 20, 2275-2279. DOI: 10.1002/pmic.20140012
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Manhali
    ...It is installable and multi-language. Licensed under the GNU-GPL 3 and written in PHP and MySQL. Manhali can track and evaluate learners' behavior by clustering all learners in profiles (A, B, C, D and E) according to their behavior on the platform to allow educators to personalize courses for each profile.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Remme PKI (d) Protocol

    Remme PKI (d) Protocol

    Blockchain-based distributed PKI protocol

    Remme Protocol is a blockchain-based protocol focused on digital key and identity lifecycle management to resolve issues related to cybersecurity, IoT connectivity, data integrity, digital copyright protection, transparency etc. Some of the groundbreaking features include: - Free Rate Limited Transactions - Low Latency Block confirmation (0.5 seconds) - Attribute-based identity and access control - Designed for Sparse Header Light Client Validation - Time Delay Security -...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    LinSSID

    LinSSID

    Graphical wireless scanning for Linux

    ...LinSSID may be installed either by downloading source or binary from this site, or if you're using Debian/Ubuntu or one of its brethren, adding a ppa to your software sources and then installing it with your favorite application manager. You can add the repository with: sudo add-apt-repository ppa:wseverin/ppa Builds are available for amd64 and i386. Please report problems on the 'discussion' tab.
    Leader badge
    Downloads: 51 This Week
    Last Update:
    See Project
  • 23
    Seldon Server

    Seldon Server

    Machine learning platform and recommendation engine on Kubernetes

    Seldon Server is a machine learning platform and recommendation engine built on Kubernetes. Seldon reduces time-to-value so models can get to work faster. Scale with confidence and minimize risk through interpretable results and transparent model performance. Seldon Core focuses purely on deploying a wide range of ML models on Kubernetes, allowing complex runtime serving graphs to be managed in production. Seldon Core is a progression of the goals of the Seldon-Server project but also a more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Gist.vim

    Gist.vim

    Vim plugin for Gist

    ...It allows users within Vim to publish the current buffer or selected text directly as a gist, edit gist content, delete/fork gists, and list their public gists. The plugin supports commands like :Gist, :'<,'>Gist, :Gist -p, :Gist -a, :Gist -l, :Gist -d, etc as documented in the README. This makes it convenient for Vim users who want to quickly share snippets, configuration files or code fragments without leaving the editor. With over 1,700 stars, it appears to be well used in the Vim community. The plugin is ideal for developers who rely on Vim and want tight integration with GitHub Gist.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    BNDC - Bind zone generator

    Forward and reverse zone generator for Bind nameserver.

    DNS zone file generator for Bind name server. It keeps fully customizable forward and reverse zones synchronized and reloads the server when necessary. Repository is on GitHub.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB