일반 사용자 권한으로 spring 프로젝트를 구동 시켰는데, /tmp 에 권한이 없어 실행을 하지 못했다. root@freecatz-pe-kr:~# chmod 0777 /tmp 관리자 권한으로 위와 같이 해주면 해결 된다. 다른 방법으로는 freecatz@freecatz-pe-kr:~$ java -server -Dserver.port=8889 -Djava.io.tmpdir=/home/freecatz/tmp -jar freecatz.pe.kr-SNAPSHOT.jar 위와 같은 방법으로도 가능 하다. 패키지 관리자를 이용하여 mysql 설치 도중에도 /tmp 에 권한이 없어 진행 하지 못하는 경우도 /tmp 의 퍼미션을 조정 하여, 설치를 진행 했다. 요즘 이러한 문제를 자주 접하게 되는데, 리눅스에 손 놓..
-d 옵션으로 기존에 인증 받은 도메인과 추가 하려는 도메인을 아래와 같이 추가 한다. root@freecatz-pe-kr:~/letsencrypt# ./letsencrypt-auto certonly -d freecatz.pe.kr -d www.freecatz.pe.kr How would you like to authenticate with the ACME CA? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1: Nginx Web Server plugin (nginx) [Misconfigured] 2: Spin up a temporary webserver (standalone) 3: Place files i..
참고 : http://blog.devez.net/343 root@freecatz-pe-kr:~# last -f /var/log/btmp deploy ssh:notty ns3062354.ip-193 Thu May 2 11:15 - 11:15 (00:00) gpadmin ssh:notty 205.ip-79-137-86 Thu May 2 11:15 - 11:15 (00:00) deploy ssh:notty ns3062354.ip-193 Thu May 2 11:15 - 11:15 (00:00) gpadmin ssh:notty 205.ip-79-137-86 Thu May 2 11:15 - 11:15 (00:00) ftpuser ssh:notty ip85.ip-147-135- Thu May 2 11:15 - 11:..
사용중인 배포판 : Debian Debian 3.16.39-1 64Bit 1. chkrootkit 패키지 찾기 root@freecatz-pe-kr:~# apt-cache search chkrootkit chkrootkit - rootkit detector rkhunter - rootkit, backdoor, sniffer and exploit scanner 2. chkrootkit 패키지 설치 root@freecatz-pe-kr:~# apt-get install chkrootkit Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatic..
사용중인 배포판 : Debian Debian 3.16.39-1 64Bit 1. rkhunter 패키지 찾기 root@freecatz-pe-kr:~# apt-cache search rkhunter rkhunter - rootkit, backdoor, sniffer and exploit scanner unhide - Forensic tool to find hidden processes and ports 2. rkhunter 패키지 설치 root@freecatz-pe-kr:~# apt-get install rkhunter Reading package lists... Done Building dependency tree Reading state information... Done Suggested package..
1. redis 설치 공식 홈페이지 : https://redis.io/download 1-1. redis 다운로드 및 컴파일[redis@localohst ~]$ wget http://download.redis.io/releases/redis-3.2.9.tar.gz [redis@localohst ~]$ tar xzf redis-3.2.9.tar.gz [redis@localohst ~]$ cd redis-3.2.9 [redis@localohst redis-3.2.9]$ make 1-2. 주요 명령어 사용을 위한 PATH 설정redis-cli, redis-server 명령어의 경우 redis 압축 해제후 make 한 디렉토리 아래 src 에 위치 하고 있다. 어느 위치에서든 사용 가능 하도록 PATH 로 잡아..
Environment- Ubuntu 14.x- nginx 1.12.0- spring boot 1.5.3 : executeable jar deploy(using embeded undertow)nginx 공식 사이트 : http://nginx.org/en/download.html# 컴파일시 필요한 의존성에 걸린 패키지들을 설치 한다.root@freecatz:~# apt-get install openssl openssl-devel pcre pcre-devel zlib zlib-develroot@freecatz:~# wget http://nginx.org/download/nginx-1.12.0.tar.gzroot@freecatz:~# tar zxvf nginx-1.12.0.tar.gzroot@freecatz:~..
root@FREECATZ-PE-KR:~# apt-get install subversionroot@FREECATZ-PE-KR:~# useradd -r svnroot@FREECATZ-PE-KR:~# passwd svn새 UNIX 암호 입력:새 UNIX 암호 재입력:passwd: password updated successfullyroot@FREECATZ-PE-KR:~# su - svnsvn@FREECATZ-PE-KR:~$ mkdir -p ~/repo/websvn@FREECATZ-PE-KR:~$ svnadmin create --fs-type fsfs /home/svn/repo/websvn@FREECATZ-PE-KR:~$ vi /home/svn/repo/web/conf/svnserve.conf----- svns..
출처 : http://snoopybox.co.kr/1713 리눅스의 쉘스크팁트에서 비밀번호를 변경 하는 경우 아래와 같이 사용이 가능 하다. root@localhost:~# echo '비밀번호' | passwd --stdin 계정 예) root@localhost:~# echo '@@1234&&' | passwd --stdin freecatz 데비안 계열 리눅스의 passwd 명령에는 --stdin 옵션이 없다. 검색을 해보니 chpasswd 명령을 이용 하면 된다고 한다. root@localhost:~# echo '계정:비밀번호' | chpasswd 예) root@localhost:~# echo 'freecatz:@@1234&&' | chpasswd 자세한 내용은 아래의 참고 사이트를 확인 할 것.
- Total
- Today
- Yesterday
- devel
- gpkiapi
- devtools
- web
- samba
- development
- Spring
- 엘리스센터
- ssh
- JavaScript
- 맛집
- json parse
- Fun
- TIP
- Review
- HTTP
- food
- dart
- SSL
- Android
- MySQL
- Java
- Flutter
- Security
- place
- springboot
- Linux
- kotlin
- Compile
- Mobile
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |