# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/q7vwejq
教你如何在 Linux 系統中查看系統日誌**
\\*大家好,我是中文妹。\\*Linux 系統提供了強大的日誌功能,可以記錄系統和應用程序的各種事件和錯誤信息。系統日誌對於故障排除和性能監控非常重要。一、使用命令行工具查看系統日誌使用 journalctl 命令查看系統日誌:journalctl 命令是 systemd 日誌管理器的客戶端工具,它可以查看 systemd 生成的日誌。通過以下命令可以查看所有日誌信息:journalctl這會列出所有日 ⌘ Read more
*