Commandes en Vrac
cmd-line, geek stuff, some notes, ...
mercredi 29 octobre 2014
port install error "checksum does not exist" : clean and reinstall
›
I had an error with the Mac Ports ( https://www.macports.org/ ) on the dbus-glib install while trying to install some other packages. It w...
jeudi 9 octobre 2014
JavaScript multiline code (JSON description)
›
It is currently not possible to store a multiline string in javascript. This is annoying since for example storing some JSON data often lead...
mardi 19 août 2014
Code Style
›
This tools allows you to reformat your code in order to respect some particular coding rules. This is for example what you want to use as a...
vendredi 8 août 2014
KSH eval / variable subtitution / variable test
›
from : http://b62.tripod.com/doc/docksh.htm OTHER FUNCTIONALITIES cmd1 || cmd2 exec cmd2 if cmd1 fail cmd1 && cmd2 exec...
KSH : $- and Flags
›
Under Solaris and using the Korn Shell KSH, the $- allows access to the flags setted. Example of how it changes when setting the debug mode...
mercredi 23 juillet 2014
find + mv
›
find ./ -name "*.logfile" | xargs -i mv '{}' /my/really/great/implementation_scripts/log_directory/ (cf : http://bturn...
Test dir var (eval shell)
›
Test if the given variable contains a valid directory. If not, exit. (This uses the eval function of the shell) testdirvar () { tmp=...
dimanche 20 octobre 2013
Disque dur externe NTFS sous Mac OS X
›
Utiliser un disque dur externe NTFS sous Mac OS X Il existe plusieurs solution. Ayant déjà configuré les macports puisque je développe un...
samedi 11 mai 2013
mac scanner
›
Perso, j'utilise "xsane" installé via macports. Il y a une version MacOSX précompilée ici : http://www.sane-project.org/sour...
mercredi 27 mars 2013
3D modeling, some linux links
›
0 ) How I printed the first models this weekend (mac OSX, so I could use sketchup...) http://dailycmd.blogspot.fr/2013/03/3d-printing.ht...
‹
›
Accueil
Afficher la version Web