Skip to content

Commit bdd68f2

Browse files
committed
updated README.md
1 parent bb74690 commit bdd68f2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,12 @@ Environment variables are supported for convenience and also to hide credentials
170170
### DevOps Golang Tools - Inventory
171171

172172
- Linux:
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-
- ```colors.go``` - prints a table of terminal colors and their escape codes for doing fancy shell stuff
177-
- ```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)
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 in-built `pldd` command often fails to attach to a process
177+
- `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)
178179

179180
### Detailed Build Instructions
180181

0 commit comments

Comments
 (0)