Bash script for installing V2Ray in operating systems such as Debian / CentOS / Fedora / openSUSE that support systemd scriptinstallerv2ray UpdatedNov 5, 2024 Shell A maintained collection of useful & free unity
A simple bash script to automatically generate a CHANGELOG.md file with every git commit. - MartinSeeler/auto-changelog-hook
> Step 2 : RUN apk add --no-cache git openssh bash && ssh-keygen -A && sed -i "s/#AuthorizedKeysFile/AuthorizedKeysFile/g" /etc/ssh/sshd_config && adduser git -D -G root -h /home/git -s /bin/bash && passwd -d git && su git -c "mkdir /home/git/.ssh && ssh-keygen ...
Dockerfile linter, validate inline bash, written in Haskell docker dockerfile haskell linter static-analysis shellcheck dockerfile-linter Updated Mar 24, 2025 Haskell pforret / bashew Sponsor Star 281 Code Issues Pull requests bash script micro-framework - from small stand-alone script to ...
gitgogolanghooksmanagerhacktoberfestlefthook UpdatedMay 26, 2025 Go yadm-dev/yadm Star5.7k Yet Another Dotfiles Manager gitbootstrapdotfilesbashcommandlinehookstemplateencryptionjinja2managergpgyadmdotfile-managerdot-filesdotfile-managementsymlink-alternativemultiple-machinesdotfiles-automationdotfiles-macos...
USAGE: wget -qO- https://raw.githubusercontent.com/bigbluebutton/bbb-install/v3.0.x-release/bbb-install.sh | bash -s -- [OPTIONS] OPTIONS (install BigBlueButton): -v <version> Install given version of BigBlueButton (e.g. 'focal-270','jammy-300') (required) -s <hostname> Configure ...
windows macos linux bash documentation unix Updated Jun 25, 2024 massgravel / Microsoft-Activation-Scripts Star 137k Code Issues Pull requests Discussions Open-source Windows and Office activator featuring HWID, Ohook, TSforge, KMS38, and Online KMS activation methods, along with advanced trou...
skip_ifArray of arguments to be executed to determine whether or not the hook should run. For example, setting this to a value of['bash', '-c', '! which my-executable']would allow you to skip running this hook ifmy-executablewas not in the bin path. ...
bash<(curl -sSL http://install.nocodb.com/noco.sh)<(mktemp) Auto-upstall does the following: 🕊 🐳 Automatically installs all pre-requisites like docker, docker-compose 🚀 Automatically installs NocoDB with PostgreSQL, Redis, Minio, Traefik gateway using Docker Compose. 🐘 🗄️ 🌐...
pluginhook A simple plugin system for Bash programs that's better than just hook scripts. Plugins as a better way Let's take the core benefits of hook scripts and re-structure it slightly: Instead of focusing on hook scripts, we focus on plugins -- a directory of hook scripts Like hook...