전체 글 썸네일형 리스트형 [제품] 로지텍 M720 Triathlon Mouse 로지텍 M720 Triathlon Mouse블루투스 연결(페어링)설치 가이드(PDF)사양 및 세부 정보 로지텍 M720 Triathlon 멀티-컴퓨터 무선 마우스프로그래밍 가능 버튼과 24개월 배터리 수명을 갖춘 M720 Triathlon 무선 마우스를 이용하여 최대 3대의 컴퓨터를 연결해 원활한 통신을 구축할 수 있습니다.www.logitech.com 더보기 AWS CLI를 사용하여 Amazon EC2 인스턴스 리스트 출력 AWS CLI를 사용하여 Amazon EC2 인스턴스 리스트 출력(aws ec2 describe-instances) 태그 입력 전 - 출력 aws --region ap-northeast-2 ec2 describe-instances \ --query 'Reservations[*].Instances[*].[Tags[0].Value, \ PrivateIpAddress, State.Name, InstanceType, InstanceId, Placement.AvailabilityZone]' \ --output=table ec2 describe-instances : EC2 인스턴스의 상세 정보를 가져오는 명령입니다. --region ap-northeast-2 : 명령이 실행될 리전을 지정합니다. 여기서는 서울 리전.. 더보기 취약점을 방지하기 위한 보안 HTTP 헤더를 설정하기 취약점을 방지하기 위한 보안 HTTP 헤더를 설정하기 X-Content-Type-Options ###Apache Header set X-Content-Type-Options nosniff ###Nginx add_header X-Content-Type-Options nosniff; X-XSS-Protection ###Apache Header set X-XSS-Protection "1; mode=block" ###Nginx add_header X-XSS-Protection "1; mode=block"; X-Frame-Options ###Apache Header always append X-Frame-Options DENY ###Nginx add_header X-Frame-Options “DENY”; HTTP.. 더보기 Amazon RDS mysql(mariadb) 데이터베이스 마이그레이션 Amazon RDS mysql(mariadb) 데이터베이스 마이그레이션 [소스 데이터베이스(sdb.sangchul.kr)] 데이터베이스 접속 테스트 mysql -hsdb.sangchul.kr -umyuser -p'mypassword1!' mydata_DB $ mysql -hsdb.sangchul.kr -umyuser -p'mypassword1!' mydata_DB mysql: [Warning] Using a password on the command line interface can be insecure. Reading table information for completion of table and column names You can turn off this feature to get a quicke.. 더보기 [리눅스] NGING에서 PHP-FPM 상태를 활성화하고 모니터링하는 방법 NGING에서 PHP-FPM 상태를 활성화하고 모니터링하는 방법 nginx 설정 vim /etc/nginx/conf.d/default.conf $ vim /etc/nginx/conf.d/default.conf ... # nginx, php-fpm status location ~ ^/(status|ping)$ { fastcgi_pass unix:/run/php-fpm/php-fpm.sock; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_index index.php; include fastcgi_params; allow 127.0.0.1; allow 10.11.0.0/16; allow 10.21.0.0/16; allow .. 더보기 [리눅스] NGINX 및 PHP-FPM access logs 설정 NGINX 및 PHP-FPM 액세스 로그 설정 nginx access logs format $ vim /etc/nginx/nginx.conf ... log_format main '$http_x_forwarded_for - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$remote_addr"' ' REQ_TIME: $request_time s - CONNECT_TIME: $upstream_connect_time s - PHP-FPM_STATUS: $upstream_status'; $ nginx -t nginx: the configuration file /etc/ng.. 더보기 리눅스에서 tcping을 설치하고 사용하는 방법 리눅스에서 tcping을 설치하고 사용하는 방법tcping 명령어는 TCP 포트에 대한 ping 테스트를 수행하는 데 사용됩니다. 이 도구는 목표 호스트와 포트에 대한 연결을 시도하고 응답 시간을 측정합니다. 일반적으로 ping 명령어가 ICMP를 사용하여 호스트의 응답을 확인하는 데 사용되지만 tcping은 TCP 연결을 테스트하는 데 사용됩니다.tcping 설치RedHat(CentOS) 기반 리눅스sudo yum install -y tcpingDebian(Ubuntu) 기반 리눅스sudo apt-get install -y tcpingSnap 패키지를 사용하여 tcping을 설치snap install tcping$ snap install tcpingtcping 0.0.80 from Aibulat ins.. 더보기 openssl 인증서 만료일 조회 openssl 인증서 만료일 조회 sangchul.kr SSL 인증서 만료일 조회 echo | openssl s_client -servername sangchul.kr -connect sangchul.kr:443 2>/dev/null | openssl x509 -noout -dates $ echo | openssl s_client -servername sangchul.kr -connect sangchul.kr:443 2>/dev/null | openssl x509 -noout -dates notBefore=Aug 24 16:40:08 2020 GMT notAfter=Nov 22 16:40:08 2020 GMT openssl s_client -connect sangchul.kr:443 | openssl x.. 더보기 이전 1 ··· 172 173 174 175 176 177 178 ··· 270 다음