Posts in mac

Running MySQL on Terminal in Leopard

marzo 6th, 2012 Posted by mac, mysql 0 thoughts on “Running MySQL on Terminal in Leopard”

/usr/local/mysql-5.1.59-osx10.6-x86/bin

Running MAMP mysql on terminal

febrero 9th, 2012 Posted by mac, mysql 0 thoughts on “Running MAMP mysql on terminal”

/Applications/MAMP/Library/bin/mysql –host=localhost -uroot -proot

How to stop MySQL on OSx

enero 2nd, 2012 Posted by mac, mysql 0 thoughts on “How to stop MySQL on OSx”
sudo /Library/StartupItems/MySQLCOM/MySQLCOM stop
sudo
/Library/StartupItems/MySQLCOM/MySQLCOM start
sudo
/Library/StartupItems/MySQLCOM/MySQLCOM restart

How to use Apache James in MacOSx

noviembre 18th, 2011 Posted by java, mac 0 thoughts on “How to use Apache James in MacOSx”

1. Download James 2.3.2
2. Unzip it
3. Add this lines to run.sh

export JAVA_HOME=”/Library/Java/Home”
export PHOENIX_JVM_OPTS="-Djava.net.preferIPv4Stack=true"

3. chmod 755 *.sh4. sudo sh run.sh

GCC 4.2 is not compatible with the Mac OS X 10.4 SDK

octubre 10th, 2011 Posted by mac, xcode 0 thoughts on “GCC 4.2 is not compatible with the Mac OS X 10.4 SDK”
Go in the XCode to

Project > Edit Project Settings > Base SDK

And select MAC OSX 10.6 馃槈

SVN Checksum Mismatch Netbeans – Mac

agosto 30th, 2011 Posted by mac, netbeans, svn 0 thoughts on “SVN Checksum Mismatch Netbeans – Mac”

http://andrew.hedges.name/blog/2009/01/25/how-to-recover-from-checksum-mismatch-errors-in-svn

How to delete recursively SVN files in MacOSx

agosto 18th, 2011 Posted by mac, svn 0 thoughts on “How to delete recursively SVN files in MacOSx”

find . -name .svn -exec rm -rf {} ;

C贸mo matar instancias previas de MySQL en Mac?

agosto 6th, 2011 Posted by mac, mysql 0 thoughts on “C贸mo matar instancias previas de MySQL en Mac?”

Por consola

> sudo killall mysqld

C贸mo escuchar Rock and Pop 95.9 en Mac

julio 22nd, 2011 Posted by mac 0 thoughts on “C贸mo escuchar Rock and Pop 95.9 en Mac”

1. Abrir VLC

2. File -> Network -> Open URL: http://streaming.fmrockandpop.com/rockandpop

Como debuggear con MAMP y Netbeans

abril 26th, 2011 Posted by apache, mac, netbeans, php 0 thoughts on “Como debuggear con MAMP y Netbeans”

1. Desde la consola:

vi /Applications/MAMP/conf/php5.3/php.ini

2. Buscar [xdebug] y agregar:

[xdebug]
xdebug.default_enable=1

xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_autostart=1

zend_extension=”/Applications/MAMP/bin/php5.3/lib/php/extensions/no-debug-non-zts-20090626/xdebug.so”

3. Reinicar MAMP
4. En Netbeans click derecho sobre el proyecto -> “Debug”

Copyright 漏 2018 programadorfreelanceargentina.com

Programador Freelance Argentina