전체 글 썸네일형 리스트형 linux 터미널 한글 설정 # vi /etc/sysconfig/i18n LANG="ko_KR.UTF-8"SUPPORTED="ko_KR.UTF-8:ko_KR:ko"SYSFONT="latarcyrheb-sun16"bashrc 파일 설정 # vi /etc/bashrc export LANG="ko_KR.UTF-8"export LC_ALL="ko_KR.UTF-8"vimrc 파일 설정 # vi /etc/vimrc if v:lang =~ "utf8$" || v:lang =~ "UTF-8$"set fileencodings=utf-8,euc-krendif 더보기 ssh 클라이언트 설치 yum install openssh-clients 더보기 ssh scp remote file downloads ssh scp remote file downloads scp -P portnumber account@ip:path ex ) scp -P 22 smartflex@smartflex.co.kr:/home/smartflex/file.tar /Users/download path 더보기 start apache server I received an error 1) From command line type hostname to get your hostname. Example output might be example.com 2) Edit /etc/hosts and change the lines to match your hostname. Example: 127.0.0.1 localhost.localdomain localhost.localdomain localhost4::1 localhost.localdomain localhost.localdomain localhost6# smartflex192.168.1.30 smartflex.co.kr 3) Open your httpd.conf file and make sure ServerName is defined. If i.. 더보기 이전 1 ··· 47 48 49 50 51 52 53 ··· 179 다음