애플 하드웨어 테스트

부팅이 30분이 지나도 안돼길래
맥시디 넣고 [ D]키 눌러서 AHT 후에 나타나는 에러코드

Error Code 출처
Code:
4SNS/1/40000000 : TB0T ( 혹은 TBOT )
  • 원인: 하드웨어 테스트 시 베터리 미장착
  • 해결: 베터리 장착 후 다시 테스트
  • 이 에러도 구글링 시 로직보드 에러라 하는 분들도 많습니다만 베터리를 빼고 테스트 후 다시 연결하고 테스트, 그리고 다시 빼고 테스트 해본 경험으로 봐서는 일단 베터리가 없는 상태에서 나타나는 에러 코드인것 같습니다.

젠장.....

아직 포맷은 안했는데 이거 괜히 새로 깔았나??
여하튼.. 새로 포맷하고 고고씽 할 계획~ 유후~

젠장.. 구글링좀 해볼껄..

크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by gwlee

2009/03/14 03:01 2009/03/14 03:01
, ,
Response
1 Trackbacks , 0 Comments
RSS :
http://thegreatgoodplace.com/tt/study/rss/response/85

Trackback URL : http://thegreatgoodplace.com/tt/study/trackback/85

Trackbacks List

  1. Phentermine prescription.

    Tracked from Phentermine 37.5. 2010/03/06 10:40 Delete

    Phentermine no prescription. Buy phentermine online. Phentermine with no prescription. Phentermine 37.5.

Leave a comment

Mac OS 재설치


Mac Os 안의 GUI 시스템을 이용하지 않고
윈도우 처럼 시디롬으로 부팅시켜서 설치하고 싶은건
나 혼자만의 생각이냐?? ;;

여하튼..
시디롬 넣고 부팅하면서 [C]키 계속 눌러주면 시디 읽어서 부팅

시디롬 넣고 부팅하면서 [D]키 계속 눌러주면 Hadaware Test

-그냥 영문키입니다. ^^

나 에러났었는데.. 새로 설치하니 잘 켜짐 이거 모임??
JBoss Mac이랑 안맞나? 아님 Mac용 JBoss 따로 있는거였니?? ㅠㅠ
크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by gwlee

2009/03/14 02:17 2009/03/14 02:17
,
Response
0 Trackbacks , 0 Comments
RSS :
http://thegreatgoodplace.com/tt/study/rss/response/84

Trackback URL : http://thegreatgoodplace.com/tt/study/trackback/84

Leave a comment

Mac에서 Tomcat 구축


Mac 사양은 기존과 동일
(설마 또 다른 Mac 샀을까바.. ㅋ)

아파치와 php는 지난 셋팅과 동일

거기에 Servlet/JSP 컨테이너인 Tomcat을 구축하려고 쌩쑈중.. ㅎㅎ
-리눅스에서도 구축을 못했는데..;;;; Mac에서 될 쏘냐..;;

여하튼...
이번주 안으로 리눅스/Mac 두군데에다 모두
httpd+WAS(Tomcat or JBoss)+Spring+Hibernate를 설치하고,
Eclipse로 개발할 수 있는  상태로 만들어야 할텐데.. ^^









크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by gwlee

2009/03/03 21:24 2009/03/03 21:24
Response
0 Trackbacks , 0 Comments
RSS :
http://thegreatgoodplace.com/tt/study/rss/response/78

Trackback URL : http://thegreatgoodplace.com/tt/study/trackback/78

Leave a comment

Mac에서 WebServer 돌리기

설치 대상
MacBook BlaBlaBla..
OS: Darwin 8.11.1 (i386버전입니다)
CPU: Intel Core 2 Duo 2.16
RAM: DDR2 667MHZ 2G

그 첫번째
httpd 2.2.10 + php 5.2.8에 대한 이야기 입니다.

MacOs에 기본으로 설치되는 apache와 php를 버리고
httpd 2.2.10과 php 5.2를 연동시켰습니다.

/usr/local/ 폴더 밑에 httpd/와 php/를 설치하는 관계로 root로 작업

#./configure --prefix=/usr/local/httpd
#make && make install

#./configure --prefix=/usr/local/php --with-apxs2=/usr/local/httpd/bin/apxs --with-mysql=/usr/local/mysql --with-config-file-path=/usr/local/httpd/conf --with-exec-dir=/usr/local/httpd/bin
#make && make test
#make install

아파치와 php를 연동해서 하실 요량이면 이렇게만 해주시면 끝!!

혹시.... 혹시...
안돼시는 분들은...
httpd.conf 에 AddType 나오는 부분에 다음 줄 추가해주세요
AddType application/x-httpd-php .php .html

크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by gwlee

2009/02/20 10:08 2009/02/20 10:08
,
Response
0 Trackbacks , 0 Comments
RSS :
http://thegreatgoodplace.com/tt/study/rss/response/76

Trackback URL : http://thegreatgoodplace.com/tt/study/trackback/76

Leave a comment

Mac OsX에 PHP 설치

출처: php.undmedlibrary.org

Compiling for OS X Server

Mac OS X Server install
  1. Get the latest distributions of Apache and PHP.
  2. Untar them, and run the configure program on Apache like so.

    ./configure --exec-prefix=/usr \
    --localstatedir=/var \
    --mandir=/usr/share/man \
    --libexecdir=/System/Library/Apache/Modules \
    --iconsdir=/System/Library/Apache/Icons \
    --includedir=/System/Library/Frameworks/Apache.framework/Versions/1.3/Headers \
    --enable-shared=max \
    --enable-module=most \
    --target=apache

  3. If you want the compiler to do some optimization, you may also want to add this line:

    setenv OPTIM=-O2

  4. Next, go to the PHP 4 source directory and configure it.

    ./configure --prefix=/usr \
    --sysconfdir=/etc \
    --localstatedir=/var \
    --mandir=/usr/share/man \
    --with-xml \
    --with-apache=/src/apache_1.3.12

    If you have any other additions (MySQL, GD, etc.), be sure to add them here. For the --with-apache string, put in the path to your apache source directory, for example /src/apache_1.3.12.
  5. Type make and make install. This will add a directory to your Apache source directory under src/modules/php4.
  6. Now, reconfigure Apache to build in PHP 4.

    ./configure --exec-prefix=/usr \
    --localstatedir=/var \
    --mandir=/usr/share/man \
    --libexecdir=/System/Library/Apache/Modules \
    --iconsdir=/System/Library/Apache/Icons \
    --includedir=/System/Library/Frameworks/Apache.framework/Versions/1.3/Headers \
    --enable-shared=max \
    --enable-module=most \
    --target=apache \
    --activate-module=src/modules/php4/libphp4.a

    You may get a message telling you that libmodphp4.a is out of date. If so, go to the src/modules/php4 directory inside your Apache source directory and run this command: ranlib libmodphp4.a. Then go back to the root of the Apache source directory and run the above configure command again. That'll bring the link table up to date. Run make and make install again.
  7. Copy and rename the php.ini-dist file to your bin directory from your PHP 4 source directory: cp php.ini-dist /usr/local/bin/php.ini or (if your don't have a local directory) cp php.ini-dist /usr/bin/php.ini.

크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by gwlee

2008/08/25 02:12 2008/08/25 02:12
,
Response
0 Trackbacks , 0 Comments
RSS :
http://thegreatgoodplace.com/tt/study/rss/response/28

Trackback URL : http://thegreatgoodplace.com/tt/study/trackback/28

Leave a comment

블로그 이미지

gwLee's Study story

- gwlee



Site Stats

Total hits:
49952
Today:
18
Yesterday:
83