NabRSS 0.4 has been released
This upgrade allows disabling and re-enabling feeds. No need to delete unwanted feeds if you only want it to shut up temporarily. nabrss-0.4.tar.gz
This upgrade allows disabling and re-enabling feeds. No need to delete unwanted feeds if you only want it to shut up temporarily. nabrss-0.4.tar.gz
In the past I hacked around a problem with the order of starting (and with several bugs) a network stack combined of network bonding (teaming) + VLAN tagging, and then with network bridging (aka – Xen bridges). This kind of setup is very useful for introducing VLAN networks to guest VMs. This works well on…
I have written an RSS to Nabaztag (using API) php scripts. Special thanks to magpierss, for doing the complicated work of converting RSS feeds to PHP-usable arrays. This system requires MySQL server, Apache server and PHP version 5 (haven’t tested it on PHP version 4). The scripts are supplied under GPL license, and are free…
The idea in general is to have multiple wireless networks at home – one for the house residents, the other for visitors. The home network should have full access to everything, while the guest network should be able to reach the Internet, but nothing else. I have Asus RT-AC87U, which is a fine router, but…
For the latest (and currently whole) ks.cfg I use, check this link. I have extended the logic there, and got the following out of it. Showing only the %pre section: %pre # By Ez-Aton http://www.tournament.org.il/run for i in `cat /proc/cmdline`; do echo $i >> /tmp/vars.tmp done grep “=” /tmp/vars.tmp > /tmp/vars # Parse command line….
When you need to troubleshoot SMTP issues, it is a known fact that a simple telnet to port 25 of the SMTP server in question would get you far. It will get you to see the problems. When connecting to Office365 (outlook.com) to relay mail, and you want to check how things work, you can…
In particular – Oracle UEK, which “claims” to be 2.6.39-xxx, but is actually 3.0.x with a lower version number. Several misbehaviors (or differences) of version 3 can be found. One of them is related to BackupExec. The service would not start on OEL6 with UEK kernels. The cause of it is an incorrect use of…
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Hi there,
Just wanted to say a big thanks for nabrss which I have just installed and am now running :o) With Violet’s own RSS being so flakey its great to find one I can run myself!
Thanks again,
Adi :o)
With pleasure 🙂
This is the reason I have created nabrss. I should add more functionality into it, but I will do so as soon as I bother re-activating the nabaztags.
Ez