하루하나
close
프로필 배경
프로필 로고

하루하나

  • ALL (217)
    • 쿠베플로우 kubeflow (1)
    • React Native (1)
      • Expo (1)
    • Programming (187)
      • spring+jwt+react (4)
      • wordpress (3)
      • Vultr (1)
      • Flutter (3)
      • Vue-project (1)
      • Vue-tip (17)
      • AngularJS (12)
      • Bootstrap (2)
      • Book (1)
      • CentOS (5)
      • Code (0)
      • Css (13)
      • Docker (7)
      • Eclipse (1)
      • Freemarker (1)
      • Git (9)
      • Front-End (6)
      • Error (7)
      • Gulp.js (0)
      • Java (12)
      • Python (5)
      • Javascript (19)
      • JPA (5)
      • jQuery (2)
      • Mac (6)
      • MySql (4)
      • Springboot (21)
      • Springboot-blog (0)
      • Daily (1)
      • Springboot-tip (3)
      • Spring (1)
      • Thymeleaf (1)
      • Tomcat (1)
      • Typescript (3)
      • Tool (5)
      • Sql (1)
      • prisma (1)
      • react (1)
    • Life (14)
      • Review (0)
      • Tip (3)
      • 리뷰 (8)
      • 부동산 (2)
  • 홈
  • 태그
  • 미디어로그
  • 위치로그
  • 방명록

[CentOS] tomcat 설치

1. tomcat download# curl -O https://tomcat.apache.org/download-90.cgi 2. tomcat 압축해제 후 /opt 폴더로 이동# tar xvzpf apache-tomcat-9.0.13.tar.gz# mv apache-tomcat-9.0.13 /opt# cd /opt; mv apache-tomcat-9.0.13 tomcat 3. tomcat 유저/group 생성 및 소유권 변경# useradd tomcat# groupadd tomcat# cd /opt# chown -R tomcat:tomcat tomcat 4. systemd 등록>> vi /etc/systemd/system/tomcat.service# cat /etc/systemd/system/tomcat..

  • format_list_bulleted Programming/CentOS
  • · 2019. 6. 28.
  • textsms

SSH Key CentOS 비밀번호 없이 로그인

키 생성>> ssh-keygen -t rsa passphrase는 빈값으로 입력해야 자동로그인이 편함 scp로 remote 서버에 key.pub 파일 전송>> scp -P pot [key.pub] [root@IP:key.pub] remote 서버에서 authorized_keys에 key.pub 내용추가>> cat ./key.pub >> ~/.ssh/authorized_keys client에서 접속>> ssh -i ~/.ssh/key -p [PORT] root@[IP]

  • format_list_bulleted Programming/CentOS
  • · 2019. 6. 28.
  • textsms

Mission controll, app expose 안될때

언제부터인가 갑자기 app expose나 mission controll 진입이 안됨. 아래와 같이 명령어 입력한 후 dock 재시작하니까 정상동작 defaults write com.apple.dock mcx-expose-disabled -bool FALSE killall Dock

  • format_list_bulleted Programming/Mac
  • · 2019. 4. 21.
  • textsms

[centos7] node 최신버전 설치..

아무리 설치해도 npm은 3.xxx, node는 6.xxx버전까지만 설치가 된다. 아래와 같이 nvm을 설치하여 node를 인스톨하면 최신버전으로 설치 가능 아래 명령어로 nvm 설치curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash nvm 설치후에는 재로그해야 적용nvm install node # "node" is an alias for the latest version 특정버전을 설치하려면nvm install 6.14.4 # or 10.10.0, 8.9.1, etc

  • format_list_bulleted Programming/CentOS
  • · 2019. 4. 21.
  • textsms

[ERROR/mysql8] incompatible with sql_mode=only_full_group_by

mysql 8버전에서 group by 실행시 아래와 같이 에러메세지 출력 this is incompatible with sql_mode=only_full_group_by 찾아본봐로는 보안때문에 groupy 절외에 데이터를 참조할수 없다고 한다. 해결방법 mysql root 권한으로 아래 명령어 실행 SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));

  • format_list_bulleted Programming/MySql
  • · 2019. 4. 19.
  • textsms

[CSS] focus blue outline 삭제 방법

button:focus { outline: 0; }위와같이 css에서 selector 한 후에 outline을 0으로 변경한다.

  • format_list_bulleted Programming/Css
  • · 2019. 4. 18.
  • textsms
  • navigate_before
  • 1
  • ···
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • ···
  • 37
  • navigate_next
반응형
공지사항
전체 카테고리
  • ALL (217)
    • 쿠베플로우 kubeflow (1)
    • React Native (1)
      • Expo (1)
    • Programming (187)
      • spring+jwt+react (4)
      • wordpress (3)
      • Vultr (1)
      • Flutter (3)
      • Vue-project (1)
      • Vue-tip (17)
      • AngularJS (12)
      • Bootstrap (2)
      • Book (1)
      • CentOS (5)
      • Code (0)
      • Css (13)
      • Docker (7)
      • Eclipse (1)
      • Freemarker (1)
      • Git (9)
      • Front-End (6)
      • Error (7)
      • Gulp.js (0)
      • Java (12)
      • Python (5)
      • Javascript (19)
      • JPA (5)
      • jQuery (2)
      • Mac (6)
      • MySql (4)
      • Springboot (21)
      • Springboot-blog (0)
      • Daily (1)
      • Springboot-tip (3)
      • Spring (1)
      • Thymeleaf (1)
      • Tomcat (1)
      • Typescript (3)
      • Tool (5)
      • Sql (1)
      • prisma (1)
      • react (1)
    • Life (14)
      • Review (0)
      • Tip (3)
      • 리뷰 (8)
      • 부동산 (2)
최근 글
인기 글
최근 댓글
태그
  • #JPA
  • #error
  • #Vue
  • #sts
  • #css
  • #javascript
  • #MySQL
  • #springboot
  • #GIT
  • #AngularJS
전체 방문자
오늘
어제
전체
Copyright © 쭈미로운 생활 All rights reserved.
Designed by JJuum

티스토리툴바