You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -171,11 +171,19 @@ Environment variables are supported for convenience and also to hide credentials
171
171
172
172
- Linux:
173
173
-`uniq2.go` - like `uniq` but you don't have to sort first and it preserves the ordering
174
-
-`diffnet.go` - simplifies diff output to show only lines added/removed, not moved, from patch files or stdin (pipe from standard `diff` or `git diff` commands)
175
-
-`httpfirst.go` - returns the first http/https url address argument to respond (fastest multi-threaded reply using go channels). More sophisticated version is `find_active_server.py` in the [DevOps Python tools](https://github.com/HariSekhon/DevOps-Python-tools) repo which can handle multi-master clusters, tcp sockets, regex etc.
176
-
-`pldd.go` - parses `/proc` on Linux to show the runtime `.so` loaded dynamic shared libraries a program pid is using. Runtime equivalent of the classic static `ldd` command and because the system `pldd` command often fails to attach to a process
174
+
-`diffnet.go` - simplifies diff output to show only lines added/removed, not moved, from patch files or stdin
175
+
(pipe from standard `diff` or `git diff` commands)
176
+
-`httpfirst.go` - returns the first http/https url address argument to respond (fastest multi-threaded reply using
177
+
go channels). More sophisticated version is `find_active_server.py` in the [DevOps Python tools](https://github.com/HariSekhon/DevOps-Python-tools) repo which can
178
+
handle multi-master clusters, tcp sockets, regex etc.
179
+
-`pldd.go` - parses `/proc` on Linux to show the runtime `.so` loaded dynamic shared libraries a program pid is
180
+
using. Runtime equivalent of the classic static `ldd` command and because the system `pldd` command often fails to
181
+
attach to a process
177
182
-`colors.go` - prints a table of terminal colors and their escape codes for doing fancy shell stuff
178
-
-`welcome.go` - cool spinning welcome message greeting your username and showing last login time and user to put in your shell's `.profile` (there are also Python and Perl versions in my [DevOps Python Tools](https://github.com/HariSekhon/DevOps-Python-tools) and [DevOps Perl Tools](https://github.com/HariSekhon/DevOps-Perl-tools) repos)
183
+
-`welcome.go` - cool spinning welcome message greeting your username and showing last login time and user to put in
184
+
your shell's `.profile` (there are also Python and Perl versions in my
185
+
[DevOps Python Tools](https://github.com/HariSekhon/DevOps-Python-tools) and
0 commit comments