An open API service indexing awesome lists of open source software.

https://github.com/stfsy/boring-links

Collection of somehow useful links
https://github.com/stfsy/boring-links

boring collection links

Last synced: 6 months ago
JSON representation

Collection of somehow useful links

Awesome Lists containing this project

README

          

# Links

### DNS
- https://dnsspy.io `Monitor, validate and verify your DNS configurations`

### Docker
- https://docs.docker.com/engine/reference/builder/#entrypoint

### Google Material Design
- https://material.io/tools/resizer/
- http://materialdesignicons.com/

### Go
- https://golang.org/doc/effective_go.html `The Go Programming Language`

### Grafana Dashboards
- https://grafana.com/dashboards/3457 `Dashboard for JVM metrics with Prometheus / JMX Exporter`
- https://grafana.com/dashboards/4701 `Dashboard for Micrometer instrumented applications (Java, Spring Boot, Micronaut)`
- https://grafana.com/dashboards/8563 `Complete dashboard using metrics from prometheus JMX exporter, with drill down per job > instance`

### Hibernate
- https://docs.jboss.org/hibernate/orm/3.6/reference/en-US/html/session-configuration.html

### IBM
-https://www.ibm.com/support/knowledgecenter/en/was_beta_liberty/com.ibm.websphere.wlp.nd.multiplatform.doc/ae/rwlp_setup_jarserver.html

### Icons
- http://jollyicons.com/ `Jolly Icons is a set of 400 hand-drawn icons painted with love to add personality and joy to your project`

### MIT OpenCourseWare
- https://ocw.mit.edu/help/get-started-with-ocw/ `β€œThe idea is simple: to publish all of our course materials online and make them widely available to everyone.” β€” Dick K.P. Yue, Professor, MIT School of Engineering`

### PlantUML
- http://plantuml.com/ `Easily create UML Diagrams from simple textual description`
- http://ogom.github.io/draw_uml/plantuml/ `PlantUML CheatSheet`

### RaspberryPi
- https://howtoraspberrypi.com/how-to-overclock-raspberry-pi/
- https://scribles.net/disabling-bluetooth-on-raspberry-pi/
- https://github.com/Mange/rtl8192eu-linux-driver `Wifi drivers ready for compilation..`
- https://github.com/chootka/subnodes/ `Meshing.. `
- https://medium.com/@tdoll/how-to-setup-a-raspberry-pi-ad-hoc-network-using-batman-adv-on-raspbian-stretch-lite-dce6eb896687
- https://medium.com/swlh/setting-up-an-ad-hoc-mesh-network-with-raspberry-pi-3b-using-batman-adv-1c08ee565165
- https://www.raspberrypi.org/documentation/configuration/wireless/access-point.md `Network bridge wlan0 -> eth0`

### Spring
- https://docs.spring.io/spring/docs/current/spring-framework-reference/ `Spring Framework Documentation`
- https://docs.spring.io/spring/docs/current/spring-framework-reference/core.html `[..] covers all the technologies that are absolutely integral to the Spring Framework`
- https://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html `This appendix provides a list of common Spring Boot properties and references to the underlying classes that consume them`

## Misc
- https://medium.freecodecamp.org/how-we-fine-tuned-haproxy-to-achieve-2-000-000-concurrent-ssl-connections-d017e61a4d27
- https://mustread.tech/books `open-source and crowd-sourced book listing`
- https://lawsofux.com
- https://misc.flogisoft.com/bash/tip_colors_and_formatting `Bash tips: colors and formatting`
- https://unicode-table.com/en/#control-character
- http://shapecatcher.com/ `Unicode character recognition`
- http://veithen.io/2014/11/16/sigterm-propagation.html `How to propagate SIGTERM to a child process in a Bash script`
- https://www.jujens.eu/posts/en/2017/Feb/15/docker-unix-socket/ `Use Unix sockets with Docker`
- https://www.digitalocean.com/community/tutorials/an-introduction-to-useful-bash-aliases-and-functions `[..] Bash Aliases and Functions`
- https://vaneyckt.io/posts/safer_bash_scripts_with_set_euxo_pipefail/ `Safer bash scripts [..]`
- https://medium.com/zendesk-engineering/making-docker-and-consul-get-along-5fceda1d52b9
- https://medium.com/@eng.mohamed.m.saeed/show-all-credentials-value-in-jenkins-using-script-console-83784e95b857