(2019) Do-nothing scripting: the key to gradual automation

This commit is contained in:
Morgan 2019-08-05 13:39:58 +02:00 committed by GitHub
parent 8d260df485
commit 2338cb5387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5235,6 +5235,7 @@ Raw
* [DistroTest](https://distrotest.net/?module=systems&action=list) - The first online operating system tester | Take a look at the existing linux distributions, test them live online and thus without any installation
* [gitignore.io](https://www.gitignore.io/) - Generate .gitignore files for your project
* [1x Engineer](https://1x.engineer/) - a non-exhaustive list of what qualities make up a 1x engineer.
* [Dan Slimmon](https://blog.danslimmon.com/2019/07/15/do-nothing-scripting-the-key-to-gradual-automation/) - (2019) Do-nothing scripting: the key to gradual automation | pattern for scripts that do nothing but still help on the road to automation
## Programmer humor
* [CommitStrip](http://www.commitstrip.com/en) - daily life of developers
@ -5725,6 +5726,7 @@ Raw
type `curl ident.me` to know your public ip
* [Miguel Rentes](https://rentes.github.io/unix/utilities/2015/07/27/moreutils-package/) - (2015) moreutils: the utilities package every UNIX/Linux/Mac OS developer should know | nice utilities
* [MorganGeek](https://gist.github.com/MorganGeek/3d29301206b52f02db001126d7adfafe) - My own favorite commands ;-)
* [Dan Slimmon](https://blog.danslimmon.com/2019/07/15/do-nothing-scripting-the-key-to-gradual-automation/) - (2019) Do-nothing scripting: the key to gradual automation | pattern for scripts that do nothing but still help on the road to automation
## Shell Aliases
* [robbyrussell/oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/common-aliases/common-aliases.plugin.zsh) - common aliases from oh-my-zsh