Search Results for "bash scripts book" - Page 3

Showing 141 open source projects for "bash scripts book"

View related business solutions
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • 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
  • 1
    closh

    closh

    Bash-like shell based on Clojure

    Closh combines the best of traditional unix shells with the power of Clojure. It aims to be a modern alternative to bash. Bash has obscure syntax for non-trivial operations and lots of WTF moments. It treats everything as text while we mostly need to manipulate structured information. It is a large codebase which makes it difficult to hack on it and try innovative ideas. Which is one of the reasons why the shell did not improve much in recent decades.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Think Bayes

    Think Bayes

    Code repository for Think Bayes

    ThinkBayes is the code repository accompanying Think Bayes: a book on Bayesian statistics written in a computational style. Instead of heavy focus on continuous mathematics or calculus, the book emphasizes learning Bayesian inference by writing Python programs. The project includes code examples, scripts, and environments that correspond to the chapters of the book. Learners can run the code, experiment with probability distributions, compute posterior probabilities, and understand Bayesian updating via simulation and algorithmic methods. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Data Science at the Command Line

    Data Science at the Command Line

    Data science at the command line

    Command Line by Jeroen Janssens, published by O’Reilly Media in October 2021. Obtain, scrub, explore, and model data with Unix Power Tools. This repository contains the full text, data, and scripts used in the second edition of the book Data Science at the Command Line by Jeroen Janssens. This thoroughly revised guide demonstrates how the flexibility of the command line can help you become a more efficient and productive data scientist. You’ll learn how to combine small yet powerful command-line tools to quickly obtain, scrub, explore, and model your data. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Dotfiles (gf3)

    Dotfiles (gf3)

    Configurations for the tools I use every day

    This repository is a personal dotfiles collection (configuration files for shell, editors, and related tools), organized to bootstrap and version-control the author’s development environment. It typically includes files like .zshrc, .vimrc, .gitconfig, and other scripts or plugin configs, plus installation or bootstrap helper scripts. The structure often supports modular overrides (machine-specific or role-specific configs) and may integrate with tools like GNU Stow, chezmoi, or custom...
    Downloads: 1 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 5

    TARGT pipeline

    Targeted Analysis of sequence Reads for GenoTyping of HLA/MHC genes

    The 'TARGT' pipeline for Targeted Analysis of sequencing Reads for GenoTyping can be used for genotyping of MHC/HLA genes (or other genomic regions) from ancient and modern shotgun sequence data with moderate to low sequence coverage. The pipeline consists of a main bash script that calls the different steps of the pipeline and can either be called directly or submitted to a cluster queue system, as well as additional sub-scripts and files, that are required to perform the different steps. The pipeline also requires installed versions of the mapping tool Bowtie2 and samtools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    UnixShellUtils

    basic collection of Unix Shell utilities to build projects on Windows

    This is a basic collection of Unix Shell utilities (make, sh, echo, rm, etc.) and other utilities (SRecord) used to build projects using advanced Make scripts. Sources: - [MSYS] (http://www.mingw.org/wiki/MSYS/) a collection of GNU utilities such as bash, make, gawk and grep to allow building of applications and programs which depend on traditionally Unix tools to be present. - [SRecord] (http://srecord.sourceforge.net/) a collection of powerful tools for manipulating EPROM load files.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    ens-updater

    ens-updater

    CLI tool to get/set Ethereum Name System records

    Manage ENS names from the command line. ens-updater enables the automated update of e.g. contentHash records in the Ethereum Name System. In order to perform an update of an ENS record, ens-update needs the private key of the Ethereum account controlling the ENS name. The private key needs to be provided via the environment variable or through the file .env in the working directory. Unittests are plain mocha tests located in the folder "unitTests". They do not require ganache or another node...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Python Machine Learning

    Python Machine Learning

    The "Python Machine Learning (2nd edition)" book code repository

    This repository accompanies the well-known textbook “Python Machine Learning, 2nd Edition” by Sebastian Raschka and Vahid Mirjalili, serving as a complete codebase of examples, notebooks, scripts and supporting materials for the book. It covers a wide range of topics including supervised learning, unsupervised learning, dimensionality reduction, model evaluation, deep learning with TensorFlow, and embedding models into web apps. Each chapter has Jupyter notebooks and Python scripts that replicate the examples in the book, allowing readers to run, inspect, and tweak code directly as they follow material. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    DevOps Bash Tools

    DevOps Bash Tools

    800+ DevOps Bash Scripts - AWS, GCP, Kubernetes, Docker, CI/CD, APIs

    ...API scripts auto-handling authentication, tokens and other details to quickly query popular APIs with a few keystrokes just supplying the /path/endpoint. Advanced Bash environment - .bashrc + .bash.d/*.sh - aliases, functions, colouring, dynamic Git & shell behaviour enhancements, automatic pathing for installations and major languages like Python, Perl, Ruby, NodeJS, Golang across Linux distributions and Mac.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 10
    Bash-Snippets

    Bash-Snippets

    A collection of small bash scripts for heavy terminal users

    A collection of small bash scripts for heavy terminal users with no dependencies. All of these scripts have been heavily tested on macOS and Linux. Most of these scripts have been tested on Windows 10 and the official developer bash instance. Does not work with Cygwin or Mysys2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    mylfs

    My Linux From Scratch

    MYLFS is a walk though the LFS and BLFS books, I will be up loading working scripts as i go , the goll is to have a functioning os. Reference URL : http://www.linuxfromscratch.org
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Bash Infinity

    Bash Infinity

    A modern standard library / framework / boilerplate for Bash

    ...The aim of Bash Infinity is to maximize the readability of bash scripts, minimize the amount of code repeat and create a central repository for a well-written, and a well-tested standard library for bash. Bash Infinity transforms the often obfuscated "bash syntax" to a cleaner, more modern syntax. Some components are more sturdy than others, and as-it-stands the framework lacks good test coverage (we need your help!).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    SICP PDF

    SICP PDF

    SICP PDF with Texinfo and LaTeX source

    ...This conversion allows for high-quality typesetting, improved design options, and the integration of OpenType and Unicode features through XeTeX. The repository contains both Texinfo and LaTeX sources, with automated scripts to keep them in sync during builds. Users can recompile the book locally with a recent TeX Live distribution and the necessary fonts, while Inkscape is required for SVG-to-PDF image conversions. The project is continuously refined to address formatting issues and ensure the text and figures render correctly across platforms.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    bashj : a bash mutant with java support

    bashj : a bash mutant with java support

    with bashj, you can insert java code & libraries into bash scripts

    bashj is a bash mutant with java support. It gives to bash scripts the ability to use java libraries, functions and code. The detailed documentation (installation, examples, syntax...) is available at this wiki page : http://fil.gonze.org/wikiPG/index.php/Project_bashj_:_a_bash_mutant_with_java_support . To bash developers, bashj brings .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    bashful

    bashful

    Use a yaml file to stitch together commands and bash snippits

    bashful is a command-line tool written in Go that allows you to define your build, automation or scripting workflow declaratively in YAML and have tasks executed in either series or parallel, with pretty progress output, logging, error handling, and orchestration instead of manually writing large bash scripts. The idea is that your bash automation should be “quiet and shy-like” rather than verbose and messy, so bashful provides a structured way to describe tasks (commands, downloads, nested operations) in a YAML file, and then run them with a nice terminal UI showing progress bars, logs, ETAs, etc. It supports features such as downloading scripts, bundling sets of commands and resources, tagging tasks, running subsets via tags, logging both stdout and stderr, and error-handling policies (e.g., which commands should halt execution on failure). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    DL Book Notation

    DL Book Notation

    LaTeX files for the Deep Learning book notation

    ...It also includes scripts or style files to facilitate inclusion in articles, slides, or papers that build on the DL book’s notation. Researchers and educators often use this repo when writing materials referencing the deep learning book, so their formulas align with the canonical style. Because notation consistency is crucial in ML education, this repo helps reduce confusion when multiple sources adopt conflicting symbols.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Bash Debuging Bash

    BDB es un depurador visual de programas bash en terminales de texto

    BDB es un depurador visual de programas bash (scripts) para ejecutar en terminales de texto tipo VT-100. Probado en terminales de Windows XP y Windows 7, usando el cliente PUTTY (www.putty.org) para hacer conexiones SSH y TELNET con maquinas Linux. BDB requiere instalar el paquete inotify-tools y el multiplexor de consolas de terminal tmux. Con BDB se puede seguir y depurar la ejecucion comandos de los programas Bash de forma sencilla y ergonomica. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Clu-Linux-Live

    Clu-Linux-Live

    Various Processing and Data Rescue Tools over Wired or Wireless Networ

    This Linux Live CD provides Various Processing Command Line Utilities (Clu) and Data Rescue Tools which can be used on a Wired or Wireless Network. On Startup it prompts the user to change password, mount all filesystems available locally, start wireless network ( if wifi interface present ), start network services (samba/ssh/sftp) and present user with a console for executing various utilities i.e Text, Image, Audio, Video, Downloading etc. on their FileSystems that are mounted. Googling on...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19

    fields.awk

    A flat-file database program written in bash shell and awk scripts.

    Fields.awk allows users to create and work with small-to-medium databases on their home computers or a mobile device with bash shell terminal emulator. It runs on any OS compatible with bash shell, including Linux, FreeBSD, MacOSX, and Android. Certain optional features (printing/encryption) are dependent on external utilities such as lp or ccrypt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Win-Brash

    A Windows Native Bourne Shell Interpreter

    Win-Brash is a recoding, from scratch, of the Bourne shell as a native Microsoft Windows multi-threaded command line application. It uses Bourne shell syntax but recognizes Windows file names. The TAB key helps convert Unix style pathnames to fully valid windows pathnames. It also adds missing backslashes -- to reduce the need to always type two. For Documentation see: http://www.bordoon.com/brash To give brash.exe a try, use the download link to get winbrash-1.2.16.zip. Unzip...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    ubuntumining

    opensource ubuntu based mining project

    Download "download-install-script.sh" run "bash download-install-script.sh" This will download the scripts and tell you what you need to do. I have it down to 3 scripts. During the process you might need to hit enter and Y a couple times. DO NOT CHANGE ANY DEFAULT DIRECTORIES OTHERWISE THE SCRIPTS WILL NOT WORK! This script was designed using lubuntu 16.04 and currently only works with xmr-stak and AMD graphic cards This will be a constant work in progress! ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    bash-handbook

    bash-handbook

    For those who wanna learn Bash

    ...Its goal is to provide enough knowledge to become productive in Bash, automate tasks, and understand scripts encountered in real projects, without overwhelming the reader. The author originally wrote it to consolidate his own Bash experience and has since open-sourced it, allowing others to read, translate, and contribute. The project also spawned an interactive “learnyoubash” workshop that uses the handbook as a foundation, giving learners hands-on practice.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Plasma Installer

    Plasma Installer

    General purpose GUI installer for Linux controlled via bash script

    Started as GUI installer for KDE Plasma Mobile system for Nexus 5 phone, Plasma Installer is transitioning to a general purpose GUI installer for Linux. It is designed to run bash scripts as a GUI wrapper, and provides support for special syntax that you place in your bash script as a specially formatted comment tag, which will control various aspects of the GUI, like text messages, progress bars, buttons, dialogs, images, etc. It can be compiled with a built-in script or used to load installation script from file or from URL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Bash Shell Scripting in a Minute

    Bash Shell Scripting in a Minute

    Learn Bash Shell Scripting in a Minute using this Collection of Script

    Learn Bash Shell Scripting in a Minute using this Collection of Scripts, which are Real World Examples, ranging from a simple Date Based Theme to a Standalone Kiosk Type User Input Forms. The Learning is based on a "Observe and Understand Strategy", which means you run these scripts, observe their outputs, understand the script that generates them and learn the whole thing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    mheg2xmltv

    Converts DVB-T MHEG-5 Data to XMLTV for EPG listings.

    This project uses a few simple scripts to convert data grabbed from RedButton download (rb-download) into XMLTV format that MythTV uses for program guide listings. Code repo moved to github. https://github.com/solorvox/mheg2xmltv
    Downloads: 4 This Week
    Last Update:
    See Project