본문 바로가기
  • Vetheuil in Summer

Tech/OS(Linux)14

Squid Setting & Curl 명령어 http://www.squid-cache.org/ squid : Optimising Web Delivery Squid: Optimising Web Delivery Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages. Squid has extensive access controls and makes www.squid-cache.org http://www.squid-cache.org/## 예시 ~~ EC2 ssh key 연동 접속 ec2-use.. 2023. 10. 26.
공인 SSL 인증서 적용하기 https://nuritech.tistory.com/25 HTTPS 통신 원리 쉽게 이해하기 (Feat. SSL Handshake, SSL 인증서) 이 글을 쓰게 된 이유는,, 나의 평소 HTTPS 에 대한 지식은 HTTPS 가 암호화된 네트워크 통신 프로토콜이고 HTTPS 를 사용한 네트워크 통신에서는 주고받는 패킷을 까도 데이터가 암호화되어 있어 안 nuritech.tistory.com PEM (Base64 Text) ➜ Apache, NginX, Node.js, Tomcat 등 PEM 파일 적용 기반 웹서버에 적용 PFX (PKCS#12) ➜ IIS, Tomcat 등 .pfx 파일 지원 웹서버에 적용 JKS (JavaKeyStore) ➜ Tomcat, Java 기반 서버 등 .jks 파일 지원 웹서.. 2023. 10. 17.
Server Load Average https://brunch.co.kr/@dreaminz/1 1. Load Average에 관해서 Load Average가 무엇인지, 어떻게 알아볼 수 있는지를 확인해보자 Load Average란 프로세스의 여러 상태 중 R 또는 D 상태에 있는 프로세스들의 개수를 1분, 5분, 15분 단위로 평균값을 나타낸 값이다. brunch.co.kr [ 출처] https://scoutapm.com/blog/understanding-load-averages Understanding Linux CPU Load - when should you be worried? | Scout APM Blog Understanding Linux CPU Load - when should you be worried? Andre Lewis .. 2023. 7. 26.
Linux Log (리눅스 로그파일 종류 및 분석) https://blog.naver.com/kdi0373/220522832069 [Linux Log File] 리눅스 로그파일 종류 및 분석 리눅스 로그파일 종류 및 분석 1. Log File 소개 - 컴퓨터 시스템의 모든 사용내역을 기록하고 있는 파일... blog.naver.com https://www.unixtimestamp.com/ Unix Time Stamp - Epoch Converter Epoch and unix timestamp converter for developers. Date and time function syntax reference for various programming languages. www.unixtimestamp.com 리눅스 로그파일 종류 및 분석 1. Log Fi.. 2023. 6. 15.
LVS (Linux Virtual Server) https://access.redhat.com/documentation/ko-kr/red_hat_enterprise_linux/5/html/virtual_server_administration/ch-lvs-overview-vsa#s1-lvs-basic-VSA 1장. LVS (Linux Virtual Server) 개요 Red Hat Enterprise Linux 5 | Red Hat Customer Portal Access Red Hat’s knowledge, guidance, and support through your subscription. access.redhat.com 2022. 9. 27.
Linux firewall-cmd --list-all Version 확인 cat /etc/*release* lsof -p PID rpm -ql postfix |grep conf [root@ahn_test ~]# rpm -qa | grep tcpdump tcpdump-4.9.2-4.el7_7.1.x86_64 [root@ahn_test ~]# [root@ahn_test ~]# yum install tcpdump 방화벽 확인 https://www.lesstif.com/system-admin/rhel-centos-firewall-22053128.html centOS 6버전까지는 iptable를 사용하다가 7버전부터 firewalld를 사용 [root@localhost ~]# firewall-cmd --list-all public (active) target: de.. 2022. 9. 27.
Socat Port forwarding and supervisord.service Source -> Proxy Svr * Socat / 443 --> forwarding 8080 --> sip proxy --> target target tcp 8443 Centos 7.9 1. 설치 rpm -qa | grep socat yum provides socat yum install socat -y curl ifconfig.me ifconfig socat firwall-cmd --list-all firewall-cmd --list-all systemctl status sockets.target --------------------------------------------------------- yum provides supervisord yum install epel-release yum -y.. 2022. 9. 27.
LVM(Logical Volume Manager) 물리적 저장공간에 추상적인 레이어를 생성하여 논리적인 저장공간을 생성할 수 있게 해줍니다.... 어려운 이야기 장점 여러 디스크를 하나의 저장공간처럼 사용가능 논리적 저장공간의 저장공간을 유현하게 변경 볼륨 스냅샷, 미러 볼륨 등 https://ossian.tistory.com/44?category=680983 [Linux] LVM 구성 - 신규 LVM 구성 [Linux] LVM 구성 - 신규 LVM 구성 LVM 구성 환경 LVM과 Linux 설치 시 LVM 구성은 "[Linux] LVM (Logical Volume Management) - Linux 설치 시 생성" 포스팅을 참조 부탁드립니다. 본 포스팅은 GCP(Google Cloud.. ossian.tistory.com 2022. 8. 3.