일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- 윈도우
- script
- 자바스크립트
- 자바
- 노드
- DATABASE
- 데이터베이스
- 우분투
- ubuntu
- 리눅스
- java
- JS
- 하모니카
- hamonikr
- 설정
- DB
- 파이썬
- javascript
- PostgreSQL
- Windows
- 아틀라시안
- 스크립트
- 3.0
- postgres
- python
- 설치
- Linux
- Atlassian
- install
- node
- Today
- Total
목록OS (62)
LukeHan 의 잡다한 기술 블로그
lukehan@lukehan:/etc/apache2/sites-available$ sudo certbot --apache Saving debug log to /var/log/letsencrypt/letsencrypt.log Which names would you like to activate HTTPS for? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1: test.lukehan.com - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Select the appropriate numbers separated by..
OS : Ubuntu 22.04.2 LTS lukehan@lukehan:/etc/apache2/sites-available$ sudo service apache2 status ● apache2.service - The Apache HTTP Server Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled) Active: active (running) since Fri 2024-03-08 17:11:50 KST; 5min ago Docs: https://httpd.apache.org/docs/2.4/ Process: 3639120 ExecStart=/usr/sbin/apachectl start (code=ex..
OS : Ubuntu 22.04 LTS sudo vi /etc/systemd/logind.conf 설정을 위해 logind.conf 파일을 연다 [Login] #NAutoVTs=6 #ReserveVT=6 #KillUserProcesses=no #KillOnlyUsers= #KillExcludeUsers=root #InhibitDelayMaxSec=5 #UserStopDelaySec=10 #HandlePowerKey=poweroff #HandleSuspendKey=suspend #HandleHibernateKey=hibernate #HandleLidSwitch=suspend HandleLidSwitch=ignore #HandleLidSwitchExternalPower=suspend #HandleLidSwi..

개발 중 로컬 환경에서 다른 도메인을 사용하여 개발 및 테스트 진행할 일이 발생하여 아래와 같이 정리하였다. C:\Windows\System32\drivers\etc 폴더를 확인하면 위와 같이 파일을 확인할 수 있다. # Copyright (c) 1993-2009 Microsoft Corp. # # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. # # This file contains the mappings of IP addresses to host names. Each # entry should be kept on an individual line. The IP address should # be placed in the first..
JAVA 버전 확인 java -version 터미널에서 위와 같이 입력한다. lukehan@lukehan:~$ java -version openjdk version "11.0.6" 2020-01-14 OpenJDK Runtime Environment (build 11.0.6+10-post-Ubuntu-1ubuntu118.04.1) OpenJDK 64-Bit Server VM (build 11.0.6+10-post-Ubuntu-1ubuntu118.04.1, mixed mode, sharing) 위와 같이 버전 정보가 출력되는 것을 확인할 수 있다. JAVA 버전 변경 sudo update-alternatives --config java sudo update-alternatives --config javac..

내부 인프라 정책으로 인해 pip 명령어로 패키지를 설치할 수 없었다. 이런 경우 Proxy 로 우회하여 패키지를 설치할 수 있다고 하여 아래와 같이 Proxy 정보를 확인 진행 하였다. '윈도우 검색 창' 에서 '인터넷 옵션'을 찾아서 실행한다. '인터넷 속성' 창의 상단 '연결' 탭을 클릭 실행한다. 연결 탭 하단의 'LAN 설정' 버튼을 클릭 실행한다. LAN 설정 창에서 위와 같이 Proxy 설정 정보를 확인할 수 있다.