Notes Reactive Streams – Contract, Asynchronous, non-blocking, backpressure– Interfaces Publisher Subscriber Subscription Processor Flux, Mono Mono – publish 0 or 1 elements Flux – [0 .. n] elements.
Category: Uncategorized
Web Flux – Flux Objects
Terminal Output When Executed.
Spring profiles
Running Spring boot application under different profiles: In intellij, click the edit configurations in the run/build dropdown Under Environment > Vm options add: -Dspring.profiles.active=local,dev
F5 LTM bash script
Used when a new service is needed. #!/bin/bash read -p “What is the name of this Virtual Server ? ” vs read -p “What is the IP for the VIP ? ” vip read -p “What is the IP for the node 1? ” node1_ip read -p “What is the IP for the node 2?… Continue reading F5 LTM bash script
tcpdump
Tcpdump commands. Useful when taking a look at the network. tcpdump -w filename.pcap # to write tcpdump -r filename.pcap # to read # Filters: tcpdump host <ip address> tcpdump src host <ip address> tcpdump dst host <ip address> tcpdump dst port 8080 tcpdump host 10.12.23.34 and port 8080
Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!