修复docker网络
k3 网络被lxc搞坏了
service docker stop; pkill docker; iptables -t nat -F; ifconfig docker0 down; brctl delbr docker0; service docker startk3 网络被lxc搞坏了
service docker stop; pkill docker; iptables -t nat -F; ifconfig docker0 down; brctl delbr docker0; service docker starthttps://hellohelium.com/ 邀请码 BW8XIWJ
关键点,美国住宅地址,中国护照,eSim。
免费美国境内,每月高速流量3G,通话100分钟,短信300.
境外短信电话可以vowifi,没有免费漫游流量。
折腾了几个小时,踩了几个坑,终于拼凑出了可行的配置
https://github.com/yy4382/tts-importer
轻松将 Azure TTS 语音合成服务导入阅读软件。现支持阅读(legado)、爱阅记、源阅读
import win32com.client
ol= win32com.client.Dispatch('Outlook.Application')
my=ol.GetNamespace("MAPI")
rl= my.Folders('[email protected]').Folders('Inbox')
for msg in rl.Items: print(f"{msg.ReceivedTime} {msg.SenderName}")