본문 바로가기

반응형

분류 전체보기

[aws] 3fs-fuse를 설치하는 방법 3fs-fuse를 설치하는 방법 테스트 환경 $ cat /etc/os-release NAME="Amazon Linux" VERSION="2" ID="amzn" ID_LIKE="centos rhel fedora" VERSION_ID="2" PRETTY_NAME="Amazon Linux 2" ANSI_COLOR="0;33" CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2" HOME_URL="https://amazonlinux.com/" $ uname -a Linux krop-aaa-ek01 4.14.186-146.268.amzn2.x86_64 #1 SMP Tue Jul 14 18:16:52 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux s3fs-fuse 설.. 더보기
SSH 접속 시간을 체크하는 방법 SSH 접속 시간을 체크하는 방법서버 간 네트워크 연결이나 SSH 서비스의 응답 상태를 확인할 때 간단한 telnet 명령을 이용하면 빠르게 테스트할 수 있습니다.date; echo quit | telnet 10.11.3.81 22 2>/dev/null | egrep -qi Connected; echo $?; date$ date; echo quit | telnet 10.11.3.81 22 2>/dev/null | egrep -qi Connected; echo $?; date2020년 8월 4일 화요일 16시 09분 29초 KST02020년 8월 4일 화요일 16시 09분 29초 KST위의 명령어는 telnet을 사용하여 SSH 포트(기본값 22)로 특정 IP 주소(여기서는 10.11.3.81)에 접속.. 더보기
ab(Apache Bench) tools ab(Apache Bench) tools ab - Apache HTTP 서버 벤치마킹 도구 ab 버전 $ ab -V This is ApacheBench, Version 2.3 Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software Foundation, http://www.apache.org/ ab 명령어 더보기 --- $ ab -h Usage: ab [options] [http[s]://]hostname[:port]/path Options are: -n requests Number of requests to perform -c concurrency Number of mult.. 더보기
[VPN] SoftEther VPN 설치 및 설정-2 SoftEther VPN 라우팅 테이블 설정 VPN Default Gateway(optional) VPN static routing table 설정 더보기
CentOS 7에 Docker를 설치하는 방법 CentOS 7에 Docker를 설치하는 방법(install docker on linux)- https://docker.com테스트 환경$ cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core)install docker스크립트 다운로드curl -fsSL https://get.docker.com -o get-docker.sh스크립트 실행 권한 부여chmod +x get-docker.sh스크립트 실행sh get-docker.sh---OUTPUT---================================================================================To run Docker as a non-privileged use.. 더보기
우분투에서 Snap 패키지를 사용하여 애플리케이션을 설치하고 관리하는 방법 우분투에서 Snap 패키지를 사용하여 애플리케이션을 설치하고 관리하는 방법Ubuntu의 Snap 패키지는 애플리케이션과 도구를 쉽게 설치, 업데이트 및 관리할 수 있는 패키지 형식입니다. Snap 패키지는 애플리케이션과 그 의존성을 컨테이너 스타일로 패키징하여 다양한 Linux 배포판에서 사용할 수 있습니다.1. Snapd 설치Snap 패키지를 사용하기 위해서는 먼저 시스템에 Snapd를 설치해야 합니다. 일반적으로 최신 버전의 Ubuntu에서는 이미 기본적으로 설치되어 있습니다. 그러나 Snapd가 설치되어 있지 않다면 다음 명령을 사용하여 설치할 수 있습니다.sudo apt updatesudo apt install snapd명령어(snap)snap$ snapThe snap command lets yo.. 더보기
[VPN] SoftEther VPN 설치 및 설정-1 SoftEther VPN 설치 패키지 다운로드 : http://softether-download.com/en.aspx # cd /usr/local/src/ # wget https://www.softether-download.com/files/softether/v4.34-9745-rtm-2020.04.05-tree/Linux/SoftEther_VPN_Server/64bit_-_Intel_x64_or_AMD64/softether-vpnserver-v4.34-9745-rtm-2020.04.05-linux-x64-64bit.tar.gz # tar xvfz softether-vpnserver-v4.34-9745-rtm-2020.04.05-linux-x64-64bit.tar.gz -C /usr/local/ # cd.. 더보기
nginx-module-vts 모듈 추가 Nginx 가상호스트 트래픽 상태 모듈 설치하기nginx-module-vts는 서버 상태 및 성능 통계를 제공하는 Nginx 모듈입니다.APT 저장소 설정sudo sed -Ei 's/(archive|security)\.ubuntu\.com/mirror.kakao.com/g' /etc/apt/sources.listapt-get updateAPT 패키지툴을 이용하여 nginx 설치apt-get install -y curl gnupg2 ca-certificates lsb-releaseecho "deb http://nginx.org/packages/ubuntu `lsb_release -cs` nginx" | sudo tee /etc/apt/sources.list.d/nginx.listcurl -fsSL http.. 더보기

728x90
반응형