I’m looking to use a personal RSS Feed for system reporting, so I’m wondering if it’s possible to create a script that sends its $1 to an RSS feed, ala self_test_command > rss_report.sh. I don’t currently have an RSS feed set up, either, so what would be the easiest way to set up an RSS feed running from a Linux box?
I’m looking to use a personal RSS Feed for system reporting, so I’m wondering
Share
I have a proper solution for you, in
command line. That use Perl Template::Toolkit module in background (no need to learn Perl just now) :first install the package
perl-template-toolkit, then create the template filerss.tpl:And run the command :
Output is :
You will find a complete template to modify here