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

推荐订阅源

W
WeLiveSecurity
The GitHub Blog
The GitHub Blog
Engineering at Meta
Engineering at Meta
Microsoft Azure Blog
Microsoft Azure Blog
The Register - Security
The Register - Security
Stack Overflow Blog
Stack Overflow Blog
博客园 - 三生石上(FineUI控件)
T
Threat Research - Cisco Blogs
S
SegmentFault 最新的问题
V2EX - 技术
V2EX - 技术
Hacker News: Ask HN
Hacker News: Ask HN
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
P
Proofpoint News Feed
J
Java Code Geeks
Microsoft Security Blog
Microsoft Security Blog
M
MIT News - Artificial intelligence
AI
AI
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
P
Proofpoint News Feed
Hacker News - Newest:
Hacker News - Newest: "LLM"
B
Blog
N
News and Events Feed by Topic
N
News | PayPal Newsroom
Google DeepMind News
Google DeepMind News
酷 壳 – CoolShell
酷 壳 – CoolShell
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
WordPress大学
WordPress大学
C
Cybersecurity and Infrastructure Security Agency CISA
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 【当耐特】
U
Unit 42
腾讯CDC
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
The Cloudflare Blog
H
Help Net Security
Recent Announcements
Recent Announcements
P
Privacy & Cybersecurity Law Blog
IT之家
IT之家
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Security Archives - TechRepublic
Security Archives - TechRepublic
L
LINUX DO - 热门话题
Martin Fowler
Martin Fowler
MongoDB | Blog
MongoDB | Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
H
Heimdal Security Blog
博客园 - 聂微东
S
Securelist
大猫的无限游戏
大猫的无限游戏
Cloudbric
Cloudbric
Cisco Talos Blog
Cisco Talos Blog

电脑网络 on 老刘博客

浅谈群晖安全性方面的设置 那些年,我折腾过的杀毒软件 edge浏览器里几个实用的小功能 manjaro的gnome版本升级到43.1了 群晖安装trilium笔记web端不刷新的处理方法 关于笔记软件的选择 VPS服务器系统的选择 Windows11 如何使用ie浏览器 正式使用Manjaro系统 ubuntu20.04开机亮度最大的解决方法及输入法设置 linuxmint高分屏设置 试用统信uos家庭版 更新群晖至DSM7.0 cccleaner变流氓了 微软 Mcrosoft Store打不开的处理方法
推荐一款免费开源的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