VirtualTam's bookmarks
1834 bookmarks found
-
Prayeth for your life, fools, for ages of bad taste cometh.
-
Graph Theory in LaTeX
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 :)
-
Python Env Wrapper
2015-06-07 PEW! PEW!
-
PileDébordement franchouillard :)
-
Web Development With Assembly
2015-05-26 -
The RESTful Cookbook
2015-05-19 -
Writing testable code
2015-05-12 -
Obey the testing goat...
2015-05-10 - Test first! Test first!
-
TaskBuster Django tutorial
2015-05-10 -
IPython - Rendering Notebooks on GitHub
2015-05-09 Wow, Github now has builtin support for IPython Notebooks \o/
-
Punchcard graph generator
2015-05-04 -
eg: display example usage for *nix commands
2015-05-02 1$ pip install eg 2$ eg <command>