NETSH 사용법
Netsh 는 로컬 또는 원격으로 현재 실행 중인 컴퓨터의 네트워크 구성을 표시하거나 수정할 수 있는 명령줄 스크립팅 유틸리티입니다. Netsh는 또한 지정된 컴퓨터에 대해 일괄 모드로 명령 그룹을 실행할 수 있는 스크립팅 기능을 제공합니다.
A collection of 28 posts
Netsh 는 로컬 또는 원격으로 현재 실행 중인 컴퓨터의 네트워크 구성을 표시하거나 수정할 수 있는 명령줄 스크립팅 유틸리티입니다. Netsh는 또한 지정된 컴퓨터에 대해 일괄 모드로 명령 그룹을 실행할 수 있는 스크립팅 기능을 제공합니다.
Openssl 업데이트 방법 Openssl 버젼확인 #openssl version OpenSSL 1.0.2k-fips 26 Jan 2017 개발툴 설치(gcc필요) yum groupinstall "Development tools" 또는 yum install -y gcc Openssl 소스 다운로드 #cd /usr/local/src
TURN relay server performance: load balance and network optimization 이번 포스트는 위 사이트의 내용을 구글 번역기를 통해서 정리해둔 내용입니다. TURN 릴레이 서버 성능: 부하 분산 및 네트워크 최적화 이 TURN 서버는 node.js
Centos8에 PHP 설치하기 PHP 7.4 설치 EPEL 저장소 추가 $ sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm remi 저장소 추가 WebTatic 은 아직 CentOS 8 을 지원하지 않으므로
"Failed to set locale" 에러 발생시 # localectl set-locale LANG=ko_KR.UTF-8 or # localectl set-locale LANG=en_KR.UTF-8 # yum search langpacks* ~~ Language Pack 설치 # dnf install langpacks-en langpacks-kr # dnf install glibc-langpack-en glibc-langpack-ko
1. Coturn 패키지 설치 $ apt-get install coturn 2. Coturn 서버 구성 파일 준비 turnserver.conf 파일을 찾습니다. 일반적으로 다음과 같습니다. /etc/turnserver.conf /etc/turnserver.conf 파일을 사용할 수 없지만 예를 들어 /usr/
UBUNTU 에 NGINX설치 1. 서버의 패키지 목록 업데이트 sudo apt update sudo apt upgrade 불필요한 패키지 삭제 sudo apt autoremove 2. Nginx 설치 sudo apt install nginx 제거할 경우 sudo apt remove nginx
CentOS7 에 NginX 설치 1. yum 외부 저장소 추가 yum 저장소에 nginx가 없기 때문에 관련 저장소를 추가한다. [root@k5w1hcd ~]# cd etc/yum.repos.d/ [root@k5w1hcd ~ yum.repos.d]# ls CentOS-Base.repo CentOS-CR.
Composer : Dependency Manager for PHP How To Install and Get Started With Composer on CentOS 7 위 페이지의 내용을 정리해둔 내용입니다. CentOs7 에 Composer를 설치 소개 Composer는 프로젝트의 종속성을 추적하는 응용 프로그램이다. 프로젝트가