View HOWTO Restore GRUB # Boot on a live CD and open a console. sda1 is supposed to be the partition containing the OS # 1/ Restore GRUB...Read More
View Renaming a set of files # rename all .jpeg files to .jpg for file in *.jpeg; do mv $file ${file%.jpeg}.jpg; done # make all the files in the current...Read More
View colocar un item por defecto a un combo relacionado //MenuCardTable.class public function getMenuCardForCombo(){ $q = Doctrine_Query::create() ->select(‘m.*’) ->from(‘MenuCard m’);...Read More
View Création automatique (trunk, branches et tags inclus) d’un dépôt SVN à partir d’un dossier projet Note automatically create a SVN repository from a web project directory including trunk, branches and tags #!/bin/bash # Vous pouvez éditer ces variables selon...Read More