Search Results for "linux file managers" - Page 4

Showing 358 open source projects for "linux file managers"

View related business solutions
  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
  • 1
    Mattermost

    Mattermost

    Mattermost is an open source platform for secure collaboration

    One integrated platform for all of your team messaging, collaborative workflows and project management needs. Work together effectively with real-time communication, file and code snippet sharing, in-line code syntax highlighting, and workflow automation purpose-built for technical teams. Keep everyone on the same page while prototyping your latest innovation, or simply planning sprints or managing production incidents. Execute and automate workflows with flexible, custom integrations...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Create Go App CLI

    Create Go App CLI

    Create a new production-ready project with backend, and frontend

    Create a new production-ready project with backend, frontend and deploy automation by running one CLI command! Focus on writing code and thinking of business-logic! The CLI will take care of the rest. Next, open the generated Ansible inventory file (called hosts.ini) and fill in the variables according to your server configuration. And you're ready to automatically deploy this project. If you don't want to install Create Go App CLI to your system, you feel free to using our official Docker...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Amazon Elastic Container Service RPM

    Amazon Elastic Container Service RPM

    Amazon Elastic Container Service RPM

    ... from the Amazon ECS Container Agent are available at /var/log/ecs/ecs-agent.log. The Amazon ECS RPM makes the Amazon ECS Container Agent introspection endpoint available at http://127.0.0.1:51678/v1. Configuration for the Amazon ECS Container Agent is read from /etc/ecs/ecs.config. All of the configurations in this file are used as environment variables of the ECS Agent container. Additionally, some configurations can be used to configure other properties of the ECS Agent container.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Whalebrew

    Whalebrew

    Homebrew, but with Docker images

    ... (e.g. where commands must start instantly). It works particularly well for a Python app that requires C libraries, specific package versions, and other CLI tools that you don't want to clutter up your machine with. Package managers tend to be very closely tied to the system they are running on. Whalebrew packages work on any modern version of macOS, Linux, and Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • 5
    gopass

    gopass

    The slightly more awesome standard unix password manager for teams

    ... largely avoid the command line - if you want. gopass can operate without any dependencies but most users will use it with gpg and git. An external editor is required to use gopass edit. The same user experience on Linux, MacOS, *BSD or Windows. Built from our experience working in distributed development teams.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    timoni

    timoni

    Timoni is a package manager for Kubernetes, powered by CUE

    Timoni is a package manager for Kubernetes, powered by CUE and inspired by Helm. The Timoni project strives to improve the UX of authoring Kubernetes configs. Instead of mingling Go templates with YAML like Helm, or layering YAML on top of each-other like Kustomize, Timoni relies on cuelang's type safety, code generation and data validation features to offer a better experience of creating, packaging and delivering apps to Kubernetes. Note that Timoni in under active development and is still...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    gosec

    gosec

    Golang security checker

    A project devoted to secure programming in the Go language. Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. You can integrate third-party code analysis tools with GitHub code scanning by uploading data as SARIF files. The workflow shows an example of running the gosec as a step in a GitHub action workflow that outputs the results.sarif file. The workflow then uploads the results.sarif file to GitHub using...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    go-fastdfs

    go-fastdfs

    Go-fastdfs is a simple distributed file system

    Provide users with the simplest, reliable and efficient distributed file system. There are many open source distributed files and powerful functions. Solve the complex problems of software architecture. Solve the problem of deployment and maintenance of Yunwei. Solve the complex problem of use. go-fastdfs is a distributed file system based on the http protocol. It is based on the design concept of avenue to simplicity. Everything is simple to design, making its operation and expansion easier...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Pget

    Pget

    The fastest, resumable file download client

    Multi-Connection Download using parallel requests. This program comes with no warranty. You must use this program at your own risk.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
  • 10
    Infracost

    Infracost

    Cloud cost estimates for Terraform in pull requests

    ... and managers with different scenarios. Infracost supports over 230 Terraform resources across AWS, Azure and Google. Other IaC tools, such as Pulumi, AWS CloudFormation/CDK and Azure ARM/Bicep are on our roadmap. Infracost can also estimate usage-based resources such as AWS S3 or Lambda! Infracost has many CI/CD integrations so you can easily post cost estimates in pull requests. This provides your team with a safety net as people can discuss costs as part of the workflow.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    go-libp2p-kad-dht

    go-libp2p-kad-dht

    A Kademlia DHT implementation on go-libp2p

    A Go implementation of libp2p Kademlia DHT specification. Client-side optimizations are described in optimizations.md.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Afero

    Afero

    A FileSystem abstraction system for Go

    ... provides significant improvements over using the os package alone, most notably the ability to create mock and testing filesystems without relying on the disk. It is suitable for use in any situation where you would consider using the OS package as it provides an additional abstraction that makes it easy to use a memory backed file system during testing. It also adds support for the http filesystem for full interoperability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    revive Static Code

    revive Static Code

    6x faster, stricter, configurable, and extensible

    Fast, configurable, extensible, flexible, and beautiful linter for Go. Drop-in replacement of golint. Revive provides a framework for the development of custom rules, and lets you define a strict preset for enhancing your development & code review processes. Fast & extensible static code analysis framework for Go. Allows us to enable or disable rules using a configuration file. Allows us to configure the linting rules with a TOML file. 2x faster running the same rules as golint. Provides...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    JuiceFS

    JuiceFS

    JuiceFS is a distributed POSIX file system built on top of Redis

    A POSIX, HDFS and S3 compatible distributed file system for cloud. JuiceFS is designed to bring back the gold-old memories and experience of file systems in local disks to the cloud. JuiceFS is POSIX compliant and is fully compatible with HDFS and S3. Cloud app building or migrating, file sharing cross-geo and cross-cloud has become easier than ever before. Whether it's a public cloud, private cloud, or hybrid cloud, JuiceFS is available on any cloud of your choice and delivers flexibility...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    dyff

    dyff

    diff tool for YAML files, and sometimes JSON

    A diff tool for YAML files, and sometimes JSON. dyff is inspired by the way the old BOSH v1 deployment output reported changes from one version to another by only showing the parts of a YAML file that changed. Similar to the standard diff tool, it follows the principle of describing the change by going from the input file to the target to the input file. Input files can be local files (filesystem path), remote files (URI), or the standard input stream (using -).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    c2go

    c2go

    A tool for transpiling C to Go

    A tool for converting C to Go. The goals of this project are to create a generic tool that can convert C to Go. To be cross platform (linux and mac) and work against as many clang versions as possible (the clang AST API is not stable). To be a repeatable and predictable tool (rather than doing most of the work and you have to clean up the output to get it working.) To deliver quick and small version increments. The ultimate milestone is to be able to compile the SQLite3 source code and have...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    direnv

    direnv

    Unclutter your .profile

    direnv is an extension for your shell. It augments existing shells with a new feature that can load and unload environment variables depending on the current directory. Before each prompt, direnv checks for the existence of a .envrc or .env file in the current and parent directories. If the file exists (and is authorized), it is loaded into a bash sub-shell and all exported variables are then captured by direnv and then made available to the current shell. If both .envrc and .env files exists...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Official Blockfrost SDK Client

    Official Blockfrost SDK Client

    Golang SDK for Blockfrost.io

    Golang SDK for Blockfrost.io. To use this SDK, you first need to log in to blockfrost.io, create your project and retrieve the API token.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Gitql

    Gitql

    A git query language

    Gitql is a Git query language. You can access the releases page and just grab the binary. If you want to compile itself just run go build. Gitql binary uses the embed file version.txt to outputs the gitql version command. On every release, the file content is replaced by the correct tag or git commit sha.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    EdgeUR

    EdgeUR

    Edge Gateway + Storage deal making using Delta

    ... needs to upload via HTTP but the edge node will transfer the file over to a delta node to make deals.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    PLEX

    PLEX

    Plex Lab Exchange. Client for running scientific workflows

    Build highly reproducible container workflows on top of a decentralized computing network. PLEX is using distributed computing and storage to run containers on a public network. Need GPUs? We got you covered. Every tool in PLEX has declared inputs and outputs. Plugging together tools by other authors should be easy. Every file processed by PLEX has a deterministic address based on its content. Keep track of your files and always share the right results with other scientists. PLEX is a simple...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Helmsman

    Helmsman

    Helm Charts as Code

    Helmsman is a Helm Charts (k8s applications) as Code tool that allows you to automate the deployment/management of your Helm charts from version-controlled code. Helmsman uses a simple declarative TOML file to allow you to describe a desired state for your k8s applications as in the example toml file. Alternatively YAML declaration is also an acceptable example YAML file. Helmsman sees what you desire, validates that your desire makes sense (e.g. that the charts you desire are available...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    jqp

    jqp

    A TUI playground to experiment with jq

    ... with a configuration file. By default, jqp will search your home directory for a YAML file named .jqp.yaml. A path to a YAML configuration file can also be provided to the --config command line flag. If a configuration option is present in both the configuration file and the command line, the command line option takes precedence.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    transfer.sh

    transfer.sh

    Easy and fast file sharing from the command-line

    Easy and fast file sharing from the command-line. This code contains the server with everything you need to create your own instance. Transfer.sh currently supports the s3 (Amazon S3), gdrive (Google Drive), storj (Storj) providers, and local file system (local). For easy deployment, we've created a Docker container. For the usage with a AWS S3 Bucket, you just need to specify the following options, provider, aws-access-key, aws-secret-key, bucket, and s3-region. If you specify the s3-region...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Lima

    Lima

    Linux virtual machines, with a focus on running containers

    Lima launches Linux virtual machines with automatic file sharing and port forwarding (similar to WSL2).
    Downloads: 0 This Week
    Last Update:
    See Project