Home
운영체제
Linux
Windows
가상화
ESXi
XenServer
openstack
뉴스
정보
Games
NAS
WordPress
Language
Sign in
Welcome!
Log into your account
your username
your password
Forgot your password?
Password recovery
Recover your password
your email
Search
수요일, 7월 6, 2022
Sign in
Welcome! Log into your account
your username
your password
Forgot your password? Get help
Password recovery
Recover your password
your email
A password will be e-mailed to you.
MYNOTES.KR
Home
운영체제
Linux
Windows
가상화
ESXi
XenServer
openstack
뉴스
정보
Games
NAS
WordPress
Language
Home
Linux
Linux
Linux
MYSQL ERROR 1449 The user specified as a definer (‘user’@’%’) does not exist
mynotes
-
2019/09/20
0
Tomcat 구동후 catalina.out 로그화일에 MYSQL ERROR 1449 The user specified as a definer ('user'@'%') does...
Read more
Linux
Linux History 시간 남기기
mynotes
-
2019/09/05
0
Linux에서 history에 시간을 남기려면 bash Shell의 환경변수 HISTTIMEFORMAT을 정의해주면 된다. 적용전 history /etc/profile 에 아래와...
Read more
Linux
linux ps 명령어
mynotes
-
2019/09/04
0
개요 활성 프로세스 선택에 대한 정보를 표시합니다. 명령어 /bin/ps 실행예시 예시 표준 구문을 사용하여 시스템의 모든 프로세스를 보려면 : ps -e ps...
Read more
Linux
linux top 명령어
mynotes
-
2019/09/04
0
개요 최상위 프로그램은 실행중인 시스템의 동적 실시간보기를 제공합니다. 명령어 /usr/bin/top 실행예시 단축키 간략한 설명 및 예시 load average 단축키 :...
Read more
Linux
SonarQube plugin update후 restart error 조치방법
mynotes
-
2019/08/22
0
SonarQube plugin update후 재시작이 안되는 문제에 대한 포스트입니다. sonarqube-6.7/logs/es.log , sonarqube-6.7/logs/web.log 를 살펴보시면 에러에 대해 조치가...
Read more
Linux
Redis sentinel java example
mynotes
-
2019/08/11
0
Redis sentinel java example Redis Sentinel - HAProxy을 이용한 Client 통신에 대한 java example입니다. Master(5000 port)...
Read more
Language
redis cluster java example
mynotes
-
2019/08/11
0
redis cluster java example Redis Cluster 에 대한 java example입니다. LettuceClusterTest.java SerializedObjectCodec.java
Read more
1
2
3
...
17
Page 1 of 17
최신글
Games
mynotes
-
2021/01/30
0
에픽게임즈 – Dandara: Trials of Fear Edition
억압받으며 종말의 위기에 처한 기이한 세계에서 Dandara는 세상을 바로잡기 위해 깨어났습니다. 신비한 생물과 끝없는...
Read more
인기글
Let’s Encrypt 무료 SSL 인증서 갱신하기
Linux
mynotes
-
2016/03/04
2
Let’s Encrypt 무료 SSL 인증서 갱신하기 Let’s Encrypt 무료 SSL 인증서는 3개월단위로 인증서가 발급됩니다. 매번 체크해서 인증서를 갱신할기보다는 Crontab에 등록하여 3개월마다 갱신되게 아래와 같이 스크립트생성후 crontab에 등록하는...
Read more
DB접속정보 암호화 Spring 및 프로퍼티 설정
Language
mynotes
-
2015/10/21
0
DB접속정보 암호화 Spring 및 프로퍼티 설정 Spring으 DataSource이용하다보면 DB 접속 User, password를 설정화일에 그대로 노출되는 경우가 보안에 너무 취약하게 됩니다. jasypt 을 이용하여 password부분 암호화에 대하여 설명하겠습니다. 1. 다운로드 http://www.jasypt.org/download.html에서...
Read more
[이클립스] console 출력 제한 해제
Language
mynotes
-
2015/10/27
0
이클립스 console 출력 제한 해제 1.limit console output 체크를 해제하시면됩니다.
Read more
Mac Address로 IP확인하기
Windows
mynotes
-
2016/01/19
0
Mac Address로 IP확인하기 도스창에서 arp -a 입력하시면 맥어드레스와 IP정보 조회가 가능합니다.
Read more