VirtualTam's bookmarks

  1. "This project was started in 2008. The goal was to learn something about programming, electronics and control loops. Because I always need a cool project to learn new things, it was clear that something that can fly had to be built."

    http://shrediquette.blogspot.fr/

  2. 2015-07-13

    Javascript library to handle SVG images

  3. C'eeeest, la Javaaaaaaaa

  4. Prayeth for your life, fools, for ages of bad taste cometh.

  5. 2015-06-12
  6. 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!

    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
    
    1. 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

    1. Profit! Create virtualhosts with local hostnames :)
  7. 2015-06-07

    PEW! PEW!

  8. The French StackOverflow!

  9. 2015-05-31
  10. 2015-05-31