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

推荐订阅源

K
Kaspersky official blog
Martin Fowler
Martin Fowler
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
V
Visual Studio Blog
博客园_首页
Engineering at Meta
Engineering at Meta
The Cloudflare Blog
MongoDB | Blog
MongoDB | Blog
Blog — PlanetScale
Blog — PlanetScale
T
The Blog of Author Tim Ferriss
雷峰网
雷峰网
D
Docker
博客园 - 司徒正美
S
SegmentFault 最新的问题
M
MIT News - Artificial intelligence
博客园 - 叶小钗
博客园 - 三生石上(FineUI控件)
U
Unit 42
J
Java Code Geeks
A
About on SuperTechFans
N
Netflix TechBlog - Medium
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
S
Security Affairs
I
Intezer
Cisco Talos Blog
Cisco Talos Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
B
Blog RSS Feed
P
Privacy & Cybersecurity Law Blog
T
Tenable Blog
T
Threatpost
H
Hacker News: Front Page
G
Google Developers Blog
博客园 - 【当耐特】
Hugging Face - Blog
Hugging Face - Blog
Apple Machine Learning Research
Apple Machine Learning Research
L
Lohrmann on Cybersecurity
大猫的无限游戏
大猫的无限游戏
Google DeepMind News
Google DeepMind News
A
Arctic Wolf
S
Secure Thoughts
GbyAI
GbyAI
NISL@THU
NISL@THU
S
Security @ Cisco Blogs
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Webroot Blog
Webroot Blog
C
CXSECURITY Database RSS Feed - CXSecurity.com
O
OpenAI News
Spread Privacy
Spread Privacy
Application and Cybersecurity Blog
Application and Cybersecurity Blog

软件 on 老刘博客

折腾杀毒软件的一点感想 在群晖里安装简单的笔记软件flatnotes 手机上有好用的输入法吗? 再次使用 KeepassXC进行密码管理 2024年,高德地图和百度地图选哪个?
推荐一款免费开源的RSS软件-Quiterss
老刘 · 2021-12-23 · via 软件 on 老刘博客

RSS对于很多博主来说都不会陌生,很多博友还都有着使用RSS订阅的习惯。有很多朋友还专门在VPS用tiny tinyRSS或者freshrss程序自己设立一个服务器。老刘目前也是在甲骨文的免费小鸡上用着tinyrss。这段时间在折腾PYTHON,在ubuntu上折腾。偶然发现了这个程序,体验了一下,感觉还是很不错的,推荐给大家。

QuiteRSS。它是一款免费开源且跨平台的 RSS 阅读器客户端软件,支持 Windows、Mac、Linux 系统,界面并不算华丽,但是该有的功能都有了,比如:支持 RSS 内容的中文关键字搜索,支持标签归类功能,可以对文章加上星号或标签来收藏整理,标记未读已读,支持 OPML 导入导出、可以文件夹整理 Feed、内置浏览器 (可设置使用外部默认浏览器打开)、支持多标签页等,基本上能满足一切 RSS 的阅读需求。

Quiterss支持windows、MACOS、LINUX,在ubuntu、win7、win10等都可以完美的应用,对于windows版本,官方推出的还有绿色版,可以说非常的全面了,唯一让老刘感觉不爽是无法在各个设备之间同步,要是以后通过网盘之类的在不同设备之间同步,那就非常的完美了。

安装方法:

win下和mac下都很简单,直接下载安装即可。这里专门说说Linux下的方法

Arch Linux

pacman -S quiterss

Fedora

yum install quiterss

Ubuntu

可以直接在应用商店里搜索下载,也可以:

sudo add-apt-repository ppa:quiterss/quiterss
sudo apt-get update
sudo apt-get install quiterss