Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 1 / 2
27 results tagged script  ✕   ✕
acmesh-official/acme.sh https://github.com/acmesh-official/acme.sh
Mon 25 Jul 2022 12:40:41 PM PDT archive.org

An ACME protocol client written purely in Shell (Unix shell) language.
Full ACME protocol implementation. Support ECDSA certs. Support SAN and wildcard certs. Simple, powerful and very easy to use. You only need 3 minutes to learn it. Bash, dash and sh compatible. Purely written in Shell with no dependencies on python. Self-contained, just one script is needed to issue, renew and install your certificates automatically. DOES NOT require root/sudoer access. Docker ready. IPv6 ready. Cron job notifications for renewal or error etc.

certificates ssl script crossplatform cli sysadmin generator
coryfklein/sw https://github.com/coryfklein/sw
Wed 15 Jun 2022 03:40:00 PM PDT archive.org

A CLI stopwatch utility written as a self-contained shell script. Counts up, can save the last time value and resume at that point.

timer shell script cli tool
Spark: Sparklines for your shell https://zachholman.com/spark/
Tue 29 Mar 2022 09:25:36 AM PDT archive.org

A sparkline generator implemented as a shell script.

Just run spark and pass it a list of numbers (comma-delimited, spaces, whatever you'd like) and it generates a text-mode bar graph, where the heights are relative to one another but reflect the numbers given. It's designed to be used in conjunction with other scripts that can output in that format.

Github: https://github.com/holman/spark

cli charts graphs generator data script
micha/resty https://github.com/micha/resty
Fri 18 Mar 2022 11:49:54 AM PDT archive.org

Resty provides a simple, concise shell interface for interacting with REST services. Since it is implemented as functions in your shell and not in its own separate command environment you have access to all the usual shell tools. Cookies are supported automatically and stored in a file locally. Most of the arguments are remembered from one call to the next to save typing. It has pretty good defaults for most purposes. Additionally, resty allows you to easily provide your own options to be passed directly to curl, so even the most complex requests can be accomplished with the minimum amount of command line pain.

Implemented as a shell script that you source: . /path/to/resty

Basically, Resty lets you treat HTTP requests to a REST API like a series of CLI commands.

script bash http rest api commands scripting
InterLinked1/phreakscript https://github.com/InterLinked1/phreakscript
Sun 02 Jan 2022 05:33:35 PM PST archive.org

A utility to automate the installation, maintenance, and debugging of Asterisk/DAHDI, while integrating additional patches to provide the richest telephony experience. Useful for: Automating installation and maintenance of Asterisk, Asterisk Test Suite, Asterisk Test Framework, DAHDI Linux, DAHDI Tools, and related resources; validating Asterisk configuration; finding common syntax errors in dialplan code; finding missing audio files referenced by the Playback, BackGround, and Read applications; suggesting optimizations that can be made to dialplan code to make it more readable and efficient; generating Asterisk user documentation; debugging Asterisk configuration; generating core dumps, automating PhreakNet boilerplate dialplan installation.

Primarily supported on Debian-based Linux systems. Support has also been added for FreeBSD. Pull requests to add support for other Linux distros or BSD are welcome.

script sysadmin telephony asterisk configuration maintenance automation debugging cli voip
InterLinked1/orange-box https://github.com/InterLinked1/orange-box
Fri 26 Nov 2021 07:23:14 PM PST archive.org

This is F.O.B. (Flexible Orange Box), inspired by the popular S.O.B. (Software Orange Box) program for Windows.

When connecting SIP FXS devices with a Class 5 switch, the ATA will not see a Call Waiting presented to it when there is a Call Waiting. Thus, it is necessary to signal the FSK directly to the CPE in-band from the switch. Asterisk does not have any provision to do this, so this needs to be done with an external program.

This program is intended to be a legitimate Type II Caller ID Generator, used for the purpose of Call Waiting Caller ID (Of course, functionally, it can be used just like any other orange box to spoof call waitings if desired - we are not responsible for any misuse of this program). This allows you to send Call Waiting Caller ID to a remote endpoint, even if no Call Waiting is presented to the remote endpoint (e.g. Analog Telephone Adapter), allowing for CWCID to be provided even when advanced bridging capabilites are being used, by "orange boxing" in band for legitimate purposes.

asterisk telephony script phreaking sip voip callerid spoofing
p8952/bocker https://github.com/p8952/bocker
Tue 21 Sep 2021 10:14:26 AM PDT archive.org

Docker re-implemented as a 100 line shell script.

docker sysadmin cli script devops
ThatGeekyWeeb/xmsh https://github.com/ThatGeekyWeeb/xmsh
Tue 25 May 2021 11:06:30 AM PDT archive.org

Another XMPP client implemented as a single shellscript using XML streams and FIFOs. Namechecks busybox but we'll see. Requires socat.

exocortex xmpp client script cli
LukeSmithxyz/emailwiz https://github.com/LukeSmithxyz/emailwiz
Tue 02 Mar 2021 02:39:27 PM PST archive.org

I wrote this script during the grueling process of installing and setting up an email server. It perfectly reproduces my successful steps to ensure the same setup time and time again, now with many improvements.

I'm glad to say that dozens, hundreds of people have now used it and there is a sizeable network of people with email servers thanks to this script.

I've linked this file on Github to a shorter, more memorable address on my website so you can get it on your machine with this short command:

curl -LO lukesmith.xyz/emailwiz.sh

When prompted by a dialog menu at the beginning, select "Internet Site", then give your full domain without any subdomain, i.e. lukesmith.xyz.

Debian (and derivatives) specific.

script sysadmin email server smtp setup automation
GitHub - Drewsif/PiShrink: Make your pi images smaller! https://github.com/Drewsif/PiShrink
Mon 28 Dec 2020 05:44:56 PM PST archive.org

A shell script that takes a dd'ed image from a RasPi install and shrinks it down as far as possible so that it'll fit onto another, smaller microSD card. Used for cloning installs.

Remember, it won't work on a card, only a filesystem rip.

raspi script filesystems sysadmin
libre/nginx-config-tools https://git.rys.io/libre/nginx-config-tools
Tue 24 Nov 2020 01:19:32 PM PST archive.org

A tool that can turn a flat nginx.conf file into an Ubuntu-style included multi-file configuration structure, the Ubuntu-type configs into a single flat nginx.conf file, or it can start over with a brand-new configuration.

Written as a shell script for portability.

script nginx sysadmin configs conversion
GitHub - whyrusleeping/git-ipfs-rehost https://github.com/whyrusleeping/git-ipfs-rehost
Sat 24 Oct 2020 06:02:07 PM PDT archive.org

A shell script that lets you copy Git repos up to the IPFS network.

git script ipfs censorship backups
horazont/xmpp-echo-bot: XMPP/Jabber echo bot (written in sed) https://github.com/horazont/xmpp-echo-bot
Sun 26 Jul 2020 03:25:51 PM PDT archive.org

An XMPP echo bot written with sed and a shell script. Maybe something that I could tinker with to run on embedded devices? Not needing libstrophe is a plus.

xmpp bot sed script exocortex openwrt
GitHub - hilary/mastertomain https://github.com/hilary/mastertomain
Fri 03 Jul 2020 07:17:44 PM PDT archive.org

Convert the name of your main development branch from master to main with ease.

github git branches rename shell script
GitHub - nodesocket/jsonlite: A simple, self-contained, serverless, zero-configuration, json document store. https://github.com/nodesocket/jsonlite
Wed 18 Mar 2020 11:39:09 PM PDT archive.org

A simple, self-contained, serverless, zero-configuration, json document store. - nodesocket/jsonlite

server json shell script exocortex datastore
GitHub - wiedehopf/tar1090: Improved web interface for dump1090-fa https://github.com/wiedehopf/tar1090
Mon 20 Jan 2020 02:31:55 PM PST archive.org

A personal, open source air traffic map. Designed for use on boxen that are RTL-SDR enabled, monitoring ADSB traffic, and are running a web server. Connects to the network port of dump1090-fa, readsb, dump1090, dump1090-mutability, or skyaware978 for its data. All-in-one installation script. Implemented with a shell script.

foss mapping airplanes traffic adsb rtlsdr script exocortex
inxi :: docs main page https://smxi.org/docs/inxi.htm
Sun 13 Oct 2019 05:42:06 PM PDT archive.org

A script which digs up and displays lots of system configuration information, such as the specifics of the CPUs, storage devices (with identifying information) and space free, version numbers of common utilities, known hardware vulnerabilities, memory, and more. Even if you don't run it as root, you'll still get really useful information out of it.

Written in Perl but don't let that stop you.

In the AUR.

utility sysadmin linux script hardware specs perl exocortex tools
jayphelps/git-blame-someone-else: Blame someone else for your bad code. https://github.com/jayphelps/git-blame-someone-else
Fri 20 Sep 2019 08:08:15 PM PDT archive.org

A hack that rewrites Git histories so you can spoof commit messages. Implemented as a shell script.

Don't be an asshole.

git history hack funny script
GitHub - drwetter/testssl.sh: Testing TLS/SSL encryption anywhere on any port https://github.com/drwetter/testssl.sh
Thu 13 Jun 2019 03:52:44 PM PDT archive.org

testssl.sh is a free command line tool which checks a server's service on any port for the support of TLS/SSL ciphers, protocols as well as some cryptographic flaws. Clear human-readable and machine-readable outputs. No installation needed, uses only bash. Test any SSL/TLS enabled service on any port.

sysadmin crypto script utility ssl tls testing cli
sloum/gab: A simple script for chatting via flat file - tildegit https://tildegit.org/sloum/gab
Mon 25 Mar 2019 01:53:11 PM PDT archive.org

Distributed chat via shared flat file. Implemented as a shell script with a shared logfile.

chat script files shell tilde
page 1 / 2
4684 links, including 339 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn