Skip to content

Instantly share code, notes, and snippets.

@mattkasun
mattkasun / mq_troubleshooting.md
Last active April 17, 2023 10:03
Netmaker v0.13.0 MQ Troubleshooting

not applicable post v0.16.1

Basic Troubleshooting/Cert Regeneration

Check docker-compose.yml

if MQ is proxied

- image: eclipse-mosquitto:2.0.14-opensssl
- expose
  - 8883"
# Raw Package
import numpy as np
import pandas as pd
#Data Source
import yfinance as yf
#Data viz
import plotly.graph_objs as go
#Importing market data
data = yf.download(tickers='BTC-USD',period = '8d', interval = '90m')
@steven2358
steven2358 / ffmpeg.md
Last active June 21, 2024 06:00
FFmpeg cheat sheet