본문 바로가기

Linux

yona install yona 설치방법centos 기준 # yum install java-1.8.0-openjdk*java 1.8 이상 필요mariadb 필요 mysql 설치# vi /etc/yum.repo/mariadb.repo아래 내용 추가# http://downloads.mariadb.org/mariadb/repositories/ [mariadb] name = MariaDB baseurl = http://yum.mariadb.org/10.2/centos7-amd64gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDBgpgcheck=1 # yum clean all# yum install MariaDB-server MariaDB-client -y DB 생성# mysql -u rootcr.. 더보기
httpd: Unknown DAV provider: svn httpd: Unknown DAV provider: svn 와 같이 에러가 발생이 된다면 # yum -y install mod_dav_svn 설치 후에도 동일 에러가 발생이 된다면 # vi /etc/httpd/conf.modules.d/10-subversion.confLoadModule dav_svn_module modules/mod_dav_svn.soLoadModule authz_svn_module modules/mod_authz_svn.soLoadModule dontdothat_module modules/mod_dontdothat.so추가# service httpd restart하면 된다. 더보기
/usr/share/code/code: symbol lookup error: /usr/share/code/code: undefined symbol: gtk_widget_get_scale_factor /usr/share/code/code: symbol lookup error: /usr/share/code/code: undefined symbol: gtk_widget_get_scale_factorvscode 구동시 위와 같이 에러가 발생한다면yum install gtk3 하면 해결 된다. 위와 같이 로그화면을 보려면code --verbose 라고 치면 로그 확인 가능 더보기
ERROR: IO::Socket::SSL or LWP::Protocol::https is not installed # yum -y install perl-LWP-Protocol-https perl-Crypt-SSLeayLoaded plugins: fastestmirror, langpacksLoading mirror speeds from cached hostfile * base: mirror.kakao.com * epel: mirror.premi.st * extras: mirror.kakao.com * updates: mirror.kakao.comResolving Dependencies--> Running transaction check---> Package perl-Crypt-SSLeay.x86_64 0:0.64-5.el7 will be installed--> Finished Dependency Resolution .. 더보기
amazon-efs-utils install # git clone https://github.com/aws/efs-utilsCloning into 'efs-utils'...fatal: unable to access 'https://github.com/aws/efs-utils/': Peer reports incompatible or unsupported protocol version. # yum update -y nss curl libcurl # git clone https://github.com/aws/efs-utilsCloning into 'efs-utils'...remote: Enumerating objects: 40, done.remote: Counting objects: 100% (40/40), done.remote: Compressing .. 더보기
리눅스 프로세스 죽이기 스크립트 # kill $(ps aux |awk '/프로세스명/ {print $2}') 더보기
프로세스 찾아서 죽이기 kill $(ps aux |awk '/Process Name/ {print $2}')예)# kill $(ps aux |awk '/grep/ {print $2}') 더보기
리눅스 limit 값 수정하기 2 http://algo79.tistory.com/entry/%EB%A6%AC%EB%88%85%EC%8A%A4-limit-%EA%B0%92-%EC%88%98%EC%A0%95%ED%95%98%EA%B8%B0압서 소개를 했지만...적용이 안되는게 몇가지 있다. vi /etc/security/limits.conf 이 항목이 아닌vi /etc/security/limits.d/90-nproc.conf 에 수정을 해주면 적용이 된다. 더보기

728x90
320x100