Blogixx - a markdown Flat File Blog System
2016-05-07
Blogixx is a markdown file Blog Module for myMVC. It is a so called "flat file blog system", which means there is no database required. Setup is easy and does not take long.
If you want your own Blog which comes […]
How to install firehol netdata on a Linux Ubuntu 14.04 Box and run it behind an Apache2 Proxy with Basic Auth Protection
2016-04-03
Installing
Get firehol netdata sources from github and install into /opt
folder.
$ cd /tmp
$ git clone https://github.com/firehol/netdata.git --depth=1
$ cd netdata
$ sudo ./netdata-installer.sh --install /opt
Update iptables
deny any access to the […]