xargs et noms de fichiers avec espaces
find . –type f -print0 | xargs -0 chmod +x
find . –type f -print0 | xargs -0 chmod +x
Pour afficher le man d’une d’une fonction C ou d’une commande shell, positionnez le curseur sur le mot concerné et appuyez sur K (k majuscule).
# Se incluye el directorio data de symfony para ejecutar sin necesidad de tenerlo instalado. #(se sincluye a symfony dentro del proyecto) $ symfony project:freeze… Read More »Congelar proyecto de symfony
Voici comment éditer la sortie standard d’une commande unix avec vim. grep apache2.log | vim –
#ajouter une route par defaut route add default gw 192.168.0.1 #afficher les routes route -n # supprimer une route route del -net 192.168.0.1/24
1) put in asound.conf : pcm.!default { type plug slave.pcm “surround51” slave.channels 6 route_policy duplicate } 2) restart alsa => sudo /etc/init.d/alsa-utils restart
tar cvfz myproject.tgz —exclude=‘path/dir_to_exclude1’ —exclude=‘path/dir_to_exclude2’ myproject
<!– Add autocomplete = “off” in the form tag –> <!– Example –> <form name=“form1” id=“form1” method=“post” autocomplete=“off” action=“http://www.example.com/form.cgi”> […] </form>
/* À copier dans userChrome.css */ /* === Barre de menu === */ /* Règle la hauteur de la barre */ #toolbar-menubar { … Read More »Modifier l’apparence de Firefox
<?php if ( !strpos($_SERVER[‘HTTP_USER_AGENT’], ‘Gecko’) ) { ?> <!– Firefox dışında ki tarayıcılarda göstermek istediğiniz kodları buraya yerleştirin –> <?php } ?> Note mesela adsense’nin… Read More »Firefox tarayıcısı dışında bir tarayıcıda istediğini gösterme