FreeBSD TT-RSS

Posted on Wed 29 October 2014 in english

Since Google shut down its Reader you were desperately looking for an alternative? Or you would simply like to have a central place to follow your favourite news sites?
For all of you: tt-rss to the resque!

"What's tt-rss?" you ask?
tt-rss is an open source news feed reader and …


Continue reading

FreeBSD CGit

Posted on Wed 06 August 2014 in english

I copied this setup for a FreeBSD based git server with nginx and cgit from various sites and thus I should call it my Frankenstein jail...

First we must create a new jail, copy the resolv.conf, followed by the installation of various packages, namely:

# pkg install nginx fcgiwrap git …

Continue reading

FreeBSD Server

Posted on Tue 06 May 2014 in english

This post will show how I set up my FreeBSD server which aims to act as a fileserver (primarily).

Failover

# ifconfig igb0 up
# ifconfig igb1 up
# ifconfig lagg0 create 
# ifconfig lagg0 up laggproto lacp laggport igb0 laggport igb1 10.0.1.1/8

This is how the result looks:

lagg0 …

Continue reading