惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

IT之家
IT之家
腾讯CDC
博客园 - Franky
S
SegmentFault 最新的问题
美团技术团队
阮一峰的网络日志
阮一峰的网络日志
J
Java Code Geeks
Y
Y Combinator Blog
Engineering at Meta
Engineering at Meta
Microsoft Security Blog
Microsoft Security Blog
MongoDB | Blog
MongoDB | Blog
I
InfoQ
T
Tailwind CSS Blog
Hugging Face - Blog
Hugging Face - Blog
B
Blog RSS Feed
博客园 - 叶小钗
博客园_首页
有赞技术团队
有赞技术团队
雷峰网
雷峰网
量子位
小众软件
小众软件
月光博客
月光博客
U
Unit 42
D
DataBreaches.Net

herrkaefer

"Vibe planning \u003e vibe coding" "Anything to Markdown" "Built anocus: anonymous commenting for static sites" "日记与小说 -- AI 续写小说欣赏" "Any-podcast: from newsletters to a podcast" "Made MicPipe: a simple voice input tool using ChatGPT dictation" "关于 Tools 和 Skills 的一点感想" "Realtime monitoring of ComEd hourly price" "Introducing SwiftEdgeTTS" "Thoughts on the philosophy of building AI-native apps" "jelly鼻屎" "等饭的人" "Use home assistant to motivate my kid to brush teeth" "Migrated Blog to Hugo and Cloudflare Pages" "Easy Aspen monitoring for Chicago parents" "Introducing HabitBuilder: A simple Telegram bot for habit tracking" "鼓捣" "Open folder or file with Sublime Text from Finder toolbar" "Python dev workflow on macOS" "Create new text file from Finder toolbar" "Uno reinvented for 3-year-old kids" "Uno变身儿童数字游戏" "自动转发Twitter到微博" "Handle annoying operations of objects in Realm DB" "Move Jekyll blog to Ubuntu VPS" "Introducing Mole" "Note taking without note taking app" "Deploy Python web application on Ubuntu server" "Setup Shadowsocks / VPN on Ubuntu Server" "Linode Notes - Basic Setup"
"给Live Space备个份"
"herrkaefer" · 2008-06-25 · via herrkaefer

虽然对盖茨捐出580亿做慈善实在钦佩的无话可说,但对微软的东西从来都没什么太大信心。对于MSN和space经常出问题和不好用基本上都习以为常了。但有没有可能微软服务器被黑掉或者自己密码被改掉的事情发生?* 所以,让我们未雨绸缪高瞻远瞩,先把日志备份一下。 网上找到个中国人做的小软件live spave mover(其实是个Python脚本程序),可以把space日志备份成xml格式(WordPress博客程序所支持的格式,可以直接导入),可作为从live space到WordPress博客的搬移工具,另外,其实可以用来备份日志到本地——很多人同时把日志发表在几个地方做备份只用,其实放在硬盘上虽然不是最安全的,却是最让心里踏实的。虽然live space并不支持把备份的xml日志再行导入,但一旦你需要这么做的时候,想必你也不会再用live space了。 使用前需按作者建议修改live space的设置,不必复述。此处记下一点经验:Python运行环境安装后似乎并不会自动把python程序加入路径,所以我图省事,把所有程序都拷到python安装目录下运行。