Showing 224 open source projects for "debian tools"

View related business solutions
  • 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
  • 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
  • 1
    Debian PIXEL

    Debian PIXEL

    A remix of the Raspberry Pi Foundation PIXEL image with Refracta Tools

    Run Raspberry Pi Debian 12 PIXEL Desktop on a PC or Mac – an Exton modified Build 251019 with Refracta Snapshot included. REFRACTA SNAPSHOT IS PRE-INSTALLED This means that you can easily install the system to hard drive and you can just as easily make it your own remix of the Raspberry Pi Foundation PIXEL image. Study all included packages: https://exton.se/debian-pixel/debian-raspberrypi-pixel-installed-packages-251019.txt I’ve added a few packages. Most important Synaptic, which I find...
    Leader badge
    Downloads: 110 This Week
    Last Update:
    See Project
  • 2
    Linux Mint 22 Cinnamon

    Linux Mint 22 Cinnamon

    A refined, friendly, & modern desktop experience with longterm support

    Linux Mint Cinnamon (Linux Mint 22) is the flagship edition of the Linux Mint operating system, designed to deliver a sleek, intuitive, and modern desktop experience. Built on the robust Ubuntu and Debian foundations, it features the Cinnamon desktop environment, which combines a traditional layout with advanced customization options. Known for its user-friendly design, Cinnamon offers a polished interface, easy navigation, and productivity-focused features, such as the Nemo file manager...
    Downloads: 122 This Week
    Last Update:
    See Project
  • 3
    Termux packages

    Termux packages

    A build system and primary set of packages for Termux

    ... API endpoints with curl and use rsync to store backups of your contact list on a remote server. Install what you want through the APT package management system known from Debian and Ubuntu GNU/Linux. Why not start with installing Git and syncing your dotfiles? Have you ever sat on a bus and wondered exactly which arguments tar accepts? Packages available in Termux are the same as those on Mac and Linux, install man pages on your phone and read them in one session.
    Downloads: 51 This Week
    Last Update:
    See Project
  • 4
    electron-builder

    electron-builder

    A complete solution to package and build a Electron app

    A complete solution to package and build a ready-for-distribution Electron, Proton Native app for macOS, Windows and Linux with “auto update” support out of the box. You can use electron-builder only to pack your electron app in a AppImage, Snaps, Debian package, NSIS, macOS installer component package (pkg) and other distributable formats. Build and publish in parallel, using hard links on CI server to reduce IO and disk space usage. Docker images to build Electron app for Linux or Windows...
    Downloads: 7 This Week
    Last Update:
    See Project
  • Photo and Video Editing APIs and SDKs Icon
    Photo and Video Editing APIs and SDKs

    Trusted by 150 million+ creators and businesses globally

    Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
    Learn More
  • 5
    picom

    picom

    A lightweight compositor for X11

    picom is a compositor for X and a fork of Compton. A lightweight compositor for X11.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Gum

    Gum

    A tool for glamorous shell scripts

    A tool for glamorous shell scripts. Leverage the power of Bubbles and Lip Gloss in your scripts and aliases without writing any Go code! Gum provides highly configurable, ready-to-use utilities to help you write useful shell scripts and dotfiles aliases with just a few lines of code. Let's build a simple script to help you write Conventional Commits for your dotfiles. Use a package manager. gum is designed to be embedded in scripts and supports all sorts of use cases. Components are...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    Zenith

    Zenith

    Sort of like top or htop but with zoom-able charts, CPU, GPU

    In terminal graphical metrics for your *nix system written in Rust. The make file provides for building fully static versions on Linux against the musl C library. It requires musl-gcc to be installed on the system. Install "musl-tools" package on debian/ubuntu derivatives, "musl-gcc" on fedora and equivalent on other distributions from their standard repos. If one needs to build with NVIDIA support in a virtual environment, then it requires some more setup since typically the VM software...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    Kubez-ansible

    Kubez-ansible

    To provide quick deployment tools for kubernetes cluster

    To provide quick deployment tools for Kubernetes cluster and cloud-native applications. This session has been tested on Rocky 8.5, Debian 11, and Ubuntu 20.04+ which are supported by python3.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    youki

    youki

    A container runtime written in Rust

    youki is an implementation of the OCI runtime-spec in Rust, similar to runc. Rust is one of the best languages to implement the oci-runtime spec. Many very nice container tools are currently written in Go. However, the container runtime requires the use of system calls, which requires a bit of special handling when implemented in Go. This is too tricky (e.g. namespaces(7), fork(2)); with Rust, it's not that tricky. And, unlike in C, Rust provides the benefit of memory safety. While Rust...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    tslib

    tslib

    Touchscreen access library

    C library for filtering touchscreen events. tslib consists of the library libts and tools that help you calibrate and use it in your environment. tslib runs on various hardware architectures and operating systems, including GNU/Linux, FreeBSD, or Android/Linux. Apart from building the latest tarball release, running ./configure, make, and make install, tslib is available from distributors like Arch Linux / Arch Linux ARM, Buildroot, Debian / Ubuntu, Fedora, or OpenSUSE and their package...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    Setup PHP in GitHub Actions

    Setup PHP in GitHub Actions

    GitHub action to set up PHP with extensions, php.ini configuration

    GitHub action to set up PHP with extensions, php.ini configuration, coverage drivers, and various tools. Setup PHP with required extensions, php.ini configuration, code-coverage support and various tools like composer in GitHub Actions. This action gives you a cross-platform interface to set up the PHP environment you need to test your application. Refer to Usage section and examples to see how to use this. Refer to the self-hosted setup to use the action on self-hosted runners. Operating...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Debian Respin iso (Unstable sid)

    Debian Respin iso (Unstable sid)

    Unofficial Debian Respin based on Unstable (sid)

    This Linux distribution runs completely from DVD or Flash disk and installable on a fixed disk, based on Debian Linux. Windows users are encouraged to use Rufus at https://rufus.ie to create Live USB.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 13
    LinuxGSM

    LinuxGSM

    The command-line tool for quick, simple deployment and management

    LinuxGSM is the command-line tool for quick, simple deployment and management of Linux dedicated game servers. Traditionally game servers are not easy to manage yourself. Admins often have to spend hours messing around trying to get their server working. LinuxGSM is a command-line tool designed to be as simple as possible, allowing admins to spend less time on management and more time gaming. LinuxGSM will run on popular distros as long as the minimum requirements are met. Each game server...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    ProxmoxVE Community Scripts

    ProxmoxVE Community Scripts

    Proxmox VE Helper-Scripts (Community Edition)

    A community-maintained collection of over 300 helper scripts designed to streamline setup and maintenance of Proxmox Virtual Environment (VE). Originally forked from tteck's repository, it provides automation for installations, backups, networking, storage management, and system optimizations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    OneinStack

    OneinStack

    OneinStack - A PHP/JAVA Deployment Tool

    This script is written using the shell, in order to quickly deploy LEMP/LAMP/LNMP/LNMPA/LTMP(Linux, Nginx/Tengine/OpenResty, MySQL in a production environment/MariaDB/Percona, PHP, JAVA), applicable to RHEL 7, 8, 9(including CentOS, RedHat, AlmaLinux, Rocky), Debian 9, 10, 11, 12, Ubuntu 16, 18, 20, 22 and Fedora 27+ of 64.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Ansible Role Jenkins

    Ansible Role Jenkins

    Ansible Role - Jenkins CI

    This Ansible role automates the installation and initial configuration of Jenkins CI on servers running RHEL/CentOS or Debian/Ubuntu. It handles installation via package, ensures required tools like curl and Java 8+ are present, and is structured to integrate smoothly into repeatable provisioning workflows. Changes made to the Jenkins systemd override.conf file; the default set of changes set the configured URL prefix, Jenkins home directory, Jenkins port and adds the configured Jenkins...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Gradle Ospackage Plugin

    Gradle Ospackage Plugin

    Gradle plugin for constructing linux packages

    The Gradle OS Package plugin builds native Linux packages (RPM and DEB) directly from your project, enabling repeatable, policy-compliant server distributions. It lets you define metadata like package name, version, dependencies, and maintainers, then map files from your build into filesystem locations with ownership and permissions. Pre-, post-install, and removal scripts are supported so services can be registered, caches warmed, or config migrated during upgrades. The plugin fits...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Zebra iOS

    Zebra iOS

    A Useful Package Manager for iOS

    A modern, fast, and powerful open-source package manager for jailbroken iOS devices. The easiest way to install Zebra is to visit Zebra on your iOS device. This will guide you through the installation process. Zebra requires a jailbroken iOS device. Jailbreaking is the process that gives you access to the tweaks, themes, and other tools you can install through Zebra. You can find out how to jailbreak at cfw.guide. Zebra and jailbreaks are always free. Anyone suggesting you can install Zebra...
    Downloads: 47 This Week
    Last Update:
    See Project
  • 19
    Dodger-Tools

    Dodger-Tools

    BASH tools and and Debian packages for Linux users and administrators

    The Dodger-Tools are a constantly growing collection of BASH tools and Debian packages for Linux users and administrators.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 20
    Debian Respin non-free iso

    Debian Respin non-free iso

    Renaming Flora Linux - with minimal non-free firmware

    Unofficial Debian Respin with several non-free firmware pre-installed. It provides full featured Desktop environment.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 21
    Parveshdhull AutoTyper

    Parveshdhull AutoTyper

    A Data Entry Tool for Windows and Linux

    Sometimes we have to write content in programs where copy-paste is not allowed, like in data entry software Notepad RT. There are many tools available online but almost all of them only provide trial versions. And requires big payment for continued access. And even if they are free, it is not wise to give complete access to a keyboard to any third-party software. So I wrote this simple-short python script that reads content from a text file then simulates keyboard typing. This Script works...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    kubectx

    kubectx

    Faster way to switch between clusters and namespaces in kubectl

    kubectx is a utility to manage and switch between kubectl contexts. kubectx supports Tab completion on bash/zsh/fish shells to help with long context names. You don't have to remember full context names anymore. kubens is a utility to switch between Kubernetes namespaces. kubens also supports Tab completion on bash/zsh/fish shells. There are several installation options. As kubectl plugins (macOS/Linux), macOS, Homebrew (recommended), MacPorts, Linux, Debian, Arch Linux, Homebrew, Manual...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    Q4OS

    Q4OS

    Efficient, Rock Stable Operating System

    Q4OS is a fast and friendly, desktop oriented operating system based on Debian Linux. It deploys Plasma, optionally Trinity, as desktop environment on top of Debian Linux rock stable base. The goal is to provide long-term supported system with a special emphasis on security. This is exactly what Debian base guarantees. We prefer the Debian development model to keep the core system as immutable as possible. It results in a reliable and stable system that you can definitely rely on. Thanks...
    Leader badge
    Downloads: 9,840 This Week
    Last Update:
    See Project
  • 24
    SparkyLinux

    SparkyLinux

    Lightweight & fast Debian-based Linux Distribution

    SparkyLinux is a GNU/Linux distribution created on the top of Debian GNU/Linux operating system. Sparky is fast, lightweight and fully customizable OS which offers a few versions for different users and different tasks. Sparky is in-between the distros that are beginner-friendly and those, that require some amount of Linux knowledge. Beginning Linux users are advised to consult the project forums regarding any issues or doubts.
    Leader badge
    Downloads: 4,024 This Week
    Last Update:
    See Project
  • 25
    IEC60870-5 101 tools library download

    IEC60870-5 101 tools library download

    IEC 101 Server and Client Simulator Source code Library, Win, Linux

    v21,06.012 IEC101 RTU Server Simulator, IEC101 Client Master Simulator, Static and Dynamic Libraries, Source Code Library. Driver for Windows, POSIX Linux, ARM , PowerPC, QNX & more * Make your RTU, protocol converter, Gateway, HMI, Data concentrator compatible with iec 101. * Download Free Evaluation Kit - IEC 60870-5-101 Development Bundle. * In the Bundle included IEC 101 Server & Client Simulator, Windows and Linux SDK, C# projects, Doxygen , Raspberry Pi, ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.