Showing 99 open source projects for "writing shell scripts"

View related business solutions
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 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 generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1

    contools

    console tools, batch scripts, shell scripts, shell tools, utilities

    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    jwscripts

    Jeremy Wakeman bash scripts

    Bash scripts that I've built over time to make easier tasks that I do often.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    CID

    CID

    Insert and manage Linux computers in AD

    CID (Closed In Directory) is a set of bash scripts for inserting and managing Linux computers in Active Directory domains. Modifications made to the system allow Linux to behave like a Windows computer within AD.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4

    GCMT

    Gentoo Cluster Managment Tools

    A collection of bash scripts to manage Gentoo System Images (GSIs), compute nodes, file servers and users on a Gentoo-based HPC cluster. GCMT works with PXE boot, dhcp, tftp, qmail, djbdns and tinydns, NIS, NFS, and TORQUE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5
    m23

    m23

    Your linux deployment tool!

    m23 is a free software distribution system (license: GPL), that installs (via network, starting with partitioning and formatting) and administrates (updates, adds / removes software, adds / removes scripts) clients with Debian, (X/K)Ubuntu and LinuxMint. It is used for deployment of Linux clients in schools, institutions and enterprises. The m23 server is controlled via a web interface. A new m23 client can be installed easily in only three steps. Group functions and mass installation...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    Muse: Middleware Universal Scripting idE

    Muse: Middleware Universal Scripting idE

    Automate: WebSphere; WebLogic; JBoss; Glassfish; Tomcat; Linux, WinRM

    Simplify... Aggregate... Automate... Simplify... *** OPEN SOURCE - GPL3/EPL. Use Python / Jython to automate WebSphere, WebLogic, JBoss, Glassfish and Tomcat Middleware Estates over JMX, both SSL and non-SSL + Linux SSH (agent-less) + WinRM Target all 5 servers, Linux and WinRM from the same workspace. Familiar Eclipse based Jython and Python Development IDE, pre-configured and ready to go. 4-Click Installer. Win x64, Linux WINE x64. Built-In JVM. Java 8/9/10, Amazon...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    ldapscripts

    Simple shell scripts to handle POSIX entries in an LDAP directory

    Ldapscripts are shell scripts that allow to manage POSIX accounts (users, groups, machines) in an LDAP directory. They may be used independently or automatically by Samba, to handle POSIX information within accounts before adding Samba information.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    thi-scripts

    thi-scripts are a framework to get help on the console

    thi-scripts are a set of scripts to get help on the console for entire processes with many different commands and plenty of options preconfigured. thi-scripts offer these commands to the user. The user then decides which commands to use. The console is always free. thi-scripts are a kind of super-man pages ...:)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    PHP Shell

    A shell terminal using just PHP

    A convenient interface to execute shell-commands or browse the filesystem on your remote web server. Similar to a telnet or SSH connection. Use it for administration and maintenance of your web site using commands like ps, cat, gunzip, and more. Additional website: https://phpshell.sourceforge.io/
    Downloads: 37 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 10
    oobash

    oobash

    Framework for bash 4

    oo-style framework for bash 4. It provides tools for rapid script development and huge libraries. Written in bash. Source and use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    debian10autoconfig

    A set of scrips for interactive Debian 10 configuration

    This is a set of scripts to make clear Debian 10 install a well equipped and protected computer class machine. Scripts provide: - easy network configuring and protection (ip, static arp entries, firewall rules, etc) - easy GRUB protection - interactive one button software installations - configuring DE and providing settings restorations and directory cleaning - automatic shutting down at night and much more Of course you may use not the whole script set, but only needed...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The FreeRC Project

    The FreeRC Project

    init, supervision, and service management suite + boot scripts

    FreeRC is an init suite consisting of boot scripts written in Lua and a small, fast, and portable init daemon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    RemoteScript
    Execute a script on single or multiple remote hosts simultaneously via ssh . No client installation required. Works on any host with a ssh server. Php/mysql based. New in V2 : Can wait that the host comes up to execute the script. Authentication : Supports local, SSO with Kerberos and Ldap. Support GLPI import of your hosts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    PLAT - Pegasus' Linux Admin. Tools

    a set of bash scripts that make life easier for Ubuntu users/admins

    This Project and it's sub projects are meant to make administration on Debian/Ubuntu based Servers & WorkStations easier on the following subjects: > Post Install Customization > System/user data Backup & Maintenance > Wordpress Site installation, Setup & maintenance > WordPress Site Migration/Duplication > Generation of WordPress Site-specific plugins
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    libinclude

    libinclude

    It is a shell library to import other shell scripts as libraries.

    As a library we consider a simple shell script containing function and/or variable definitions. Libinclude offers you the possibility to use those kind of libraries in a comfortable manner. The usage is very close to the syntax of python's import statement. Functions (FUNC) and variables (VAR) in a library (MYLIB) can be simply included, but also imported in their own namespace (MYLIB_VAR, MYLIB_FUNC). It also provides the import MYLIB as ALIAS and the from MYLIB import FUNC statement, like...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A collection of scripts to handle administrative tasks on FreeBSD.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    confmandb

    Configuration Management Database

    ConfManDB (CMDB) is a web based Configuration Management (CM) Database (DB) system designed to ease the automation of Linux system installation and configuration. The first OS supported by CMDB is CentOS 6.x. However CMDB has been coded to be as OS agnostic as possible. Support for other Linux distributions, OS X and possibly Windows maybe available in the future. CMDB is open source (under GPL v3) and leverages many other open source systems. CMDB scripts are written mostly in PHP and BASH....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    FreeBSD Port Tools

    Tools for developing and testing and submitting FreeBSD ports

    FreeBSD Port Tools consist of the several small scripts run from port(1) front-end: - port commit: commit a port into the FreeBSD Ports CVS Repository - port create: create a new port from a template - port diff: generate a diff against a previous version of the port - port fetch: fetch distfile(s) of a new version of the port - port getpr: get patch/shar from a PR - port help: display usage summary for port(1) commands - port install: install a port - port submit: submit a PR with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    RemoteProcessExplorer

    RemoteProcessExplorer

    Manage Remote Host Processes

    Remote Process Explorer - short RPE - is a small tool for all the admins outside with the need to manage clients immediately within one or more domains. With RPE the admin is able to view all the running processes on a client and of course kill them. RPE shows also the services and their state and start type, you are able to directly get to the c$ share or open a remote commandshell (winrs) and connect to the client via RDP. But that's not all, RPE will show errors and warnings of the past...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    10,001 Bash and Bourne Shell Scripts
    The project includes Bash and Bourne Shell utility scripts. Manual pages accompany some of the scripts. The goal of the project is to provide at least 10,001 useful scripts. The official source repository is located at https://github.com/textbrowser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    RoboCop RoboCopy

    RoboCop RoboCopy

    Unique Robocopy GUI Skin and script generator with Progress Monitoring

    RoboCop RoboCopy is a GUI skin and script generator for Robocopy.exe (Win NT Resource Kit). RoboCop RoboCopy is unlike any other robocopy script generator available. What makes this one different? Well in a nut shell the ability to monitor the progress of the robocopy job. RoboCop RoboCopy allows for real time monitoring of all its running robocopy jobs with the inclusion of: - Current speed in MBs, - Completion time, & - Real time progress bar indication. So why...
    Leader badge
    Downloads: 123 This Week
    Last Update:
    See Project
  • 22
    nsu

    nsu

    Bash scripts for network and system management and monitoring

    nsu provides a set of Bash scripts and associated files that can be used to help simplify and even automate regular tasks on a home server: * nsu * nsu.conf * nsu-lsof * nsu-nsloop * nsu-pingtest * nsu-pingtest.hosts.conf * nsu-readlog * nsu-syslog
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    mz

    mz

    Managing z - systems management of z/VM and Linux on the mainframe

    Mz is a set of bash scripts to do systems management of z/VM and Linux on System z (mainframe). A Linux system with the Mz RPM installed is an "Mz server". Other Linux systems under the same z/VM can be managed by this server. These are called "Mz clients", however, there is no special client code needed. The Secure Shell (SSH) is used for communication among Mz servers and clients.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Scripts for AIX

    Perl and shell scripts for AIX administration

    This project intends to gather various scripts I created for AIX administration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Scripts and tools to manage your Server.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB