VirtualTam's bookmarks

  1. 2015-08-02
  2. O_o

    [client] — Sur IE6, j’ai un message d’erreur qui me dit que le navigateur est obsolète. Par contre sur Firefox je n’ai pas ça, pourquoi ?

    [client] — Dans le CMS, pouvez-vous me dire comment changer la galerie “tatata mes couilles” en “centre aéré 2011” s’il vous plaît ?

    [CP vs client] — Avez-vous vidé le cache ? — Oui oui, ne vous en faites pas, on a viré tout l’argent sur votre compte.

    [CP vs dev] — Vous utilisez quoi vous pour faire les screenshots ? — Un stagiaire.

    [CP tech] — Mais non les dev n’ont pas fait de la merde, c’est juste qu’ils ont modifié tes fichiers et que depuis la page est toute cassée.

  3. 2015-07-14
  4. 2015-07-13

    Javascript library to handle SVG images

  5. 2015-07-13

    A list of software which can be hosted locally.

    See https://prism-break.org/ for a more complete list

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

  7. 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 :)
  8. 2015-05-31
  9. Formerly part of RFC 2616

  10. Replace missing images with pics from http://placekitten.com/

  11. 2015-04-24

    Twisted implements a variety of networking and communication protocols and exposes them all as method-calls on your Python objects. Client and server implementations are provided for various standard protocols, including:

    • HTTP (twisted.web)
    • IMAP, POP, SMTP (twisted.mail)
    • DNS (twisted.names)
    • TLS (core)
    • SSH, Telnet (twisted.conch)
    • IRC, XMPP, OSCAR (twisted.words)
    • Ethernet, IP, TUN/TAP (twisted.pair)
    • NMEA (twisted.positioning)

    https://twistedmatrix.com/trac/wiki/Documentation