분류 전체보기 썸네일형 리스트형 [리눅스] GitLab root 초기 비밀번호 GitLab root 초기 비밀번호 - GitLab Version : 14.4.2 gitlab 로그 중간에 출력 docker-compose logs -f $ docker-compose logs -f ... gitlab | Notes: gitlab | Default admin account has been configured with following details: gitlab | Username: root gitlab | Password: You didn't opt-in to print initial root password to STDOUT. gitlab | Password stored to /etc/gitlab/initial_root_password. This file will be cleaned .. 더보기 [원도우] 윈도우 호스트 파일 편집하는 방법 (Windows 10) 윈도우 호스트 파일 편집하는 방법 1. 관리자 권한으로 “명령 프롬프트” 실행 2. “명령 프롬프트” 에서 노트패드로 hosts 파일 열기 notepad C:\Windows\System32\drivers\etc\hosts 더보기 [리눅스] nginx tomcat 설치 및 연동 nginx tomcat 설치 및 연동 테스트 환경 $ lsb_release -a No LSB modules are available. Distributor ID:Ubuntu Description:Ubuntu 22.04.1 LTS Release:22.04 Codename:jammy nginx 설치 nginx repository 등록 echo "deb http://nginx.org/packages/ubuntu `lsb_release -cs` nginx" \ | sudo tee /etc/apt/sources.list.d/nginx.list curl -fsSL https://nginx.org/keys/nginx_signing.key | sudo apt-key add - apt update nginx 패키지 설치.. 더보기 [원도우] HP ProLiant Gen9 서버 레거시 부팅 모드에서 재부팅 후 시스템 시간에서 오프셋 발생 HP ProLiant Gen9 서버 레거시 부팅 모드에서 재부팅 후 시스템 시간에서 오프셋 발생 문서 ID: c04750030 버전: 1 권고: (수정) Microsoft Windows Server - HP 프로라이언트 Gen9-시리즈 서버 및 HP ProLiant 프로라이언트 DL580 Gen8 서버에서는 레거시 부팅 모드에서 다시 부팅 한 후 시스템 타임에 오프셋이 발생할 수 있습니다 [원문] Document ID: c04557232 Version: 2 Advisory: (Revision) Microsoft Windows Server - HP ProLiant Gen9-Series Servers and the HP ProLiant DL580 Gen8 Server May Experience an Offs.. 더보기 [리눅스] Tomcat 시스템 프로토콜 변경(http -> https) Tomcat 시스템 프로토콜 변경(http -> https) pasdev.scbyun.com.pfx 인증서 패스워드 : 1234 기본 keystore 패스워드 : changeit 1. pfx를 jks로 변환 후 keystore에 저장 keytool -importkeystore -srckeystore /home/anti1346/pasdev.scbyun.com.pfx -srcstoretype pkcs12 -destkeystore /usr/lib/jvm/java-7-oracle/jre/lib/security/cacerts -deststoretype JKS $ keytool -importkeystore -srckeystore /home/anti1346/pasdev.scbyun.com.pfx -srcstorety.. 더보기 [SSL] pfx를 jks로 변환 방법 pfx를 jks로 변환 방법 keytool -importkeystore -srckeystore mypfxfile.pfx -srcstoretype PKCS12 -destkeystore mypfxfile.jks -deststoretype JKS ex) keytool -importkeystore -srckeystore scbyun.com.pfx -srcstoretype pkcs12 -destkeystore scbyun.com.jks -deststoretype jks 더보기 [링크] Hewlett Packard Enterprise 고객 지원 센터(일련 번호 조회) Hewlett Packard Enterprise 고객 지원 센터(일련 번호 조회) https://support.hpe.com/hpsc/wc/public/home?lang=ko-KR 더보기 좀비 프로세스(zombie processes)를 찾고 종료하는 방법 좀비 프로세스(zombie processes)를 찾고 종료하는 방법 좀비 프로세스(Zombie Process)는 컴퓨터 운영 체제에서 발생하는 프로세스 상태 중 하나입니다. 이 상태는 프로세스가 이미 종료되었지만 해당 프로세스의 종료 상태(Exit Status)를 부모 프로세스에게 전달 중인 상태를 나타냅니다. 이러한 종료 상태 전달은 부모 프로세스가 자식 프로세스의 종료 상태를 확인하고 해당 정보를 수집하기 위해 필요합니다. 좀비 프로세스가 발생하는 과정은 다음과 같습니다. 부모 프로세스가 자식 프로세스를 생성합니다. 자식 프로세스가 작업을 수행하고 종료되면 그 종료 상태(Exit Status)는 시스템에 남아 있습니다. 부모 프로세스는 wait() 또는 waitpid() 함수를 사용하여 자식 프로세스.. 더보기 이전 1 ··· 223 224 225 226 227 228 229 ··· 298 다음