Search Results for "ubuntu software" - Page 2

Showing 418 open source projects for "ubuntu software"

View related business solutions
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • 1
    Breeze

    Breeze

    Deploy a Production Ready Kubernetes Cluster with graphical interface

    ... image (wise2c/playbook). It also works as a local RHEL/CentOS yum and Ubuntu apt repository server. You just need a linux server with docker and docker-compose installed to run Breeze.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    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 is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    clib

    clib

    C package manager-ish

    Package manager for the C programming language. Expects libcurl to be installed and linkable. Basically, the lazy-man's copy/paste promotes smaller C utilities, also serving as a nice way to discover these sort of libraries. From my experience C libraries are scattered all over the web and discovery is relatively poor. The footprint of these libraries is usually quite large and unfocused. The goal of clibs is to provide stand-alone "micro" C libraries for developers to quickly install...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Pwntools

    Pwntools

    CTF framework and exploit development library

    Pwntools is a CTF framework and exploit development library. Written in Python, it is designed for rapid prototyping and development, and intended to make exploit writing as simple as possible. Whether you’re using it to write exploits, or as part of another software project will dictate how you use it. Historically pwntools was used as a sort of exploit-writing DSL. Simply doing from pwn import in a previous version of pwntools would bring all sorts of nice side-effects. This version imports...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
  • 5
    git-auto-commit Action

    git-auto-commit Action

    Automatically Commit changed Files back to GitHub

    Automatically Commit changed Files back to GitHub with GitHub Actions for the 80% use case. A GitHub Action to detect changed files during a Workflow run and to commit and push them back to the GitHub repository. By default, the commit is made in the name of "GitHub Actions" and co-authored by the user that made the last commit. Note that the Action has to be used in a Job that runs on a UNIX system (e.g. ubuntu-latest). If you don't use the default permission of the GITHUB_TOKEN, give the Job...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    AWS Lambda NodeJS Runtime Interface

    AWS Lambda NodeJS Runtime Interface

    Extend your preferred base images to be Lambda compatible

    We have open-sourced a set of software packages, Runtime Interface Clients (RIC), that implement the Lambda Runtime API, allowing you to seamlessly extend your preferred base images to be Lambda compatible. The Lambda Runtime Interface Client is a lightweight interface that allows your runtime to receive requests from and send requests to the Lambda service. The Lambda NodeJS Runtime Interface Client is vended through npm. You can include this package in your preferred base image to make...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Mobly

    Mobly

    E2E test framework for tests with complex environment requirements

    Mobly is a Python-based test framework that specializes in supporting test cases that require multiple devices, complex environments, or custom hardware setups. P2P data transfer between two devices. Conference calls across three phones. Wearable device interacting with a phone. Internet-Of-Things devices interacting with each other. Testing RF characteristics of devices with special equipment. Testing LTE network by controlling phones, base stations, and eNBs. Mobly can support many...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Django RQ

    Django RQ

    A simple app that provides django integration for RQ

    A simple app that provides django integration for RQ (Redis Queue). Django integration with RQ, a Redis-based Python queuing library. Django-RQ is a simple app that allows you to configure your queues in django's settings.py and easily use them in your project. Django-RQ allows you to easily put jobs into any of the queues defined in settings.py. You can provide your own singleton Redis connection object to this function so that it will not create a new connection object for each queue...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Setup PHP in GitHub Actions

    Setup PHP in GitHub Actions

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

    ... systems based on the above Ubuntu and Debian versions are also supported on best effort basis. If the requested PHP version is pre-installed, setup-PHP switches to it, otherwise it installs the PHP version. Specific versions of extensions available on PECL can be set up by suffixing the extension's name with the version. This is useful for installing old versions of extensions that support end-of-life PHP versions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The next chapter in business mental wellness Icon
    The next chapter in business mental wellness

    Entrust your employee well-being to Calmerry's nationwide network of licensed mental health professionals.

    Calmerry is beneficial for businesses of all sizes, particularly those in high-stress industries, organizations with remote teams, and HR departments seeking to improve employee well-being and productivity
  • 10
    MailSlurper

    MailSlurper

    Local, web-based mail server application. Slurp mails into oblivion!

    ... those emails into a database for you to view at your leisure. The following are general instructions for compiling MailSlurper. Your details may vary a bit here and there. The below example is based on a Unix-style system, such as Ubuntu or OSX. Furthermore, for instructional purposes, it is assumed that your GOPATH is set to ~/code/go, and that you have a folder in your source directory called github.com. Your setup may vary.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Pyre

    Pyre

    Performant type-checking for python

    Built from the ground up to support gradual typing and deliver responsive incremental checks. Performant on large codebases with millions of lines of Python. Designed to help improve code quality and development speed by flagging type errors interactively in your terminal or live in your favorite editor. Follows the typing standards introduced in PEPs 484, 526, 612, and is being actively developed and constantly improved. Pyre ships with Pysa, a security focused static analysis tool we've...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Proxygen

    Proxygen

    A collection of C++ HTTP libraries including an easy to use HTTP serve

    ... tested on Ubuntu 18.04 and Mac OSX although it likely works on many other platforms. The central abstractions to understand in proxygen/lib are the session, codec, transaction, and handler. These are the lowest level abstractions, and we don't generally recommend building off of these directly. When bytes are read off the wire, the HTTPCodec stored inside HTTPSession parses these into higher-level objects and associates with it a transaction identifier.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Termshark

    Termshark

    A terminal UI for tshark, inspired by Wireshark

    ... to a single executable on each platform - downloads available for Linux, macOS, BSD variants, Android (termux) and Windows. Termshark is pre-packaged for the following platforms: Arch Linux, Debian (unstable), FreeBSD, Homebrew, MacPorts, Kali Linux, NixOS, SnapCraft, Termux (Android) and Ubuntu.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14

    Ubuntu Live Epic Miner

    Ubuntu Live Image Template for the Epic CPU Miner

    ... Cubic 3. Save image, copy it to DVD/USB (e.g. with Brasero/Startup Disk Creator) and use custom image to boot from DVD or USB. Original source of the Ubuntu image: https://releases.ubuntu.com/20.04.6/ Original source of the mining software: https://epic.tech/downloads/#linux No further ingredients. More on EPIC: http://epicentral.io
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Ubuntu-Business-Desktop (LXC)

    Ubuntu-Business-Desktop (LXC)

    Ubuntu LXQT - LXC Template for Proxmox

    This is a LXC-Template witch can be used for a company or private. It's an adapted Ubuntu with x2go-Terminalserver and Webmincontrol. It's easy to control the system with webmin. You never must use the terminal. Try it!
    Downloads: 27 This Week
    Last Update:
    See Project
  • 16
    aptly

    aptly

    Debian repository management tool

    Aptly allows you to mirror remote repositories, manage local package repositories, take snapshots, pull new versions of packages along with dependencies, and publish as Debian repository. You can try it right now for free, aptly is available both as CLI tool and HTTP REST service. Quickly serve published snapshots over HTTP. Take and update mirrors of any Debian/Ubuntu remote repository. At any point in time, take a snapshot of the mirror to fix the current set of packages. Merge two or more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Bakeware

    Bakeware

    Compile Elixir applications into single, easily distributed executable

    Compile Elixir applications into single, easily distributed executable binaries. Bakeware extends Mix releases with the ability to turn Elixir projects into single binaries that can be copied and directly run. No need to install Erlang or untar files. The binaries look and feel like the build-products from other languages. Since everything was written quickly and the integration is fairly straightforward, we recommend that you take a look at the examples. The examples are bare bones Elixir...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Max Auto Clicker

    Max Auto Clicker

    Download Max Auto Clicker for free, the fastest Mouse Auto Clicker

    Max Auto Clicker is a free and easy-to-use software that can be used to simulate and automate mouse clicks. It is a cross-platform application that is available on Microsoft Windows and Linux operating systems, and features an easy-to-use interface. With Max Auto Clicker, users can set the mouse button to left click, right click, or middle click, as well as the click type (single click, double-click, or hold-click) and the speed between clicks in milliseconds. This software can be used...
    Leader badge
    Downloads: 4,462 This Week
    Last Update:
    See Project
  • 19
    MakuluLinux

    MakuluLinux

    Hybrid Based Distribution.

    ... of the box and also feature packed. Unlike many other Distro developers out there, We don’t simply download a Ubuntu, mint or Debian iso and slap some themes on and out comes a release. We have our own Bases that we spent years developing We hope your time with Makulu is an enjoyable one, and please remember that should you need assistance, guidance or want to provide feedback, you can do so Via the Forums or even pop into our live Chat room. We always like hearing from users.
    Leader badge
    Downloads: 1,227 This Week
    Last Update:
    See Project
  • 20
    Rhino Linux

    Rhino Linux

    Ubuntu-Based, Rolling Release w/ Pacstall & XFCE at its core

    ... is used for its stable and rock-solid base. Pacstall, our package manager of choice, will always provide the latest software, even those unavailable in the Ubuntu repositories, and our custom XFCE configuration provides a unique and modern experience, so that you can begin using your computer, immediately.
    Leader badge
    Downloads: 796 This Week
    Last Update:
    See Project
  • 21
    Dolibarr ERP - CRM

    Dolibarr ERP - CRM

    Open source ERP and CRM web software for business

    Dolibarr ERP - CRM is an easy to use ERP and CRM open source software package (run with a web php server or as standalone software) for businesses, foundations or freelancers (prospect, invoicing, inventory, warehouse, order, shipment, POS, members for foundations, bank accounts...). Dolibarr is also available with auto-installers for users with no technical knowledge to install Dolibarr and all its prerequisites (Apache, Mysql, PHP) with just one package. Available platforms for such packages...
    Leader badge
    Downloads: 2,671 This Week
    Last Update:
    See Project
  • 22
    LxPup - Puppy Linux + LXDE

    LxPup - Puppy Linux + LXDE

    Puppy Linux with the LXDE desktop environment

    LxPup is a version of Puppy Linux using the LXDE desktop environment and is an updated “descendent” of loukitchou’s LxPup13.01. LxPup offers the Openbox window manager, LxPanel panel manager and PCManFM file manager. There are various "flavours" of LxPup some built as derivatives of official Puppy Linux builds (based on Slackware and Ubuntu components) and one a new woof-ce build (Slackware based). The various flavours offer different kernels and access to the software repositories...
    Leader badge
    Downloads: 1,200 This Week
    Last Update:
    See Project
  • 23
    RocksCuster Local Installation Server

    RocksCuster Local Installation Server

    Rockscluster Linux VirtualBox Install Server

    Rocks Cluster Linux Install Server is a ova virtualbox image witch contain all of the rolls available on Rocksclusters website for easy installation. Like Local install mirror to reduce installation time and saves you bandwidth. The project is a ubuntu virtual machine with DHCP enable that is contain all the rolls. You only need to download "kernel-7.0-0.x86_64.disk1.iso" whitch is a bootable iso to start your frontend node. The "kernel-7.0-0.x86_64.disk1.iso" is available as iso...
    Leader badge
    Downloads: 1,401 This Week
    Last Update:
    See Project
  • 24
    KB1OIQ - Andy's Ham Radio Linux

    KB1OIQ - Andy's Ham Radio Linux

    Install ham radio software on your favorite flavor of Ubuntu Linux

    Version 21 - last version to support 32-bit Version 25a: 05-May-2023 (xfce4) 64-bit, Xubuntu 22.04.0 Version 26: 04-Aug-2024 (installation script) Version 26 ======== Version 26 can theoretically be run on any flavor of Ubuntu Linux. An installation script installs the ham radio software on top of whatever you're running. The approach is entirely different from previous versions. There are no remastered versions available in version 26. To compile the source code, 8GB of memory...
    Leader badge
    Downloads: 732 This Week
    Last Update:
    See Project
  • 25
    DragonOS_Pi64

    DragonOS_Pi64

    SDR Focused Distribution for the Raspberry Pi

    ***** Requires a 32GB or larger SD card ****** Default Username = ubuntu Default Password = dragon Recommend running the SDRPlay API installer located under "other". DragonOS Pi64 is an out-of-the-box 22.04 aarch64 Raspberry Pi based operating system for anyone interested in software defined radios. All source installed software is located in the /usr/src directory while the remaining software was installed by package managers. Should support: HackRF RTLSDR Airspy LimeSDR Ettus/USRP BladeRF...
    Leader badge
    Downloads: 533 This Week
    Last Update:
    See Project