word 자동 간격


서식 -> 단락 -> 들여쓰기및 간격 -> 일반 맞춤 -> 왼쪽 정렬

./configure  --enable-cscope --enable-multibyte

or

./configure  --enable-cscope --enable-multibyte  --with-features=big





  • using xterm clipboard
          install xorg-dev  xserver-xorg-dev
make distclean          <== 필요시

vim 에서
"+y
로 복사 가능



ps. 플러그인중 python 사용하는게 있을경우.
./configure  --enable-cscope --enable-multibyte  --with-features=big --enable-pythoninterp --with-python-config-dir=/usr/lib/python2.5/config

파이썬 관련 dev 파일 필요 (header & library )



http://www.faqs.org/docs/securing/chap9sec93.html


/etc/sysconfig/network

he /etc/sysconfig/network file is used to specify information about the desired network configuration on your server. Following is a example /etc/sysconfig/network file:
           NETWORKING=yes
FORWARD_IPV4=yes
HOSTNAME=deep. openna.com
GATEWAY=0.0.0.0
GATEWAYDEV=

The following values may be used:

  • NETWORKING=answer, where answer is yes or no -Configure networking or not to configure networking.

  • FORWARD_IPV4=answer, where answer is yes or no -Perform IP forwarding or not to perform IP forwarding.

  • HOSTNAME=hostname, where hostname is the hostname of your server.

  • GATEWAY=gwip, where gwip is the IP address of the remote network gateway -if available.

  • GATEWAYDEV=gwdev, where gwdev is the device name eth# you use to access the remote gateway.

Important: For compatibility with older software, the /etc/HOSTNAME file should contain the same value as HOSTNAME= hostname above. With the new version of Red Hat Linux 6.2 the FORWARD_IPV4= parameter is now specified in the /etc/sysctl.conf file instead of the /etc/sysconfig/network file.


+ Recent posts