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
15 results tagged commands  ✕   ✕
casey/just https://github.com/casey/just
Mon 27 Oct 2025 09:20:45 PM PDT archive.org

just is a handy way to save and run project-specific commands. Commands, called recipes, are stored in a file called justfile with syntax inspired by make. Linux, MacOS, Windows, and other reasonable unices are supported with no additional dependencies. Errors are specific and informative, and syntax errors are reported along with their source context. Recipes can accept command line arguments. Wherever possible, errors are resolved statically. Unknown recipes and circular dependencies are reported before anything runs. just loads .env files, making it easy to populate environment variables. Recipes can be listed from the command line. Command line completion scripts are available for most popular shells. Recipes can be written in arbitrary languages, like Python or NodeJS. just can be invoked from any subdirectory, not just the directory that contains the justfile.

rust cli commands projects automation crossplatform
Modem AT Command Set https://michaelgellis.tripod.com/modem.html
Mon 05 May 2025 01:39:10 AM PDT archive.org

A complete summary and explanation of the AT command set for Hayes compatible dial-up modems is given on this page.

retrocomputing modems hayes commands references archived
JED quick reference https://nsrc.org/workshops/2016/pacnog19-nmm/references/jed-reference.html
Thu 22 Aug 2024 02:30:43 PM PDT archive.org

JED is a drop-in replacement for the EMACS editor, which has gotten very large and slow. The keybindings are almost entirely the same as gnu-emacs. It can be found as /usr/local/bin/jed on most vendor systems. It is must more lightweight and faster than gnu-emacs, and should be used for most simple text editing tasks, such as e-mail. It is especially recommended for users on the central mail servers as an faster alternative to emacs.

jed emacs references commands keys
phyver/GameShell https://github.com/phyver/GameShell
Thu 09 Nov 2023 01:21:28 PM PST archive.org

A game to learn (or teach) how to use standard commands in a Unix shell.

Teaching first-year university students or high schoolers to use a Unix shell is not always the easiest or most entertaining of tasks. GameShell was devised as a tool to help students at the Université Savoie Mont Blanc to engage with a real shell, in a way that encourages learning while also having fun. The original idea, due to Rodolphe Lepigre, was to run a standard bash session with an appropriate configuration file that defined "missions" which would be "checked" in order to progress through the game.

Available in English, French and Italian.

GameShell should work on any standard Linux system, and also on macOS and BSD (but we have run fewer tests on the latter systems). On Debian or Ubuntu, the only dependencies (besides bash) are the gettext-base and awk packages (the latter is generally installed by default). Some missions have additional dependencies: these missions will be skipped if the dependencies are not met.

In the AUR.

shells unix games teaching tasks basics commands
swisskyrepo/PayloadsAllTheThings https://github.com/swisskyrepo/PayloadsAllTheThings
Tue 10 May 2022 09:12:05 AM PDT archive.org

A list of useful payloads and bypasses for Web Application Security.

awesome infosec hacking commands payloads tricks embedded
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
cla01/rtlsdr-test1 https://github.com/cla01/rtlsdr-test1
Mon 17 Aug 2020 07:36:44 AM PDT archive.org

My first test of RTL-SDR to read signals from a water meter transmitter using the rtl_433 utility.

This is supposed to be a follow-up to my Reddit post in r/RTLSDR sub.

rf rtlsdr poc iot monitoring results commands
GitHub - BBVA/kapow: Kapow! If you can script it, you can HTTP it. https://github.com/BBVA/kapow
Thu 13 Aug 2020 05:20:14 PM PDT archive.org

A utility which turns any shell command into a REST API.

golang http rest api commands exocortex
Mitogen https://mitogen.networkgenomics.com/
Mon 25 Nov 2019 11:21:12 AM PST archive.org

Mitogen is a Python library for writing distributed self-replicating programs.

There is no requirement for installing packages, copying files around, writing shell snippets, upfront configuration, or providing any secondary link to a remote machine aside from an SSH connection. Due to its origins for use in managing potentially damaged infrastructure, the remote machine need not even have free disk space or a writeable filesystem.

It is not intended as a generic RPC framework; not intended for direct use by consumer software.

The focus is to centralize and perfect the intricate dance required to run Python code safely and efficiently on a remote machine, while avoiding temporary files or large chunks of error-prone shell scripts, and supporting common privilege escalation techniques like sudo, potentially in combination with exotic connection methods such as WMI, telnet, or console-over-IPMI.

Github: https://github.com/dw/mitogen

python sysadmin distributed commands repairs lightweight messages
jorgebucaran/awesome-fish https://github.com/jorgebucaran/awesome-fish
Tue 08 Oct 2019 07:02:47 PM PDT archive.org

A curated list of the most fabulous packages, prompts, and resources for the friendly interactive shell.

awesome list fish prompts commands tools configs shell
BTRFS Cheatsheet https://blog.programster.org/btrfs-cheatsheet
Tue 24 Sep 2019 02:49:02 PM PDT archive.org

A cheatsheet for using btrfs.

btrfs linux sysadmin cheatsheets howto commands
snipsco/snips-nlu https://github.com/snipsco/snips-nlu
Thu 17 Jan 2019 04:37:04 PM PST archive.org

Snips NLU (Natural Language Understanding) is a Python library that allows to parse sentences written in natural language and extracts structured information. Behind every chatbot and voice assistant lies a common piece of technology: Natural Language Understanding (NLU). Anytime a user interacts with an AI using natural language, their words need to be translated into a machine-readable description of what they meant. The NLU engine first detects what the intention of the user is (a.k.a. intent), then extracts the parameters (called slots) of the query. The developer can then use this to determine the appropriate action or response.

python modules nlp nlu parsing semantics commands analysis
shellinabox/shellinabox: Official-ish Fork of Shell In A Box https://github.com/shellinabox/shellinabox
Fri 26 Oct 2018 01:27:05 PM PDT archive.org

Shell In A Box implements a web server that can export arbitrary command line tools to a web based terminal emulator. This emulator is accessible to any JavaScript and CSS enabled web browser and does not require any additional browser plugins. Probably more heavyweight than SSH but it also affords certain advantages.

Written in C.

webapps shell terminal commands administration
Get more done at the Linux command line with GNU Parallel | Opensource.com https://opensource.com/article/18/5/gnu-parallel
Tue 15 May 2018 03:27:22 PM PDT archive.org
linux utilities sysadmin parallel commands article
yum command: Update / Install Packages Under Redhat Enterprise / CentOS Linux Version 5.x http://www.cyberciti.biz/faq/rhel-centos-fedora-linux-yum-command-howto/
Tue 20 Mar 2018 01:46:02 AM PDT archive.org

A couple of YUM tricks for Redhat derivatives which will no doubt come in handy for sysadmins.. such as removing all X related packages in one fell swoop.

sysadmin commands fedora centos howto rhn update redhat yum rhel install linux x security packages rpm uninstall
6660 links, including 429 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn