리눅스에서 wget(또는 curl)을 사용하여 https 사이트에 접근 시, [root@c78-test ~]# wget https://test.com/down/abc.tar.gz --2022-02-03 21:26:19-- https://test.com/down/abc.tar.gz Resolving test.com (test.com)… 113.211.235.125 Connecting to test.com (test.com)|113.211.235.125|:443… connected. ERROR: cannot verify test.com's certificate, issued by ‘/C=US/O=Let's Encrypt/CN=R3’: Issued certificate has expired. To connect to
bash and zsh startup files loading order
< bash와 zsh이 시작될 때 로딩되는 파일들의 순서도 >
CentOS 8 Screen Share - Access via Windows VNC Client
CentOS 8 에서는 VNC 서버를 활성화하고 윈도우용 VNC Client 프로그램으로 접근이 되지 않는 이슈가 있는데 이 문서의 설정대로하면 이슈 없이 접근을 할 수 있다. 1. firewall 설정 방화벽이 활성화되어 있는 경우 터미널창에서 방화벽 룰을 추가해 준다. # firewall-cmd --add-service=vnc-server --permanent
RHEL 6 데몬 설명
RHEL6 불필요한 데몬 정리 RHEL 데몬 정의 - 리눅스 배포판별 Document http://www.softpanorama.org/Commercial_linuxes/ - Red Hat 배포판 Document http://www.softpanorama.org/Commercial_linuxes/RHEL/index.shtml - Open Source Software Educational Society http://www.softpanorama.org
guacamole-0.9.13 with CentOS 7.4
과카몰리(guacamole)는 아파치 프로젝트의 일환으로 rdp, vnc 서버 접속을 html5 서버를 거쳐서 접속하게 함으로써 방화벽에 막혀 원격접속을 못하는 환경에서도 접속할 수 있게 도와주는 솔루션이다. 클라이언트 PC가 원격접속(아웃바운드)을 허용하지 않는 기업의 전산망에 속해 있어서도 80, 443 포트로 서비스하는 Web Server(guacamole)를 통해
Kernel panic - not syncing: Attempted to kill init!
부팅시 아래와 같은 메시지 출력과 함께 부팅 실패에 대한 원인과 대처 방법에 대해 알아보자. Kernel panic - not syncing: Attempted to kill init! Pid: 1, Comm: init Not tainted 2.6.32-431.5.1.el6.x86_64 #1 Call Trace: [<ffffffff81527513>] ? panic+0xa7/0x16f . . . [<ffffffff8100b072>]
shell script tip
쉘스크립트 기본 참고 사이트 : shell script 기본 1. for 문 활용 1) 특정 디렉토리내의 파일들의 내용을 보기 [root@RHEL63-1 ~]# for i in `ls /sys/class/iscsi_host/*/ipaddress`; do echo $i; cat $i; done /sys/class/iscsi_host/host3/ipaddress 192.168.2.175 /sys/class/iscsi_host/host4/ipaddress 192.168.0.175 /sys/class/iscsi_host/host5/ipaddress 192.168.0.175 /sys/class/iscsi_host/host6/ipaddress 192.168.2.175 -
sar를 통한 시스템 점검
시스템 주요 자원의 최근과 과거 상황을 모니터링 및 통계치를 작성하는 도구인 SAR를 이용하는 방법에 대해서 알아본다. 1. SAR 1.1. 뜻 시스템 관리 툴로서 SAR(System Activity Reporter)의 약자이다. 1.2. 확인 가능한 통계 - I/O 전송량 - 페이징- 프로세스 생성 숫자