Welcome To Snipplr
Everyone's Recent Snippets Tagged osx
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Conversión de un archivo .dmg en .iso en MacOSX. Este código forma parte del artÃculo "Crear imagen ISO con Automator"
0
464
posted 13 years ago by Bloomy
OSX 10.6 adds exchange support , but breaks if you use jewish calendar , this will fix it.
0
452
posted 13 years ago by yisreldov
run the command in a terminal window
restart the computer (... I didn't find another way so that the command take effect)
0
572
posted 13 years ago by yakafokon
Returns an array with the names of the network interfaces (en0, en1, fw0, etc)
Link to the IOKit framework
0
462
posted 13 years ago by Zydeco
Full Mac OS X system version
Returns the full Mac OS X system version, as MMmmff
Example:
* 10.0.1 returns 100001
* 10.4.2 returns 100402
* 10.4.11 returns 100411
* 10.5.3 returns 100503
It's different from gestaltSystemVersion in that...
0
507
posted 13 years ago by Zydeco
This example demonstrates a way to control Adobe InDesign from Perl. Tested on MacOS X 10.5.7 and INDD.
0
439
posted 13 years ago by myhd
* checkout : June 08, 2009
* commit : [34864f01741b1b2bb74072ba404e8b4436c18fe6](http://github.com/AndyA/htop-osx/commit/34864f01741b1b2bb74072ba404e8b4436c18fe6)
0
501
posted 13 years ago by kmartiin
how to enable or disable spotlight disc indexing from the terminal. all the following work on root "/". to specify another volume, put its path at end of the command
1
455
posted 13 years ago by stiobhart
I did write this snippet, I found it somewhere on the internet (I think I found it in a .bash_profile file in [dotfiles.org](http://www.dotfiles.org/)
Paste this code at the end of your .bash_profile file and the use it instead of man if you want...
0
374
posted 13 years ago by AzizLight
Bourne Shell Script (created on a FreeBSD_7.1-RELEASE system :-)
0
477
posted 14 years ago by hackware