nixCraft Linux / UNIX Newsletter

Link to [RSS/Feed] nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format

How to generate RSS 2.0 feed quickly using Python

Posted: 29 Nov 2019 11:58 AM PST


I wanted to generate RSS 2.0 feeds in Python. Nothing fancy but for certain tasks I needed it something that is quick and just works out of the box. I found rfeed. It is a library to generate RSS 2.0 feeds in Python. It is in my opinion straightforward to use. This post explains how to generate RSS 2.0 feed quickly using Python.

The post How to generate RSS 2.0 feed quickly using Python appeared first on nixCraft.

How to check and list installed packages in CentOS Linux

Posted: 29 Nov 2019 10:33 AM PST

How do I check installed packages in CentOS Linux version 6.x/7.x/8.x? How can I List installed packages on CentOS Enterprise Linux server?

The post How to check and list installed packages in CentOS Linux appeared first on nixCraft.