Showing 195 open source projects for "bash script"

View related business solutions
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1
    This is a very simple bash script that can aid in the task of registering multiple VMs in an ESX/ESXi environment. The script is meant to take advantage of the existing built in tools of VMware's ESX. v001 - ESX v002 - ESXi
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    dpkglist.awk is a command-line tool for querying available packages on ubuntu and debian systems. It overlaps with the standard apt-cache utility, but, written in simple awk, it is easily extensible, and makes it easy to write one-line scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    flizbox

    Seedbox Install Script for Dedi's (OVH, Kimsufi 2g etc..)

    ...Tested 100% working on 64-bit versions of:- - Debian 6 - Ubuntu 12.10 Server - Ubuntu 12.04 Server - Ubuntu 11.10 Server - Ubuntu 11.04 Server - Ubuntu 10.04 Server This script is for a single seedbox user only. How to use:- After a fresh Linux install, log in as the ROOT USER using the password they give you into SSH and paste the following lines in turn:- wget http://sourceforge.net/projects/flizbox/files/flizbox-v7.sh bash flizbox-v7.sh Sorry, I no longer have time to update this project.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    A Bash script for downloading and installing additional Clamav definition files.
    Downloads: 1 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 5

    Face Down

    Facebook Cookie / Session Hijack Script

    Face Down | is a Facebook Cookie / Session Hijack Bash (sh) script that depends on two well know sniffers (Ettercap) and (TShark) "the Terminal based version of (Wireshark)" ,the basic job that it does is that it sniff the cookies all over the (HTTP) protocol all over the network. This script was made as a POF (proof of concept) script for school project. KEEP IN MIND THAT: This tool/script is meant only for educational purposes on user's own computer/network or computers/networks the user has permission of owner thereof to use the tool/script on. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    rsynbck

    Backup system rsync based

    The first version of rsynbck is just a a bash script using rsync command (just for linux systems) and some graphic utilities to make a simple backup of your files on a Linux system, however it will be developped under python to provide more capabilities and fucntionalities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Decision Table Preprocessor

    Decision Table Preprocessor

    Ccide is a Decision Table preprocessor.

    Ccide reads a source program, in one of several programming languages, expands all embedded decision tables, and generates the new, expanded source. Ccidew processes C language programs directly. The script, ccide, uses ccidew and m4, to process BASIC, JAVA, CC, C++, BASH, QB, VB, and EX(euphoria), source files containing embedded decision tables. Ccide checks all conditions once and only once, avoiding side effects. Ccide checks tables for conflicts and other errors. Input example: //DECISION_TABLE: // 1 3 2 2 | light == $$ /* 1=red, 2= yellow, 3=green. */ // N - - - | speed == STOPPED // - - Y - | speed == SLOW // - N - Y | speed == FAST // ______|___________________ // X - X - | Stop(); // - - - X | SlowDown(); // - X - - | SpeedUp(); //END_TABLE:
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Bubblesort Bash

    Bubble sort

    Bubble sort for a list of numbers in bash / linux shell script language
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Scans a given directory and makes one or more index files, that contains thumbnails of all image files found. The filename and image dimensions are overlayed on the thumbnails. It is a BASH script using NetPBM for image manipulation.
    Downloads: 2 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10
    HTTP Anti Flood/DoS Security Module

    HTTP Anti Flood/DoS Security Module

    Detect Flooder IPs, Reduce Attack Surface against HTTP Flood Attacks

    ...You can test module here: http://www.iosec.org/test.php (demo) Watch the Proof of Concept video: http://goo.gl/dSiAL Hakin9 IT Security Magazine Article about IOSEC http://goo.gl/aQM4Di (different format -> http://goo.gl/JKMUPN) IJNSA Article at http://goo.gl/LLxRdX WP Plugin Page http://goo.gl/nF5nD CHANGES v.1.8.2 - Iptables Auto Ban Bash Script Included - Token Access via Implicit Deny - Reverse Proxy Support - reCAPTCHA Support Do you want more features? Check for third party addons http://sf.net/projects/iosecaddons Gökhan Muharremoğlu
    Downloads: 6 This Week
    Last Update:
    See Project
  • 11

    Bash flac2ogg

    Bash script to convert all flac files in working directory to ogg

    Simple bash script that uses flac and oggenc to recode all flac files in working directory to ogg. The program will create a new sister directory to the working directory with the suffix "OGG" to put the recoded files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    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
  • 13

    dogbackup

    A simple Bash script using wget to download every song from Dogmazic

    ...To use it, you have to know how to launch a bash script from command line, and how to interrupt a command-line job. Please note that this script was created to be used with the version 2 of the Dogmazic website. Version 3 is currently being developed and the script will have to be modified once this third version is online.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    CavitySearch is a Bash script which utilizes several methods of assessing the capabilities of Bluetooth devices. Most of the information can be gathered without pairing with the target device or alerting the end user. CavitySearch will report running services, Device Name, Device Address, Device Type, open RFCOMM Channels "ports", open L2CAP PSMs "ports", device manufacturer, supported protocols, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    e17install ist ein Bash Script, das den Aktuellen Source Code von dem cvs Server herunterlädt und alles in der richtigen Reihenfolge Installiert. Es vereinfacht die Installation von enlightenment 17 um ein Vielfaches. Man muss nicht mehr alles per Hand m
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    no-pkg-config

    A bash script that implements the functionality of pkg-config

    no-pkg-config is a bash script that implements the functionality of the standard pkg-config utility. It is intended for users of minimal systems, who want to use pkg-config but do not want to install all the dependencies of the standard implementation. Most of the important features of the original implementation are supported. The command-line syntax and .pc file format are identical to the original.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Cmd Clc

    A Command Line calculator.

    A command line calculator for windows and linux. Licensed under the Gnu GPL v3.0. This project is still in it's infancy, and is hoping to expand and encompass more POSIX-Compliant operating systems. -MAJOR MILESTONE First version with C++, very close to a Unix and Fedora version. -Windows Version indefinitely discontinued, old downloads still available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    bash-based INI parser

    bash-based INI parser

    The script is used to help parsing INI configure file in bash shell. It can make programmer be concentrated on their work but not file parsing. Email: wjguo.bbiniparser [at] cs.nctu.edu.tw ================================= % cat con.ini [Server] port=8080 default_rule=accept [client] IP=10.1.1.1 dns=8.8.8.8 %./example.bash con.ini == Parsed Config == [Server] default_rule => accept port => 8080 [client] dns => 8.8.8.8 IP => 10.1.1.1
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A bash script for enabling various proprietary multimedia formats in inux by providing access to various shared libraries of gstreamer and xine and registering their plugins.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Supertar in a "simple" but powerfull bash script using the tar command. It provide a simple wayx to perform full and differential backups of your local or remote server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Linux Administrator Bash Scripts
    I have abandon this site, if you wish to grab more of the script info, including updates of vulnurability, please kindly visit: http://www.knowledge-republic.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Bash-Toolbox is a simple set of functions and instructions that help develop script applications in Bash.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    cat-il concatenates lines of a file or stdin into a single line. It is a tiny bash-script with a few parameters. It is usefull e.g. for by-hand-package-processing with yum, apt, packege-cleanup etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Bash script to improve your vim.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Simple Backup Script is a Bash script, that backups files/folders from an unlimited number of sources and compresses the created archive.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB