Related Posts
Think you’re in a big project?
Recently I became curious on how many lines of code a huge open source project I contribute to has on what languages. I found a tool called “cloc” on sourceforge, check out the results and I dare you to think again if you think you’re in a big project.
What to do when lighttpd won’t start and won’t give out any error output?
So you upgraded your server, or just all of a sudden you try to start lighttpd, it says the server started ok, but you check and there’s no lighttpd process. You then go after your error log files, and nothing… what the fuck is happening? try this to attempt to debug. sudo strace -ff /usr/local/sbin/lighttpd […]