Last active
October 31, 2021 08:55
-
-
Save crittelmeyer/6acae5aeec3e1ec210ce to your computer and use it in GitHub Desktop.
Revisions
-
crittelmeyer revised this gist
May 13, 2016 . 1 changed file with 28 additions and 19 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -19,22 +19,31 @@ * vim - Vi IMproved, a programmers text editor * launchd - System wide and per-user daemon/agent manager ## Other useful tools * jp2a: convert jpeg to ascii * nmap: security scanner used to discover hosts and services on a computer network * wget: download files from the internet * ack: tool for finding text inside files * lynx: text web browser * p7zip: a linux port of 7zip * pv: "pipe viewer", displays a progress bar for a series of piped commands * rename: rename files using either common patterns via flags, or custom patterns via regex * speedtest_cli: for testing internet bandwidth using speedtest.net * tree: recursive directory listing with indention and colors * webkit2png: captures a screenshot of a website and saves locally as png * chronic: runs a command quietly unless it fails * combine: combine the lines in two files using boolean operations * ifdata: get network interface info without parsing ifconfig output * ifne: run a program if the standard input is not empty * isutf8: check if a file or standard input is utf-8 * lckdo: execute a program with a lock held * mispipe: pipe two commands, returning the exit status of the first * parallel: run multiple jobs at once * pee: tee standard input to pipes * sponge: soak up standard input and write to a file * ts: timestamp standard input * vidir: edit a directory in your text editor * vipe: insert a text editor into a pipe * zrun: automatically uncompress arguments to command TODO: cheatsheets for these tools -
crittelmeyer revised this gist
Dec 31, 2015 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -17,6 +17,7 @@ * [cheatsheet](https://gist.github.com/crittelmeyer/443aed71797d692a6c0e) * netstat - show network status * vim - Vi IMproved, a programmers text editor * launchd - System wide and per-user daemon/agent manager ## Other tools * jp2a -
crittelmeyer revised this gist
Dec 31, 2015 . 1 changed file with 7 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,13 +3,13 @@ ## Built-in Mac OS tools * ls - list directory contents * wc - word, line, character, and byte count * cp - copy files * mv - move files * rm - remove directory entries * chmod - change file modes or Access Control Lists * chown - change file owner and group * mkdir - make directories * touch - change file access and modification times * grep, egrep, fgrep, pgrep - file pattern searcher * [cheatsheet](https://gist.github.com/crittelmeyer/3efb79db19fe1483c0c3) * sed - stream editor -
crittelmeyer revised this gist
Dec 31, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,7 +11,7 @@ * mkdir * touch * grep, egrep, fgrep, pgrep - file pattern searcher * [cheatsheet](https://gist.github.com/crittelmeyer/3efb79db19fe1483c0c3) * sed - stream editor * xargs - construct argument list(s) and execute utility * [cheatsheet](https://gist.github.com/crittelmeyer/443aed71797d692a6c0e) -
crittelmeyer revised this gist
Dec 31, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,7 +14,7 @@ * cheatsheet - https://gist.github.com/crittelmeyer/3efb79db19fe1483c0c3 * sed - stream editor * xargs - construct argument list(s) and execute utility * [cheatsheet](https://gist.github.com/crittelmeyer/443aed71797d692a6c0e) * netstat - show network status * vim - Vi IMproved, a programmers text editor -
crittelmeyer revised this gist
Dec 31, 2015 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,10 +11,10 @@ * mkdir * touch * grep, egrep, fgrep, pgrep - file pattern searcher * cheatsheet - https://gist.github.com/crittelmeyer/3efb79db19fe1483c0c3 * sed - stream editor * xargs - construct argument list(s) and execute utility * https://gist.github.com/crittelmeyer/443aed71797d692a6c0e * netstat - show network status * vim - Vi IMproved, a programmers text editor -
crittelmeyer revised this gist
Dec 31, 2015 . 1 changed file with 27 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,9 +10,30 @@ * chown * mkdir * touch * grep, egrep, fgrep, pgrep - file pattern searcher ** cheatsheet - https://gist.github.com/crittelmeyer/3efb79db19fe1483c0c3 * sed - stream editor * xargs - construct argument list(s) and execute utility ** https://gist.github.com/crittelmeyer/443aed71797d692a6c0e * netstat - show network status * vim - Vi IMproved, a programmers text editor ## Other tools * jp2a * git * brew * docker * docker-machine * docker-compose * puppet * vagrant * bundler * rbenv * ruby * rails * rspec * postgres * haskell * unicorn * node * nmap -
crittelmeyer created this gist
Dec 31, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ # Linux tools to know ## Built-in Mac OS tools * ls - list directory contents * wc - word, line, character, and byte count * cp * mv * rm * chmod * chown * mkdir * touch * grep * egrep * fgrep * pgrep * sed * xargs