Archive for category: Autres

Un Voyageur poussé sur les voies !

30 novembre, 2011 (08:56) | Autres

Le Théâtre du Voyageur a reçu fin octobre un courrier de Réseau Ferré de France (RFF) lui enjoignant d’avoir quitté l’ancien bâtiment du quai B de la gare d’Asnières le 31 mars 2012. Cette injonction menace à brève échéance son existence. Avec votre soutien il espère obtenir  : – son maintien gare d’Asnières le temps [...]

Clean Mac OSX '.DS_Store' and '._*' files

21 février, 2011 (09:06) | Autres

$ find . -name .DS_Store -exec rm -v {} \; $ find . -name ._* -exec rm -v {} \; To prevent Mac OSX from creating these files on network storage, execute the following command in Mac OSX terminal: defaults write com.apple.desktopservices DSDontWriteNetworkStores true http://hints.macworld.com/article.php?story=2005070300463515

Faceplouc

7 décembre, 2010 (11:17) | Autres

Mac OSX 10.6 snow leopard ‘mount_smbfs’ authentication error problem

21 juillet, 2010 (08:55) | Autres

On Mac OSX 10.6, the ‘mount_smbfs’ command was updated to version 1.6.0: $ mount_smbfs -v For the command to work, it is now necessary to specify the ‘WORKGROUP’ of the samba sever (see ‘/etc/samba/smb.conf’): workgroup = WORKGROUP If not you will systematically get the following error: mount_smbfs: server rejected the connection: Authentication error So this [...]