Search Results for "bash shell script" - Page 5

Showing 1111 open source projects for "bash shell script"

View related business solutions
  • 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
  • MongoDB 8.0 on Atlas | Run anywhere Icon
    MongoDB 8.0 on Atlas | Run anywhere

    Now available in even more cloud regions across AWS, Azure, and Google Cloud.

    MongoDB 8.0 brings enhanced performance and flexibility to Atlas—with expanded availability across 125+ regions globally. Build modern apps anywhere your users are, with the power of a modern database behind you.
    Learn More
  • 1
    minirepo (abreviated to mr) is designed to handle small to middle sized repositories with rcs. It supports version bumping and snapshoting, which is simmilar to a git or fossil commit hash It keeps track of files checked into the repo via a MANIFEST file The main configuration is located inside the MR/ directory for each subdirectory initialized. Its priamry purpose is to track files with rcs related commands. This is to make it easier to deal with a lot of files...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Automated_Quiz

    Automated_Quiz

    A Shell Script for Quizzing the whole class of students and log result

    ... size to the desired level, before using the script, to view in bigger mode. Google search for linux / cygwin / mac terminal font size to know more about it. LATEST UPDATE : The quiz.sh script is updated now to perform for the whole class of students and log the results into the Students_Score.txt file. Also see this collection of bash scripts : https://sourceforge.net/projects/bash-shell-scripting-in-minute/ and this script : https://sourceforge.net/projects/command-output-to-html-table/
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3

    bcacheMonitor

    Version: 0.0.4 01/05/2023

    Bash script to monitor and adjust dirty cache size, writeback speed, bcache, device disk load. Simple to use, various options, good error handling and usage and debug information, and it can be used as a service. Example start bcacheMonitor --backend sdb --action setusage,waitlog shutdown bcacheMonitor --action sendzero setusage,waitlog Sets writeback optimizations and (default) mininum writeback rate, reads disk usage, and (deafult) sets the writeback rate so as not to overload...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    The clamav-unofficial-sigs script provides a simple way to download, test, and update third-party signature databases provided by Sanesecurity, SecuriteInfo, MalwarePatrol, OITC, etc. The package also contains cron, logrotate, and man files.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Turn Your Content into Interactive Magic - For Free Icon
    Turn Your Content into Interactive Magic - For Free

    From Canva to Slides, Desmos to YouTube, Lumio works with the tech tools you are already using.

    Transform anything you share into an engaging digital experience - for free. Instantly convert your PDFs, slides, and files into dynamic, interactive sessions with built-in collaboration tools, activities, and real-time assessment. From teaching to training to team building, make every presentation unforgettable. Used by millions for education, business, and professional development.
    Start Free Forever
  • 5
    screenrotate

    screenrotate

    Small script used to automatically change the various screen rotation

    This program was originally written for the Lenovo flex 5. But if your laptop has iio-sensor-proxy installed and supports it, automatic rotation should work on any laptop. Since version 1.7 I use an ASUS ROG Flow. Therefore new features and patches will be available first on the asus_rog_flow branch.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Rofi Applets

    Rofi Applets

    Various useful applets developed with Rofi and shell-scripts

    ... all of them from global.rasi for consistency. Develop rest like any other rofi applet. Write your launch script to the launch.sh. Applet CLI will automatically recognize your applet on the next run.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    TermuxArch

    TermuxArch

    You can use setupTermuxArch.bash to install Arch Linux in Amazon

    You can use setupTermuxArch.bash to install Arch Linux on Amazon, Android, Chromebook, and Windows. This Termux bash setup shell script will attempt to set Arch Linux up in your Termux environment. Please see install for options on how to run setupTermuxArch on the device. You can use bash setupTermuxArch to install Arch Linux in a Termux PRoot container on your Android smartphone and tablet, and Chromebook too. When successfully completed, you will be experiencing the pleasure of the Linux...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Batch script for audio encoding. Supports MP3, AAC, Vorbis, Opus, FLAC, AC3, DTS and WAV (decoding) output and is intended to be used on directories with audio files. Filtering through MPlayer and automatic tagging with MediaInfo is also supported. audenc is no longer developed. Please use: https://sourceforge.net/projects/microenc/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Hornero Backup is a software that it allows to realize full backups (with option of encryption on external device), incremental and differential backups in Linux Systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights.
    Click to perfect your product now.
  • 10
    bpkg

    bpkg

    Lightweight bash package manager

    bpkg is a lightweight package manager tailored for Bash scripts, providing a streamlined method to install, manage, and distribute shell utilities. It simplifies the process of fetching shell scripts, setting execution permissions, and integrating them either globally or within specific projects. By adopting a structure similar to package managers in other languages, bpkg brings organized dependency management to the Bash ecosystem.​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    IPFS Submarine

    IPFS Submarine

    Bash commands to submarine folders and files on the IPFS

    Summary: Bash scripts with commands to submarine folders and files on Ubuntu 20.04. The following repository contains helper scripts to allow you to submarine folders and files. Submarining is the process of obtaining and publishing an IPFS folder without publishing the files contained within the folder. This is useful for, for example, an NFT project using the OpenZeppelin ERC721 contract, where images are enumerated. The scripts set up two instances of the IPFS, one which is kept private...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    git-secret

    git-secret

    A bash-tool to store your private data inside a git repository

    There’s a well-known issue with deploying and configuring software on servers: generally, you have to store your private data (such as database passwords, application secret-keys, OAuth secret keys, etc) outside of the git repository. If you do choose to store these secrets unencrypted in your git repo, even if the repository is private, it is a security risk to copy the secrets everywhere you check out your repo. These files are not version controlled. Filenames, locations, and passwords...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Arch Linux Fast Install

    Arch Linux Fast Install

    Install Arch Linux with 2 lines of code

    # archfi Just a simple bash script wizard to install Arch Linux after you have booted on the official Arch Linux install media. With this script, you can install Arch Linux with 2 lines of code. This wizard is maked to install minimum packages (base, grub and optionally efibootmgr). At the end of this wizard, you can install or launch archdi (Arch Linux Destop Install) to install and configure desktop packages. archdi project : https://github.com/MatMoul/archdi You can watch my...
    Leader badge
    Downloads: 185 This Week
    Last Update:
    See Project
  • 14
    Arch Linux Desktop Install

    Arch Linux Desktop Install

    Arch Linux Desktop installer

    # archdi Just a simple bash script wizard to install and configure a full personal computer with Arch Linux. First, install Arch Linux with the official media and optionally with archfi. Look at archfi project to start your arch linux installation : https://github.com/MatMoul/archfi After reboot and your network ready, download the script : curl -L archdi.sf.net/archdi > archdi or if sourceforge is down : curl -L matmoul.github.io/archdi > archdi And run the script : sh archdi...
    Leader badge
    Downloads: 93 This Week
    Last Update:
    See Project
  • 15
    AWS EC2 Instance Connect Configuration

    AWS EC2 Instance Connect Configuration

    ssh daemon configuration and necessary EC2 instance scripting

    ... be tested without mocking the actual service. The curl script verifies we are actually running on an EC2 instance and cURLs relevant information from EC2 Instance Metadata Service and send it to parse. Note that it must make several curl commands to proceed. If it cannot do so it fast-fails to prevent blocking the ssh daemon. The command also queries several OCSP staples from EC2 Instance Metadata Service.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    yosild

    yosild

    Shell script that builds a full, minimal Linux distribution

    yosild is a minimalist Linux distribution designed for simplicity and small size, targeting educational and embedded uses. It provides a clean and lightweight base system built with busybox, musl libc, and a small init system, suitable for learning Linux internals or building custom environments from scratch. yosild aims to strip Linux down to its essentials while remaining usable and POSIX-compliant, and it can boot quickly on both physical hardware and virtual machines.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    update-golang

    update-golang

    Easily fetch and install new Golang releases with minimal intrusion

    update-golang is a script to easily fetch and install new Golang releases with minimum system intrusion. The script uses local system OS and ARCH to download the correct binary release. It is not harmful to run the script multiple times. Downloaded releases are kept as cache under '/usr/local'. You can erase them manually. By default, the script only detects actual releases (not beta releases, not release candidates). However one can force any specific non-final release. The default behavior...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Idiomind

    Idiomind

    Idiomind is a program based in Bash scripts to learn foreign languages

    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    nowm

    nowm

    Managing window without a window manager. (59 slocs)

    Managing windows without a window manager. A dead simple tool to managing windows from the tty, written in Shell script.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    90DaysOfDevOps

    90DaysOfDevOps

    The journey towards a better foundational knowledge of DevOps

    This repository is used to document my journey on getting a better foundational knowledge of DevOps. I will be starting this journey on the 1st January 2022 but the idea is that we take 90 days which just so happens to be January 1st to March 31st. The reason for documenting these days is so that others can take something from it and also hopefully enhance the resources. The goal is to take 90 days, 1 hour a day, to tackle over 13 areas of DevOps to foundational knowledge. This will not...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Pacapt

    Pacapt

    An ArchLinux's pacman-like shell wrapper for many package managers

    pacapt is a lightweight shell script that provides a unified interface to various package managers across different Unix-like systems. By emulating the command syntax of Arch Linux's pacman, it allows users to perform package management tasks consistently, regardless of the underlying system. This tool simplifies the user experience for those who work across multiple distributions and prefer a standardized command set.​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A Z-shell script creating frames for, and encoding them into, the 'du-filmo' video
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Command line Drupal install and update script for multi-site hosting using symlinks for enhanced site management. Think of dget as an "apt-get" for Drupal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    eXeAutomaticResources

    Generación automática de recursos para eXeLearning

    Scripts en bash para la generación automática del código para insertar recursos en eXeLearning 2.6 (Snap). Y para crear de forma automática los créditos.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    mac-cleanup

    mac-cleanup

    Cleanup script for macOS

    mac-cleanup is a cleanup script for macOS.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.