Showing 7986 open source projects for "gnu/linux"

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
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 1
    Honeyd2MySQL

    Honeyd2MySQL

    Utility to move honeyd.log entries to a MySQL database.

    This is yet another simple piece of software that extracts all the basic stats from honeyd’s text-based log files and inserts them in a MySQL database. Then you can run some queries and of course visualize the data if you want to. Many things are hardcoded or dead simple, but it does the job. The file is a modified version of “honeyd_importer” perl script originally writen by Joshua Gimer and shared through “honeypots” mailing list.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    SVDetect
    A tool to identify genomic structural variations from paired-end and mate-pair sequencing data
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Sendpage sends alphanumeric messages to pagers or SMS phones. The server dials paging centrals or SMS centers, and communicates via the TAP or UCP protocol. Sendpage runs as an SNPP daemon with queue-management, multiple modems, and email notification.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    nVentory is a Ruby on Rails application to manage inventory in multiple datacenters. Manage server functionality assignment, customer/server assignment, racking, and more. Track which servers are doing what, and where they are in your datacenters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 5

    amDesktop

    Desktop toolbar and tools for bare X environment

    For Italians: visit the project website at: http://amdesktop.sourceforge.net/ amDesktop is designed to complete environment with very light window manager (jwm, for example) with a set of widget: 1) an applicantion panel, icons supported and customizable. 2) a GUI wireless 3g connection enabler 3) a network manager No resident program will be on your RAM: this is the mail goal of the project but it is also a disadvantage because of the latency... You have to install several...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A multithreaded NNTP transport designed to transfer Usenet articles as quickly as possible between a local server (supports INN, s-news and sn) and multiple remote servers, with score-based killfiling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Ph_comp

    Image upload software designed for camera club competitions

    Using a simple htaccess security system, enables known members to log in to a website and upload images together with the image titles and other required information. Administrators may then download all the images together with a spreadsheet containing the relevant information about each image. Users of this software may also be interested in using the Flexishow application ( https://sourceforge.net/projects/flexishow/ ) to run a slideshow of the downloaded images using the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    ArduinoPERL

    Linux version of arduinophp

    CONTROL ARDUINO WITH PERL * PROJECT DISCONTINUED *
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    passphrase-generator

    Generate a set of random passphrases for you to choose from.

    Easy to use command line based strong passphrase generator. Implemented as a self contained perl script that should work on many unix like systems. The passphrase-generator defaults to only 3 words instead of the 4 suggested by XKCD, but uses a larger dictionary found in many unix like systems at /usr/share/dict/words. It also provides estimates for the entropy of the generated passphrases. The randomization is based on /dev/urandom and SHA1. See http://xkcd.com/936/ for an...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 10
    This is an Oracle EM management plug-in for MySQL. It can be used to monitor MySQL database in OEM environment. We are also on Google Code: http://code.google.com/p/mysql-emx/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    REAP is an intelligent tutoring system that teaches English as a Second Language vocabulary in context. It provides students with web documents that follow specific constraints such as difficulty level, topic, length.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Filtokai

    Filtokai permet de limiter l'utilisation de sa bande passante

    Filtokai est un système permettant d’attribuer un quota à nos utilisateurs afin d’éviter qu’ils téléchargent sur notre réseau. L’idée est la suivante : on met en place le filtrage, l’utilisateur dispose d’un certain quota pour 24 heures, si l’utilisateur dépasse ce quota, il est banni du réseau définitivement pour tout le reste de la journée.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    segment

    Solve the Viterbi algorithm in a data stream

    It is often necessary to assign a series of discrete values to continuosly variable data sequenced by time, position, etc., thereby parsing the data into fewer and larger segments of variable width. The 'segment' utility takes an input data stream as a Hidden Markov Model and applies the Viterbi algorithm to find the most likely segmentation path through the data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    slurp

    IO buffering in parallel environments with large files

    'slurp' and 'glurp' are related utilites that help with buffering of file input and output (IO) in parallel environments with large files. They read and write files using a much larger buffer than typical system and program defaults.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    smooth

    Wavelet smoothing in a data stream

    It is often necessary to smooth high frequency fluctuations out of data streams sequenced by time, position, etc. The 'smooth' utility applies such smoothing using the wavelet algorithm. This implementation of wavelet smoothing was optimized for use in a data stream. It was adapted from HMMSeg Wavelet.Java by Thomas E. Wilson, University of Michigan. HMMSeg Wavelet.Java was written by Andrew Hemmaplardh, University of Washington. http://noble.gs.washington.edu/proj/hmmseg/ ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    cPingProbe

    cPingProbe

    Continuous multi-platform multi host pinging tool.

    cPingProbe is a multiplatform (Windows, Linux, mac OS, Solaris) multi host pinging tool that would continuously record your RTT from pinging machine and would notify on any discrepancy from normal trend. Its a great resource friendly tool that would do it task without starving other application of system resources. Currently it supports 3 protocol methods to test host round trip time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Forerunner X01 Toolkit
    ForeRunner X01 toolkit provides an easy access to Forerunner 201/301/305/305E GPS-units. There are multiple command line tools to read data from GPS into database and tools to export data in different formats like gpx and tcx.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Storyteller

    TAL effectors DNA-binding site predictions

    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    tinyHeb is a Web application for midwives in Germany to do the legal accounting with the health insurance companies. tinyHeb can produce paper and electronic bills, and meets the legal requirements of §301a, §302 SGB V, resp.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    hex2lorem

    Perl code that converts hex to string of english words

    Inspired by Paperkey as a means to make hex into something human-friendly so you can convert it back into digital easily. md5 (32 hex digits) convert into 8 english words, while sha1 (40 hex digits) convert into 10, which ain't bad! eg: $ ls | md5sum 52ec5c3ac9cf1f0f75638b11856be430 *- $ ls | md5sum | hex2lorem fellowships gamesmanship sexiest cantona interceded metalled madrigalists thickset $ echo -n "fellowships gamesmanship sexiest cantona interceded metalled...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    am_utils

    Linux utils by AM

    una serie di piccoli/grandi script e programmini di supporto alla vita linux e la sua shell. * acpiStat (visualizza stato alimentazione batteria e risorse memoria) * backup.sh (script bash di backup per partizioni LVM con supporto crittografia e backup incrementali) * makecd.sh e makedvd.sh (con un comando masterizza quello che ti pare!) * netload (aluta il carico di rete di una interfaccia) * title.sh (modifica il titolo della finestra xterm) * xinfo (usa osd_cat per visualizzare a schermo in modo continuo statistiche di sistema) * myOrphan (usa deborphan e genera un report HTML) * altro ancora...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    daCode & wmCoinCoin
    daCode was a news engine written in PHP. daCode focused on modularity and speed/performance. Features include themes, user authentication, multi-language support, a cache system, a templates system, and much more. wmCoinCoin was developped as a standalone client to access the discussion board (Tribune Libre) of dacode. It is still updated to keep compatibilty with new features introduced in new versions of LinuxFr and other board engines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Panlingual lexicographic database. Web- and API-accessible service translates words among all languages and gives semantic and grammatical information. Usable for messaging, search, localization, and research. See also http://panlex.org.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    TARDIS

    Personal Data Backup

    Here's a 'set it and forget it' backup system which might look rather familiar to the backup solution supplied with a certain well-known fruit based computer.It comes with a configuration interface for KDE's plasma desktop, but it will run on anything else if you're prepared to do some config yourself. Please see the WIKI for installation instructions Thanks to Mike Vaughn, there is now an Ubuntu PPA for installing TARDIS: https://launchpad.net/~mikevaughn/+archive/omnilinux/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    CourseSync

    CourseSync

    Auto-Downloading Course Manager for BITS Pilani Hyderabad Campus

    The program automatically synchronizes (one way) the course related work from the course management system to desktop, all the user needs to do is to add the courses he wishes to follow, and as and when required run the sync function and it will automatically download the lectures that have so far not been downloaded and also re download those that have been deleted.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB