PGP key server & pool
VirtualTam's bookmarks
-
2015-08-02 -
2015-08-02 -
2015-07-24 -
2015-07-17 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.
-
2015-07-14 -
2015-07-13 Javascript library to handle SVG images
-
2015-07-13 A list of software which can be hosted locally.
See https://prism-break.org/ for a more complete list
-
Prayeth for your life, fools, for ages of bad taste cometh.
-
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-05-31 -
2015-05-26 -
Formerly part of RFC 2616
- http://www.w3.org/Protocols/rfc2616/rfc2616.html
- superseded by RFC 7230-7237
-
2015-05-19 -
2015-05-17 Replace missing images with pics from http://placekitten.com/
-
2015-05-10 -
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)