본문 바로가기

컴터 때찌/E​xperience

[MAC OSX]

MAC OS 아직 익숙하지 않아 
익숙해 졌음 좋겠구만

기본적으로 Mac OS에서는 apt-get 과 같은 오프소스가 없다
apt-get과 비슷한 기능으로 port나 그리고 wget 대체로 curl을 사용할수 있다
# port install pkg_name
# curl http://test.com/test.tar -o ./test.tar
 

port 설치

1. http://www.macports.org/install.php 에서 OSX에 해당하는 패키지 다운
    https://distfiles.macports.org/MacPorts/MacPorts-2.0.3-10.7-Lion.dmg 
     //line 꺼임
2. /opt/local/bin  에 설치 됨
3. # port install pkg_name       //이렇게 wget을 받으면 되겠지
 



Lion ftp service

sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist      // service start
sudo -s launchctl unload -w /System/Library/LaunchDaemons/ftp.plist   // service stop

ref : http://crimson74.tistory.com/19
 

'컴터 때찌 > E​xperience' 카테고리의 다른 글

[ubuntu 7.04 package server]  (0) 2012.01.18
VMFusion Port Forwarding  (0) 2011.10.30
IPS 우회(Tiny fragment)_Leopardan  (0) 2011.08.07
sql injection cheat sheet  (0) 2011.06.29
[링크] DNS 터널링  (0) 2011.06.12