Showing 235 open source projects for "perl script"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • Compliant and Reliable File Transfers Backed by Top Security Certifications Icon
    Compliant and Reliable File Transfers Backed by Top Security Certifications

    Cerberus FTP Server delivers SOC 2 Type II certified security and FIPS 140-2 validated encryption.

    Stop relying on non-certified, legacy file transfer tools that creak under the weight of modern security demands. Get full audit trails, advanced access controls and more supported by an award-winning team of experts. Start your free 25-day trial today.
    Start Free Trial
  • 1

    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    check_backuppc_shares

    Another Nagios plugin for BackupPC

    This bash-script checks that backups are not too old, that the last backup had no errors, that all shares and subshares exist in the data root directory, etc. This plugin and the "check_backuppc" check sligtly different things, and in different was. You can use both... Tested on: BackupPC 3.2.1 / Ubuntu 12.04 Should work in most similar systems i think. Let me know otherwise (create a ticket!). Installation is easy: Just put the check-script inyour nagios server, and the other...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    umlaute

    This script corrects vowel mutation (Umlaut) errors in filenames

    I have written this short script to correct vowel mutation (Umlaut) errors in filenames. This errors typically occur when you copy files to a system with UTF-8 charset from a system using another charset. One typical case is when a Windows-Client transfers files via FTP on a server using UTF-8. Such errors can't be corrected using convmv.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Datenhangar ist ein Perl Directory Listing Script das seinen Dienst als Downloadbase effizient verrichtet. Dabei ist es simpel aufgebaut und doch kann man leicht mit etwas CSS Wissen, das Design leicht aendern.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8 Monitoring Tools in One APM. Install in 5 Minutes. Icon
    8 Monitoring Tools in One APM. Install in 5 Minutes.

    Errors, performance, logs, uptime, hosts, anomalies, dashboards, and check-ins. One interface.

    AppSignal works out of the box for Ruby, Elixir, Node.js, Python, and more. 30-day free trial, no credit card required.
    Start Free
  • 5

    iWatch2

    A perl daemon to create a "timemachine" lookalike backup with Dirvish.

    A perl daemon loosely based on iWatch, used to create a "timemachine" lookalike backup with Dirvish. iWatch2 is based on iNotify. The daemon can monitor (and exclude) various sets of directories - defined in an XML file - and calls a command or script after a preset time passed (eg, starts a Dirvish backup after 1 hour). Of course not limited to execute Dirvish commands.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    mdbackup

    Fully automated backups to zfs backup hosts

    mdbackup is written in perl and basically goes off and connects to a bunch of remote servers (defined in a file called mdtab) via ssh or a smb mount, rsyncs the data to a location on your local zpool and then snapshots the deepest parent zfs filesystem. Another script renames snaps to preserve them as monthlies or annuals and another script purges the remainder of snaps based on a retention policy defined in that severs configuration file, normally 21 nighties, 12 monthly and 7 annuals. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Always more than one-way script based nms plugins. Nagios add-on project with plugins and tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    cpp4scripts
    A set of C++ classes that allow use of C++ as a scripting language instead of Perl, Bash, Java etc. Can be compiled on Windows and Linux. Excellent choice building complicated scripts, multi-platform make and installation scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    PurePostPro

    Post FTP upload script logging to database

    ...Coming soon will be a complementary application that will run as a daemon and scan the logging database on a regular basis. Specific processing/handling will be available on a per-user basis. The package includes all documentation and scripts to help set up the MySQL database. The script is easy to configure for your own needs. Some Perl DBI knowledge is useful if you intend to modify the script, but not essential.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | 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
  • 10

    Xymon Monitor for Vmware ESXi

    External script for Xymon server to query an ESXi

    Queries an ESXi for all essential data and populates the appropriate columns using esxcli, VIPerl, vMA, SNMP, and maybe something more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    CPU Balance

    User-based CPU quota tool

    CPU Balance is a Perl script to balance the CPU usage among users. It will allocate CPU resource to each user equally only by the command renice, no matter how many processes/threads a user runs. ################ # Basic Renice Goal ################ 1. User-based balance: every user get the same cpu percentage if they ask for more; 2. all the jobs of one user has the same NI; 3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MultiWOL
    MultiWOL is a Perl CGI script for power up computers remotely that designed with multiuser environment in mind. MultiWOL offers capability of waking up multiple hosts simultaneously with automatic check that remote host has or may has not awoken.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Recursive LDD

    Recursive implementation of List Dynamic Dependencies (LDD)

    Recursive LDD (recursive-ldd) is a Perl script that allows displaying a tree-like hierarchy of shared library dependencies. The script calls on the standard Linux ldd utility in a recursion for every listed binary and library. It completes running when no matches are found in the current branch. It can also print unique values only as well as environment variables that affect the loading of libraries: LD_LIBRARY_PATH and LD_PRELOAD.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    dhcp-gen

    dhcpd.conf generator

    dhcp-gen is a perl script that was written by me and Trond Erik Dalho to simplify editing dhcpd.conf for adding static ip to computers and equipment on our school. It also made it easier to do manage the network by limiting some computers access to the local network only. Creating closed networks. And it also worked as a database over all our computers and equipment, making it easier to keep track of everything.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    SSS is a Simple SOCKS Server written in perl that implements the SOCKS v5 Protocol Dutch: Met dit script kun je je eigen SOCKS v5 proxy server opzetten!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    CCFE is a simple tool to quickly supply an interactive screen-oriented interface to command line scripts and commands. It also provides a menu system to hierarchically organize them and a viewer to browse their output. It provides: * A generic curses form-based interface to enter options and arguments required by scripts/commands; * A menu system to hierarchically organize them; * A viewer to browse the standard output and standard error of invoked script/command. In its...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The Universal Unix-Installer are 2 perl scripts that makes it easy to create a redistributable install package for binary executables on an unix platform(except Mac OSX). 1 perl script is for gathering the .so files 1 perl script for installing
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Perl script to close a TCP connection under Linux, whatever its state is (half-open, established, waiting or closing state).
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    Perl in bash script High availability Fail over Cronjob script. If you like the script, donate to keep the development moving. if i'm not responding on this site. check https://sourceforge.net/projects/bashlinux/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    For security reason you should remove all users and groups not used on a linux-system. This script will help you to find out which ones.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    PBS Job Seer is a program which analyses the state of a PBS/Maui batch system and automatically generates a batch script for MPI jobs which would then be able to start immediately.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Install Perl Module Script : Free Script to Install Perl modules to our system. This is an automated script developed in Perl to install Perl modules and all of its dependent modules with in a single step. Geo Varghese
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    A package of scripts to watch for snort alerts, change / create firewall rules to block high priority alerts, and record recent blocks. It will increase block times based on previously recorded blocks
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Witchxtool is a perl script that consists of a port scanner, LFI scanner, MD5 bruteforcer, dork SQL injection scanner, proxy fresh scanner, yahoo pass checker
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    MuninLite is a single Bourne Shell script that implements the Munin protocoll as well as some Linux specific plugins. The motivation for developing MuninLite was to provide a simple Munin Node, using inetd on systems without a full featured Perl.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB