Prayeth for your life, fools, for ages of bad taste cometh.
VirtualTam's bookmarks
-
-
2015-06-12 - Why Jenkins don't love me? http://m.memegen.com/oqruus.jpg
- Much stable. Success. https://raw.githubusercontent.com/ahmednuaman/meme-says-jenkins/master/assets/img/build-blue.jpg
- A code review fail http://m.memegen.com/oojxsc.jpg
- No idea https://regmedia.co.uk/2015/01/28/dog_meme_.jpg
- We will invade http://www.mememaker.net/static/images/memes/3675436.jpg
- Your own code http://devopsreactions.tumblr.com/post/120682285491/reading-your-own-code
- I have done my code reviews http://cdn.meme.am/instances/500x/58587913.jpg
- Too complex? https://i.imgur.com/nXrYiub.jpg
- Ship it https://qph.ec.quoracdn.net/main-qimg-d656a4e5537062cd665afe7c9ff46c53
-
2015-06-09 -
Pro: no need to setup a DNS server to test virtualhosts Con: keep in mind that all "fake" hosts will point to 127.0.0.1!
- Use /etc/hosts to declare test hosts / domains / subdomains
#<ip-address> <hostname.domain.org> <hostname> 127.0.0.1 localhost.localdomain localhost 127.0.0.1 host.localdomain host 127.0.0.1 sub.host.localdomain sub.host ::1 localhost.localdomain localhost
- Allow per-user virtualhost definition in either (depending on your distro)
/etc/httpd/conf/httpd.conf
/etc/apache2/apache2.conf
Include
/home/albert/.httpd/*.conf
- Profit! Create virtualhosts with local hostnames :)
-
2015-06-07 PEW! PEW!
-
The French StackOverflow!
-
2015-05-31 -
2015-05-31 -
2015-05-26 -
2015-05-19 -
2015-05-12 -
Original script @ https://gist.github.com/yuvipanda/5174162
-
2015-05-10 - Test first! Test first!
-
2015-05-10 -
2015-05-09 Wow, Github now has builtin support for IPython Notebooks \o/
-
2015-05-04 -
2015-05-02 1$ pip install eg 2$ eg <command>