Linux125 리눅스 diff 명령 ##### 리눅스에서 각 파일을 비교 할때 diff 를 쓴다, 두 파일을 비교 하여 다른 항목을 찾아 준다. diff 파일1 파일2 diff a b ## 두개의 파일이 일치하면 아무것도 출력 되지 않는다!! 2020. 6. 2. 리눅스 nginx 설치 #### yum 을 이용한 간단 nginx 설치 1. epel 설치 yum install -y epel-release yum repolist 2. nginx 설치 yum install -y nginx 2020. 6. 1. pip pymssql 설치 ### 설치 패키지 yum install -y python-devel freetds-devel ### 설치 pip install pymssql 2020. 6. 1. pip python dnspython 설치 1. download wget https://github.com/rthalley/dnspython/archive/v1.16.0.tar.gz 2. 압축 해제 tar zxvf v1.16.0.tar.gz 3. 설치 cd dnspython-1.16.0/ python setup.py install 4. 확인 pip list dnspython (1.16.0) 2020. 6. 1. 이전 1 ··· 11 12 13 14 15 16 17 ··· 32 다음