Showing 16 open source projects for "bash scripts book"

View related business solutions
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • 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
  • 1
    Crafting Interpreters

    Crafting Interpreters

    Repository for the book "Crafting Interpreters"

    This repository is the companion to the book Crafting Interpreters. It contains the full source code for two interpreters (one in C and one in Java), the Markdown source of the book, the tooling to weave prose and code into a website, and build scripts to generate the executable interpreters. The book aims to teach from the ground up how to build a full-featured scripting language (called Lox) with parsing, AST, compiler / VM, garbage collection, classes, and more. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    REKCARC-TSC-UHT

    REKCARC-TSC-UHT

    Guidance for courses in Department of Computer Science and Technology

    This repository is a mirrored, community-curated set of study materials for Tsinghua University’s Department of Computer Science and Technology (the name reads like “THU-CST” reversed). It gathers course notes, labs, exam archives, and project write-ups across core CS topics, emphasizing reproducible setups and guidance for succeeding in demanding classes. The content is organized to mirror the program’s progression so students can see prerequisites and plan learning paths. Contributors...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3

    IO91pm

    Command-line calculator for Maidenhead- (QTH-, QRA-) Locators.

    .... * There are also several GUI- (Windows-, X11-, etc.-) based calculators, but I wanted something for the command-line, something that could also be used in (bash-)scripts. * The repository for my GNU/Linux distro has only one such a QTH-calculator. --- This program has a few issues --- Made worse by the adaption for Ubuntu, that removed half of its functionality So, I had to roll my own. (Which I enjoyed anyhow.) Perhaps also useful for others
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Manjaro Development

    Manjaro Development

    development packages & testbuilds for manjaro linux

    ...Arch Linux is a great GNU/Linux distribution, but installing and configuring it, needs some time and experience. So we improved Arch Linux. We created a more user friendly installation process, wrote bash scripts for managing graphic drivers, configured xfce with some useful functions and a GUI settings manager is also planed. Just try it. ;)
    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
  • 5
    Tranalyzer

    Tranalyzer

    Tranalyzer flow generator packet analyzer moved to: tranalyzer.com

    The Anteater moves to a new site, available under tranalyzer.com. This tool generates extended netflow-like flow/packet statistics from large pcap files or ethernet interfaces. It is intended to serve as a tool for IT troubleshooting, encrypted traffic mining, AI preprocessing and forensic analysis. A packet based "tshark mode" for detailed header and content inspection is improved for troubleshooting and security purposes. Flow based and packet based content inspection and extraction,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    JTSDK

    Build Systems for WSJT Applications

    JTSDK is a pre-configured collection of open source cross platform development frameworks, Gnu tools, libraries and custom written scripts designed to ease compiling WSJT applications and documentation from source code. WINDOWS APPLICATIONS ---------------------------------------------------------------------- * JTSDK-QT.......: WSJT-X, WSPR-X and MAP65 * JTSDK-PY........: WSJT and WSPR * JTSDK-DOC....: All WSJT Documentation * JTSDK-MSYS..: General Compiling LINUX...
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project
  • 7

    corrupt

    This program corrupts a unix stream at a specified error rate

    ...It is for systematic analysis on the effects of data corruption. I wrote it to simulate bit-rot in file archives so I could test RAID and archive strategies for data recovery. A few short bash scripts are included so you can instantly enjoy text, image, audio, and video corruption. Just drop in your own data files called test.jpg, test.mp3, and test.mp4 and run the scripts. Usage format is: corrupt [OPTION]... [FILE] where: OPTIONS -bit single bit error instead of byte substitution corruption -B NUM_B number of bytes per a single corruption event -kB NUM_KB number of kilobytes per a single corruption event -MB NUM_MB number of megabytes per a single corruption event -u uniform corruption instead of a random statistical event -c CHAR substitute a constant CHAR instead of a random bit/byte error
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    eddys_bash_scripts

    Some usefull bash & C scripts

    Here are collection of my bash scripts & small utilities written on C.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    xlayout is a terminal based utility to get and set information about X11 windows and the pointer. Its designed to be easily integrated into bash shell scripts and takes advantage of the X11 protocol to allow it to access remote X11 desktops.
    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
  • 10
    hexec can be used to hook into exec system calls. It evaluates a user defined expression against all hooked exec calls. This expression can contain simple path checks (e.g. -path "*/name") and even complex bash scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Procbyte - Binary Scripting Language

    Script language for processing binary data

    Procbyte is a tool to access binary files from shell programming. It has binary data handling, read/write capability, basic math and date conversions. It is intended to aid in bash programming, but can be used from any command line tool or application. NOTE: This was accidentally uploaded as a beta, instead of alpha, but its status IS ALPHA. The next upload will standardize the language to the point where any scripts that work in it will work in all future versions -- however, scripts written for this version may not work in subsequent ones, the (mostly output) commands have changed: , ; . =* etc. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Apache httpd tools is a collection of administration and security scripts originally developed for the book Apache Security (O'Reilly). Included are tools for Apache httpd monitoring, statistics, log analysis, DoS detection and defense.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    RPSL is a set of bash scripts that integrate the GNU autotools and pkg-config for c/c++ build management. The scripts set up a basic tree and when commanded, scan for new source files and update the makefile.am's and configure.ac.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    LogCop is a set of turn-key bash/firewall/awk scripts for enhancing an IDS. It monitors system logs and blocks IP addresses based on such criteria as illegal user names from repeated attacks. In production under Linux, FreeBSD, OS X, Solaris.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    xml-HTB is a tool for automatic generation of bash scripts that sets up HTB on Linux. It uses xml configuration files. It's easy to use, It have a lot of features: multiple depths of classes, configurable leaf, u32 and fw filters, configure both input a
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Some bash scripts to download and build (cross compile with e.g. ELDK) a working GUI framework for embedded linux systems. Possible combinations are: - GTK+-DirectFB - GTK+-KDrive (XServer) - LiTE (DirectFB) - wxWidgets-KDrive (XServer)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next