서버관리2014. 2. 13. 11:57
300x250

** 콘솔에서 한글 ?? 이거 잘 안되고, 안해도 된다. 

PuTTY의 경우 : Window -> Translation 메뉴에서 "Character set translation on received data"를 "UTF-8"로 설정 한다. 

참고로, putty 의 Character set translation > Remote character set 의 default 는  Use font encoding  이다. 



** CentOS 방화벽 설정방법 

/etc/sysconfig/iptables


http://moyaria.tistory.com/76



** X Windows 설치 

# yum -y groupinstall "X Window System" "GNOME Desktop Environment"



** gnome 글꼴 추가 

기본값으로 응용프로그램글꼴, 문서글꼴, 바탕화면글꼴은 Sans 10 

창제목글꼴은 Sans Bold 10, 고정폭글꼴은 Monospace 10 으로 되어 있다. 


네이버나눔글꼴 : http://hangeul.naver.com/download.nhn



** VNC Server 설치 

http://www.jopenbusiness.com/mediawiki/index.php/CentOS#VNC_Server_.EC.84.A4.EC.B9.98


http://forum.falinux.com/zbxe/?document_srl=507352



** CentOS 한글 설정 및 SCIM 한/영 변환키 설정 

GNOME > Add/Remove Software > Browse > Languages > Korean Support 추가하고 Apply 


http://blog.bagesoft.com/868



** 시간 맞추기 , ntpdate 

/etc/rc.d/rc.local 에 

/usr/sbin/ntpdate -b -s time.kriss.re.kr    추가 


http://moyaria.tistory.com/110



** phpMyAdmin 설치 

 # svn checkout https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/tags/STABLE/phpMyAdmin phpMyAdmin


http://moyaria.tistory.com/61



** php 5.2 설치 

wget http://dev.centos.org/centos/5/CentOS-Testing.repo 

mv CentOS-Testing.repo /etc/yum.repos.d/ 

yum --enablerepo=c5-testing update php 


http://ncube.net/7155

- http://blog.naver.com/PostView.nhn?blogId=sudo1981&logNo=106372557



** APM 설치 

http://jangjeonghun.tistory.com/entry/ApachePHPMySqlAPM-%EC%84%A4%EC%B9%98-YUM%EB%B0%A9%EC%8B%9D



** DNS 설치 

그냥 

yum install bind bind-utils bind-libs caching-nameserver 

까지만 하면, /etc/ 에 

/etc/named.caching-nameserver.conf 

/etc/named.rfc1912.zones 

가 설치가 된다. 


yum install bind-chroot  로 bind-chroot 를 설치하면, 

/etc/named.caching-nameserver.conf 

/etc/named.rfc1912.zones 

가 심볼릭 링크로 바뀌고 실제 파일은 /var/named/chroot/etc 아래로 들어간다. 

/var/named/ 에 있던 파일들도 링크로 바뀌고, 실제 파일은  /var/name/chroot/var/named/ 아래로 들어간다. 


http://faq.hostway.co.kr/Linux_DNS/2254

http://croak.tistory.com/94



** iptables  방화벽 열기 


http://moyaria.tistory.com/76



300x250
Posted by 마스타