
SH Knowledge bundles:
distsearch.conf -- SH side maxBundleSize server.conf - IDX side max_content_length Knowledge bundles locations: SH -- var/run/*.bundle or *.delta IDX-- var/run/searchpeer *.bundle or *.delta
distsearch.conf -- SH side maxBundleSize server.conf - IDX side max_content_length Knowledge bundles locations: SH -- var/run/*.bundle or *.delta IDX-- var/run/searchpeer *.bundle or *.delta
ls -lhtr |sort -nr find / -type f -size +100M du -skh * | sort -nr du -a /dir/ | sort -n -r | head -n 20. tar -tvf sh-i-0cfa1f8cb51e69c62.unimelb.splunkcloud.com-1583003015.bundle | sort -nr -k3 | head -n 20
1. git add -A 2. git commit -m "" 3. git status 4. git push -u origin master 5. git pull
export FLASK_APP=run.py flask run --host=0.0.0.0 --port=5001
import yfinance as yf stockcode = ["MSFT", "AAPL", "SPLK", "CSCO", "GOOG", "TSLA", "NOK"] stocks = [] for item in stockcode: #print(item) s = yf.Ticker(item) stock_instance = { "code": item, "website": s.info['website'], "price": s.info['regularMarketPrice'] } stocks.append(stock_instance) #print(s.info['website']) #print(stock_instance) print(stocks)
You can put any information here you'd like.