Related Posts
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 […]
Firefox 1.6 might include Python interpreter:
Rumors say Google engineers are working on a branch of code that will allow embedding python code on the client side. It seems finally we won’t have to deal with an Object Based language (javascript) which makes sense… Now we’ll have a true Object Oriented language running on the backend of Firefox. This totally makes […]
NSIS: StrContains function – Find the index of a sub string.
Recently I was out of internet and I needed to implement a function that would search if a String was part of another String for an NSIS installer. Here’s my rendition of such a function. Once I came back online I found out about StrStr, but here’s another option that gives you as output the […]
