하루하나
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)
  • 홈
  • 태그
  • 미디어로그
  • 위치로그
  • 방명록

맥(mac)에서 global protect 삭제하는 방법

응용프로그램에서 휴지통에 넣어 삭제하려고 했더니 계속 실행중이다라고 나와서,,,삭제 실패 teminal 실행후 아래와 같이 입력하여 삭제 sudo /Applications/GlobalProtect.app/Contents/Resources/uninstall_gp.sh

  • format_list_bulleted Programming/Mac
  • · 2023. 7. 21.
  • 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

Mac Homebrew로 설치한 Mysql 비밀번호 잃어버렸을때

mac에서 homebrew로 간단히 mysql 설치하기 설치는 위에 글 참조 root 비밀번호 설정 $ mysql_secure_installation - Would you like to setup VALIDATE PASSWORD plugin? : 테스트용이면 no - Remove anonymous users? : 익명사용자 사용여부- Disallow root login remotely? : 원격 접속 허용- Remove test database and access to it? : test 디비 삭제 여부- Reload privilege tables now? : 권한테이블 갱신 (수정했다면 yes) 변경 후 mysql -uroot -p 로 재접속

  • format_list_bulleted Programming/Mac
  • · 2019. 2. 22.
  • textsms

[mac] ssh 비밀번호 없이 접속하기

1. 우선 mac에서는 sshpass라는 프로그램이 필요하다. (brew를 이용하여 설치) brew install https://raw.githubusercontent.com/kadwanev/bigboybrew/master/Library/Formula/sshpass.rb 2. ssh-keygen을 이용하여 키생성 3. sshpass를 이용하여 키복사 sshpass -p "서버패스워드" ssh-copy-id root@123.45.67.102 4. ssh 주소만으로 접속

  • format_list_bulleted Programming/Mac
  • · 2019. 1. 9.
  • textsms

[MacOS] xcode 없이 git 사용하기

맥을 새로 설치하고 git을 설치했더니 실행할때 xcode가 필요하다는 메세지가 나옴. xcode-select: note: no developer tools were found at '/Applications/Xcode.app', requesting install. Choose an option in the dialog to download the command line developer tools. 이럴 경우 아래와 같이 path를 추가해주면 해결 완료 echo "PATH=/usr/local/git/bin:\$PATH" >> ~/.bash_profile 터미널을 새로 실행시키고 git --version을 실행해보면 beansui-MacBook-Air:~ beans$ git --version git ve..

  • format_list_bulleted Programming/Mac
  • · 2016. 7. 8.
  • textsms
Mac에서 MySql 설치

Mac에서 MySql 설치

homebrew를 이용하여 Mac에 MySql을 간단히 설치할 수 있다. http://brew.sh/ homebrew 설치방법은 아래 명령어를 콘솔창에 입력하면 끝 - 아니 이렇게나 간단해도 되나 -/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" homebrew 설치 후에 mysql 설치 방법은 더 간단하다. $ brew install mysql -_-.... 정말로 저거 하나면 끝.. 설치 후 실행, 종료 방법mysql.server start mysql.server stop 접속해보자..mysql -uroot 정상적으로 접속 완료 혹시라도 포트를 수정할일이 생긴다면my.cnf..

  • format_list_bulleted Programming/Mac
  • · 2016. 6. 4.
  • textsms
  • navigate_before
  • 1
  • 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)
최근 글
인기 글
최근 댓글
태그
  • #error
  • #javascript
  • #MySQL
  • #Vue
  • #springboot
  • #GIT
  • #css
  • #JPA
  • #sts
  • #AngularJS
전체 방문자
오늘
어제
전체
Copyright © 쭈미로운 생활 All rights reserved.
Designed by JJuum

티스토리툴바