La création de site web implique de se tenir à jour et au courant des évolutions techniques.
Vous retrouverez ici les pages que nous avons visitées et dont nous avons estimées digne d’intérêt.
Il n’y a d’ailleurs pas que de la technique…
Terminal Tips : Enable « path view » in Finder - The Unofficial Apple Weblog (TUAW)
Décembre 2008, Par jpyratTo make directory paths visible atop Finder windows, open Terminal.app (/Applications/Utilities/) and type the following command :
defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES
Once you run the above command, you will also need to restart the Finder, so you can either type « killall Finder » and hit return, or use the Force Quit option under the Apple menu to relaunch it. The Finder will restart, and you will start seeing the paths to directories in the title bar.
Update : As some have pointed out in the comments below, this Terminal command will only work with Mac OS X Leopard (version 10.5).
→ Lire la suite sur le site d’origine…
