Use own fonts in your website
/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */ @font-face { font-family: “Fertigo”; src: url(https://www.taptaptap.com/Fertigo.otf) … Read More »Use own fonts in your website
/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */ @font-face { font-family: “Fertigo”; src: url(https://www.taptaptap.com/Fertigo.otf) … Read More »Use own fonts in your website
Note Useful for displaying code snippets for example pre { white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ white-space:… Read More »HTML CSS Trick for wrapping long lines with PRE tag
Note This code using html & css is very useful if you want to display this kind of menu! go to the adress of this… Read More »Dropdown nav menu without js
/** *@desc browse an array and esapce all of his filed *@return array escaped array */ function array_escape(tab) { … Read More »[JS] array_escape () escape an array
# Synopisis: following error while installing any perl package with CPAN # Looks good # Writing Makefile for Package # — NOT OK #… Read More »Perl package install with CPAN: Writing Makefile for
Note Prevent flooding Switch# conf t Switch1(config)# interface ethernet 0/4 Switch1(config-if)# port secure max-mac-count 100
In the format shown above, UDP is used for transmitting the message. The destination port is set to the default auf 514. Rsyslog is also… Read More »rsyslog TCP forwarding
Note Script de Jose Rico. www.joserico.com //palabra aleatoria o creador de nombres aleatorios function construir_nombre($min=4, $max=8){ $vocales = array(“a”, “e”, “i”,… Read More »Creador de nombres o palabras aleatorias con php
svn switch –relocate svn://svnserver1 svn://svnserver2
Lors de l’installation Debian, il peut arriver que le téléchargement des paquets se coupent ou ne progresse plus (souvent à cause d’un proxy). Pour relancer… Read More »Arrêt lors de téléchargement des paquets à l’installation Debian