- Low vs high-level
- TLS support
- Stats / Metrics / Monitoring (
S) - Auto-reconnect (
R) - Topology recovery (
TR)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # https://help.ubuntu.com/community/Logitech_Marblemouse_USB | |
| # https://wiki.archlinux.org/index.php/Logitech_Marble_Mouse | |
| # | |
| # Xorg Functions | |
| # 1 = Left Click | |
| # 2 = Middle Click | |
| # 3 = Right Click | |
| # 4 = Mouse Cursor Down | |
| # 5 = Mouse Cursor Up | |
| # 6 = Mouse Cursor Left |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env ruby | |
| require 'bunny' | |
| require 'dotenv/load' | |
| connection = Bunny.new ENV['CLOUDAMQP_URL3'] | |
| connection.start | |
| channel = connection.create_channel # Declare a channel | |
| for i in 1..1 | |
| puts "Creating queue #{i}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <gpx xmlns="http://www.topografix.com/GPX/1/1" xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v3" creator="CALTOPO" version="1.1"><wpt lat="46.23509721088818" lon="-121.51059653641363"><name>Adams Adams Glacier camp 7500</name></wpt></gpx> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ python ./rabbitmqadmin | |
| ERROR: Action not specified | |
| rabbitmqadmin --help for help | |
| $ python ./rabbitmqadmin --help | |
| Usage | |
| ===== | |
| rabbitmqadmin [options] subcommand |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rabbitmq.config | |
| *.bin | |
| *env*/ | |
| *.pyc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *.beam |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *env*/ | |
| *.pcap* | |
| logs/ | |
| rabbitmq-perf-test*/ | |
| toxiproxy-*-amd64 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *env*/ |