본문 바로가기
반응형

OS/Linux73

Install Slack in CentOS 7 Knowledge Wiki LinuxInstall Slack in CentOS 7There is a official how to in Slack help site, at the time this article was created, that will not work, in order to have it working this is what you need to do:Visit the Slack downloads page at slack.com/downloads.Select Fedora (64-bit) from the drop-down menu.Click Save File, then OK.Open Terminal.Run the following commands in your terminal:wget htt.. 2018. 3. 9.
CentOS 6.7 에서 MySQL 5.7 설치 1. MySQL Yum Repository 구성 1) MySQL 사이트에서 Yum Repository 사용한 설치를 위해 아래 이름의 파일을 다운 받는다. down mysql57-community-release-el6-8.noarch.rpm 2) 설치?12345[root@testora ~]# rpm -Uvh mysql57-community-release-el6-8.noarch.rpm 경고: mysql57-community-release-el6-8.noarch.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY준비 중... ########################################### [100%] 1:mysql57-community-rel.. 2018. 3. 9.
selinux 한 줄 요약SELinux 는 여러분을 불편하게 하지만 여러분의 시스템을 장악해서 악의적인 용도로 사용하려는 크래커들에게는 큰 좌절을 맛보게 하니 꼭 사용하세요.SELinux 는 RHEL/CentOS 사용자들이 가장 증오하는 기능일 겁니다. 설치후 제일 먼저 하는 일이 SELinux 를 끄는 것이고 검색 엔진에서도 SElinux 를 치면 끄기가 자동 완성되니까요.심지어 "리눅스에서 서비스를 운영하려면 SELinux를 꺼야 한다" 는 잘못된 지식이 널리 퍼져있습니다.이것은 우리나라만이 아니라 외국도 마찬가지이며 SELinux 의 장점과 중단했을 때의 문제점을 널리 알리기 위한 stop disabling SELinux 사이트도 생겨났습니다.이 글은 널리 퍼져있는 SELinux 에 대한 잘못된 정보를 바로 잡고.. 2018. 3. 9.
centos git 1.8설치 git 1.8 설치2.x 설치CentOS 7CentOS 6같이 보기RHEL/CentOS 6 에는 git 1.7 이 포함되어 있고 https protocol을 처리 못하는 관련 버그가 있다.gitlab 을 설치하려면 git 1.8 이 필요하므로 yum repository 를 제공하는 The PUIAS Computational repository 에서 최신 git 버전을 다운로드 할 수 있다. git 1.8 설치wget http://springdale.math.ias.edu/data/puias/computational/6/x86_64/git-1.8.3.1-1.sdl6.x86_64.rpmwget http://springdale.math.ias.edu/data/puias/computational/6/x86_64.. 2018. 3. 7.
반응형