-
Reinstall old version of jinja2 (for ansible templating bug on python3.9)
pip3 install --force-reinstall -v "jinja2==3.0.3"
-
Upgrade all packages
pip3 freeze > requirements.txt
pip3 install -r requirements.txt --upgrade
#https://medium.com/@s_van_laar/deploy-a-private-ipfs-network-on-ubuntu-in-5-steps-5aad95f7261b
#https://labs.eleks.com/2019/03/ipfs-network-data-replication.html
#https://www.joranhonig.nl/stealing-info-using-ipfs-fuse/
By default, IPFS and IPFS-Cluster use the following ports:
IPFS
4001 – Communication with other nodes
#https://www.sitepoint.com/debugging-mobile-websites-firefox/
sitepoint.com Debugging Mobile Websites with Firefox — SitePoint Jérémy Heleine 9-11 minutes
All the major browsers now provide tools to help test and debug websites on mobile devices. In this article I will look specifically at Firefox’s offerings and then compare them to Chrome and Internet Explorer. Testing with Firefox Responsive Mode
ffmpeg -i 'https://xxxx.xxxx.xxx/master.m3u8?this_named_token=xxxxx' -vcodec copy -c copy -crf 50 file.mp4
# vi /etc/keepalived/keepalived.conf
vrrp_script chk_maxscale {
script "pidof maxscale"
curl -X "GET" "https://api.spotify.com/v1/me/tracks" -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer xxx" > /tmp/out.json