A great article from Greg Lehey about explaining BSD: https://www.freebsd.org/doc/en_US.ISO8859-1/articles/explaining-bsd/index.html
Tag: linux
FreeBSD & Linux Performance Tools
A little bit of nginx
Took me a moment to find out how to redirect a URL if the URL contains a certain word, in Nginx, here it is: location ~ \.xml$ { rewrite ^(.*)$ http://urltoberedirected.com/$1; proxy_set_header X-Real-IP $remote_addr; proxy_set_header […]
cp with progress “bar”
You need progress feedback to your “cp” command on unix? No problem: “rsync -Pa source destination” This made my day ?
NagiosQL
Nagiosql + icinga short how to
How To Become A Hacker – Eric Steven Raymond
This article caught my attention, I recommend to any IT enthusiast out there: http://catb.org/~esr/faqs/hacker-howto.html