Dsero = scam + spam, careful

Long story short, I contacted them on Facebook. I had not once received any spam on Facebook, ever. A few minutes after I contacted them I received Nigera Spam on Facebook. Careful. I would advise to not use their “service”. Their business plan is to get ahold of email addresses and sell them to spammers…

Read Article

Nginx and Go through unix socket

Simple setup example Our nginx vhost:

The Go app

Read Article

eclipse (kepler) cdt c++11

1. Project settings Right click your project and properties add

under C/C++ Build – Settings – LLVM Clang C++ – Miscellaneous Note: Do this for each build configuration (e.g. Debug, Release) I have not found a better solution yet. 2. Globally add c++11 to the preprocessor Window – Preferences – C/C++ – Build –…

Read Article

archlinux php.ini

Just a FYI. If you’re using archlinux and wonder why the php.ini in /etc/php/ isn’t parsed, in my case i’m using uwsgi so the php_sapi_name() returns uwsgi so i have to

Read Article

Firefox show http

Do you also hate it that Firefox disables the Schema prefix http https by default? I do. To solve this: Press CTRL+L or go to the address bar and type about:config Doubleclick on browser.urlbar.trimURLs so it is set to false If you’re annoyed by the highlighting of the domain name change browser.urlbar.formatting.enabled to false

Read Article