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’ve been using a WordPress Docker for some time now. My Docker is invoked through the docker-compose toolset, and it generally functions well. However, at times, specific configurations are needed. For instance, when adjusting the PHP file size limitation or adding mod_headers to address CORS issues on WordPress. The key is to override the Docker…
SSH is a wonderful tool. One of its best features is the ability to pierce a firewall and let you go through it. If you’re using the dynamic port (-D as argument in command line openSSH), you actually get a SOCKS5 proxy over which you can transport all your desired data. This allows you the…
Using the GUI, it could be somewhat complex identifying a VM based on its MAC address. There are several solutions on the network using PowerShell, but I will demonstrate it using a simple bash script, below. Save, make executable, and run. Enjoy #!/bin/bash if [ -z “$1” ] then echo “Requires parameter – MAC…
This is an interesting bug I have encountered: The output of an sssu command should look like this: EVA> DELETE STORAGE “Virtual DisksLinuxoracleSNAP_ORACLE” EVA> It still leaves the snapshot (SNAP_ORACLE in this case) visible, until the web interface is used to press on “Ok”. This happened to me on HP EVA with HP StorageWorks Command…
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….
I would like to start with a declaration – I would prefer not to use ACFS for a stand-alone system. It binds the “normal” order of startup and mounts to the cluster. Not only that – but while until version 12.1, RAC stand alone had a built-in service for ACFS, this is no longer the…
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