2010. 7. 22. 19:18
#. APM 환경 구축
$sudo apt-get install mysql-common
$sudo apt-get install mysql-server
$sudo apt-get install apache2
$sudo apt-get install php5
$sudo apt-get install php5-mysql
$sudo apt-get install php5-gd


#. SSH 설치
$sudo apt-get install ssh
$sudo apt-get install openssh-server
$sudo /etc/init.d/ssh start


#. ftp 서버 설정
$sudo apt-get install vsftpd


#. phpmyadmin 설치
$sudo apt-get install phpmyamdin
$sudo gedit /etc/apache2/apache2.conf

아래추가
-----------------------------------------
# Enable PHPMyAdmin
Include /etc/phpmyadmin/apache.conf
-----------------------------------------
$sudo /etc/init.d/apache2 restart


#. 방화벽(ufw) 사용/해제
$sudo ufw enable
$sudo ufw disable


#. ufw 포트 전부 닫고  6112 포트만 열기
$sudo ufw enable
$sudo ufw default deny
$sudo ufw allow 6112


#. MySql 접속
$mysql -u [계정] -h [DB서버주소] -p [DB명]


출처 - http://qhrtm.tistory.com/70
출처 - http://blog.naver.com/redfreek2c?Redirect=Log&logNo=120107511690
Posted by LEEDOS
2010. 6. 24. 11:40
Posted by LEEDOS
2010. 6. 22. 12:08

dmg 파일을 iso로 변환
hdiutil convert source.dmg -format UDTO -o output.iso

iso 파일을 dmg로 변환
hdiutil convert source.iso -format UDRW -o output.dmg
Posted by LEEDOS
2010. 6. 22. 07:50
Posted by LEEDOS
2010. 6. 4. 16:36
Posted by LEEDOS
2010. 2. 3. 12:56
Posted by LEEDOS
2008. 11. 13. 22:21

'Files' 카테고리의 다른 글

[File] Winsock2_Manual_KR  (0) 2008.11.12
[File] IDA Pro 5.x Manual  (0) 2008.11.12
[File] 011011101101110110111  (0) 2008.11.12
[File] Wallpaper  (0) 2008.11.06
Posted by LEEDOS
2008. 11. 12. 19:40
Posted by LEEDOS
2008. 11. 12. 19:38

'Files' 카테고리의 다른 글

[File] D3DWindower  (0) 2008.11.13
[File] IDA Pro 5.x Manual  (0) 2008.11.12
[File] 011011101101110110111  (0) 2008.11.12
[File] Wallpaper  (0) 2008.11.06
Posted by LEEDOS
2008. 11. 12. 18:15

'Files' 카테고리의 다른 글

[File] D3DWindower  (0) 2008.11.13
[File] Winsock2_Manual_KR  (0) 2008.11.12
[File] 011011101101110110111  (0) 2008.11.12
[File] Wallpaper  (0) 2008.11.06
Posted by LEEDOS