본문 바로가기
728x90

OS/linux60

yum으로 centos 6에 php 5.6 설치하기 1. 5.6을 설치하기 위해서 저장소 추가yum install epel-release -y 2.remi-release 설치 rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm 3.php 및 의존성 설치yum --enablerepo=remi-php56 install -y php php-mysql php-devel php-gd php-imap php-ldap php-mbstring php-odbc php-pear php-xml php-xmlrpc php-pecl-apc php-bcmath libjpeg* libpng* freetype* gd-* 2017. 3. 19.
yum으로 mysql 설치 1. yum install mysql-server 2. service mysqld start 3. /usr/bin/mysqladmin -u root password 'password' 4. chkconfig mysqld on 5. chkconfig --list mysqld 6. mysql -u root -p password 2017. 3. 19.
리눅스 inodes full 이슈 해결 방법 리눅스 inodes full 이슈 해결 방법 소스 형상관리(SVN)로 사용하는 서버(xxx.xxx.xxx.xxx)에서, svn 사용 시(소스 check out등) “svn: E204900: Can't find a temporary directory: Internal error” 와 같은 에러가 발생하는 경우 원인을 찾아본 결과, 서버 디스크 용량 full 문제였는데, 하드디스크 용량 부족의 문제가 아니라, 서버에서 설정되어 있는 inodes 개수가 100% 사용되는 것이 문제였습니다. Inodes는 서버에서 파일의 정보를 담고 있는 구조체 데이터이며, 이는 서버에서 열 수 있는 파일의 개수와 연관이 있습니다. 따라서, inodes 사용률이 100%라는 것은, 서버에서 생성할 수 있는 파일의 개수를 모두 .. 2016. 12. 21.
[linux] 리눅스 콘솔 해상도 변경 Centos 7 /boot/grub2/grub.cfg 수정 menuentry 'CentOS Linux (3.10.0-327.22.2.el7.x86_64) 7 (Core)' --class centos --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.10.0-327.el7.x86_64-advanced-48be6cf4-8b96-426b-bf79-a2b5ba484d7d' { load_video set gfxpayload=keep insmod gzio insmod part_msdos insmod xfs set root='hd0,msdos1' if [ x$feature_platform_search_hint.. 2016. 8. 1.
728x90