Python, in Excel?
This was definitely not in my realm of possible collaborations, but I'm interested to see how this turns out.
https://www.theverge.com/2023/8/22/23841167/microsoft-excel-python-integration-support
本次故障的故障详情:
8月21日下午服务器莫名死机(近期并未登录服务器进行任何操作,SSH连不上,监控面板显示监控数据突然中断,故推测是死机);后强制重启了服务器,启动后发现Nginx只能监听到内网IP,无法监听公网IP,但是通过公网IP能SSH,80和443端口也确定是正常的。
最终查明原因:
iptables 只放行了来自内网ip的80和443端口的 inbound流量,解决办法:
iptables -I INPUT -p tcp -s 0.0.0.0/0 --dport 80 -j ACCEPT
iptables -I INPUT -p tcp -s 0.0.0.0/0 --dport 443 -j ACCEPT
Chinese 🇨🇳 / Dictatorial Admin / Mastodon Code Contributor / 摸鱼技术布道师
Steam: https://steamcommunity.com/id/MashiroBest
Epic: https://store.epicgames.com/en-US/u/d211c824cbd94aaeba898db6bb823ff7
原批交流群:966322309