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
I have been using NextCloud for a long while now. It is a smart solution, and although I do not like its agent (I’ve had many problems with it around Hebrew file names on multiple types of operating systems, which never matured enough for a full bug description and details) – for an easy access…
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…
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…
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…
Here’s a little script I’ve written which deletes older than AGE days files, and has an exclude list, just in case. It’s meant to be run by cron on a daily basis: #!/bin/sh # Source of all evil DIR=/ftp # Age of file in days AGE=10 # Exclude list – Use pipe (|) seperated values….
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….
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