55 projects for "bash shell script" with 1 filter applied:

  • 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
  • Context for your AI agents Icon
    Context for your AI agents

    Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.

    Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
    Try for free
  • 1
    testssl.sh

    testssl.sh

    Testing TLS/SSL encryption anywhere on any port

    testssl.sh is a free command-line tool that checks a server's service on any port for the support of TLS/SSL ciphers, protocols as well as recent cryptographic flaws and more. testssl.sh is free and open-source software. You can use it under the terms of GPLv2, please review the License before using it. Works for Linux, Mac OSX, FreeBSD, NetBSD and WSL/MSYS2/Cygwin out of the box, no need to install or configure something, no gems, CPAN, pip or the like. OpenBSD only needs bash to be...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    empty

    Run applications under pseudo-terminal (PTY) sessions

    empty - run applications under pseudo-terminal (PTY) sessions to dialogue with interactive programs. Replace TCL/Expect with a simple tool and use your favorite shell (sh, bash, csh, tcsh, ksh, zsh, etc)
    Leader badge
    Downloads: 442 This Week
    Last Update:
    See Project
  • 3
    mmmv_userspace_distro_t1

    mmmv_userspace_distro_t1

    Bash scripts that declare aliases and copy code templates.

    mmmv_userspace_distro_t1 is a set of code templates and Linux/BSD specific Bash scripts that copy the code templates and declare various aliases according to the presence/availability of the programs that are used at the alias declarations. The mmmv_userspace_distro_t1 can be seen as part of development environment setup. Historically the mmmv_userspace_distro_t1 started out as a set of common Bash scripts, Ruby programs and Bash alias declarations that Martin.Vahi@softf1.com used at...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    BOINC Control Script for Linux/BSD
    A small BOINC control script for Linux and the BSDs. Useful if there's no GUI on the crunching system yet you still want to easily monitor and control BOINC. Requires BOINC version 7.22 or higher.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 5
    sysmon

    sysmon

    Sysmon prints short and uniform information about OS

    This shell script prints short and uniform information about OS such as: CPU, RAM, OS name and version, kernel version, hostname, system load, current processes, network interfaces, total logged in users, hard disks, runlevel, etc. No root or any special superuser's rights are required. Runs under Linux, Android (Termux), Windows (Msys2 and Cygwin), FreeBSD, NetBSD, DragonFly BSD, OpenBSD and other Unix-like systems.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Vifm

    Vifm

    Vifm is a curses file manager with Vim-like everything.

    Vifm is a file manager with curses interface, which provides Vim-like environment for managing objects within file systems, extended with some useful ideas from mutt. If you use Vim, Vifm gives you complete keyboard control over your files without having to learn a new set of commands.
    Leader badge
    Downloads: 71 This Week
    Last Update:
    See Project
  • 7
    COOK tool

    COOK tool

    Software build-automation tool written in Common Lisp

    ...You write a recipe file which describes what objectives must be constructed. COOK will load and process this file, then produce either a regular Makefile or a Bourne Shell script, which will actually perform the task of building and installing your targets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    wxMEdit

    wxMEdit

    wxMEdit, Cross-platform Text/Hex Editor, Improved Version of MadEdit

    •Added automatically checking for updates •Added bookmark support •Added right-click context menu for each tab •Added purging histories support •Added selecting a line by triple click •Added FreeBASIC syntax file •Added an option to place configuration files into %APPDATA% directory under Windows •Improved support for Find/Replace •Improved Mac OS X support •Improved system integration under Windows •Improved encoding detection result •Improved Hex editing support •Added more...
    Leader badge
    Downloads: 175 This Week
    Last Update:
    See Project
  • 9
    A Z-shell script creating frames for, and encoding them into, the 'du-filmo' video
    Downloads: 0 This Week
    Last Update:
    See Project
  • Easy-to-use Business Software for the Waste Management Software Industry Icon
    Easy-to-use Business Software for the Waste Management Software Industry

    Increase efficiency, expedite accounts receivables, optimize routes, acquire new customers, & more!

    DOP Software’s mission is to streamline waste and recycling business’ processes by providing them with dynamic, comprehensive software and services that increase productivity and quality of performance.
    Learn More
  • 10

    Towers of Hanoi in Bash

    An animation of the Towers of Hanoi Solution

    Moving discs from the source rod to the destination using an auxiliary rod without putting a disc on a smaller one. This is a bash script written in pure bash language, so the animation is based on escape sequences. There will be no bug fixes! If there's an error fixed it yourself and/or customize your terminal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    JPykotaGUI

    JPykotaGUI

    Interface gráfica para PyKota / Graphical interface for PyKota

    Projeto destinado a ser uma interface gráfica web para o software de controle de impressão PyKota (www.pykota.com). Não possui vinculo algum com projeto oficial. Para novas instalações com Ubuntu 12.04 server use o script install.sh. -- Para FreeBSD veja https://www.vivaolinux.com.br/artigo/Configurando-o-FreeBSD-e-PyKota-para-receber-o-JPyKotaGUI/?pagina=5 https://sourceforge.net/projects/jpykotagui-freebsd/ -- Project to be a GUI for the print control software PyKota...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    cmdok

    Command validation tool

    cmdok checks that specified commands are OK. If command is OK than it exists in PATH and can be run. It is a simple, small and portable Bash script. It is useful in software packages that want to check that some commands exist before trying to run them. See wiki for more information and examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Pofig

    Portable Figure Out system properties

    pofig - portable shell script for probing base system properties: OS, OS version, kernel version, distro, distro version, architecture. It detects: 19 operating systems, 11 major linux distros, 13 CPU types. See wiki for more information and examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    vk-api cli client

    CLI messaging client for vk.com

    this is messaging client for vk.com social network, working through its API. it has simple CLI interface and well-documented code written in bash. see readme to get started. any participation is welcome!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    wv2ogg is a bash command line script that encodes wavpack files to Ogg Vorbis files. While doing so, it can also transfer all tags and replaygain information from the wavpack files to the Ogg Vorbis files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The BSDBox Project
    ...This is the X11 SKEL for Openbox, and other programs that I design with the UI, The panel of choice is of course bmpanel2. Screenshot on the summary to see how it looks like. There is a C installer script that you can use inside home <DIR> su to the root shell, but make sure to be in your user home <DIR> ./installer should copy all the packages needed for this config, and also it will unextract the SKEL.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    Autus

    FreeBSD OS/packages update shell script.

    For the moment this script can fetch and/or update FreeBSD packages using a slow Internet connection without your control, because it can automatically restart fetching process when connection repairs. A few word about future step. This shell script will encapsulate updating FreeBSD packages and the operating system. It can remove the temporary files after the update.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    unpack with password list

    Helper script to unpack archive files using a password list

    Simple shell script that unpacks every archive in a folder using a password list. You don't need to call the right packer and all the passwords in the list will be tested.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    MySQL Health Report

    Consolidate main system and MySQL health metrics in one report.

    Commad-line tool provides the following details in the report: - Basic OS-level parameters: uptime, disk space and network interface status - Today's entries from MySQL error log - Important MySQL statistics http://astellar.com/mysql-health-check/metrics/ - Top 5 queries from MySQL slow query log CONFIGURING AND RUNNING 1. Edit MySQL credentials in check_run.sh 2. Run ./check_run.sh 3. Enjoy! You can also send report to email address by using...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20

    Coptic Encoder

    A full system for transcoding between legacy Coptic character sets.

    ...This package aims to act as a stepping stone to Unicode, by including several legacy fonts hard-coded to take advantage of the multiple encodings, as well as a UNIX shell script, in multiple shell languages, to transcode between these encodings. All twelve encodings in wide use are supported. The fonts in this package are compatible with many operating systems; the shell scripts support Mac and Linux (more soon).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21

    playless

    a command line mp3 player written for mksh. (bash compatible too)

    ...playless supports building/saving/loading playlists, shuffle mode, normal mode, jumping to track, listing tracks loaded and basic functions (back stop play next) it's ksh93 compatible, which means it will work with mksh and bash. It will not work with pdksh, due to lack of array support. note: that original versions of ksh93 supported only 4096 elements. modern implementations don't have this limit. remember to change your #! (crunchbang) to a shell that works for you. Works on freebsd10 and Debian. save as /usr/local/bin/playless set your PAGER environment variable if you wish playless -help playless -d <directory> #.should start you out
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    rcss

    rcss makes using (RCS) (S)imple

    rcss - rcs simplified. RCS is revision control. While the newer revision controls like git have taken the world by storm, I find as a systems administrator that I don't need all the features of git, I need some thing simple and that stays on my server and is simple and easy to use. RCS fit the bill for me for revision control. RCS didn't make it easy to do things like compare, revert. So I wrote rcss, to make working with rcs MUCH simpler, at least for myself. I hope you find it as...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    BGINFO4X - BGINFO for X and for Windows!

    BGINFO4X - BGINFO for X and for Windows!

    Shows desktop information on your screen

    BGINFO for X, also called BGINFO4X, is a clone of the popular program BGINFO for Microsoft Windows created by Sysinternals. BGINFO4X is designed for pretty print useful information (CPU model, Hostname, IP address, OS version, Office version, and much more ...) on your desktop background or wallpaper. See the screenshots to see BGINFO4X in action. BGINFO4X is Multi Platform (Windows, MacOSX, Linux, BSD). BGINFO4X is Highly Customizable. BGINFO4X is Open Source. BGINFO4X comes...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 24

    git-info-bar

    Git shell plugin offering a highly pronounced view to git information

    ...Please see the license under source/git-info-bar. Keywords: gitbash git-bash git bash bashgit bash-git bash git gitksh git-ksh git ksh kshgit ksh-git ksh git git shell plugin git shell integration; Linux FreeBSD Windows Last Change: 2013-12-10 - v1.2.0 - Bug fix. No longer complains about stash command when under the .git directory, namely 'fatal: /usr/lib/git-core/git-stash cannot be used without a ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Bash!Karaoke

    Bash!Karaoke

    A free karaoke player for Linux and BSD

    BASH!KARAOKE IS A FREE KARAOKE PLAYER FOR LINUX AND BSD Supported formats: *.mid, *.kar, *.wrd , *.mod, *.rcp, *.r36, *.g18, *.g36 TRANSLATION (HELP US!): English and Italian in EasyBashGUI mode, English only (for now... GTK mode) .. The goal is a karaoke player that: Is installable with very few dependencies; Is ready to use after dependency check, -no configuration-; Support SoundFonts to improve sound quality; Works with a simple song database; Can trim levels (pitch,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next