2022. 1. 18. 11:44 MACINTOSH
맥북에서 터미널로 몬테레이 설치 디스크 만들기, 맥킨토시 Monterey 클린설치

맥킨토시 운영체제 클린설치를 위해 usb 설치 디스크를 만들어보겠습니다.

별도의 프로그램을 다운받을 필요가 없습니다.

준비물은 맥킨토시 컴퓨터와 16기가 이상의 usb디스크만 있으면 됩니다.

 

 

1. 16기가 이상의 usb를 맥킨토시(맥북)에 꼽는다.

usb디스크에 내용이 있어도 되지만 전부 삭제됩니다.

 

 

2. 앱스토어 실행

 

 

3. monterey 검색 > GET

 

 

4. 응용 프로그램 > 유틸리티 > 터미널.app 실행

 

 

5. 터미널에 'sudo ' 입력 (스페이스바로 한칸띄우기)

 

 

6. 응용 프로그램 > macOS Monterey 설치.app에 마우스오른쪽 > 패키지 내용 보기

 

 

7. Contents > Resources > createinstallmedia를 터미널로 드래그

하면,

sudo /Applications/macOS Monterey\ 설치.app.app/Contents/Resources/createinstallmedia

처럼 작성됩니다.

 

 

8. 터미널에 '--volume' 입력

sudo /Applications/macOS Monterey\ 설치.app.app/Contents/Resources/createinstallmedia --volume

처럼 작성하세요

 

 

9. 바탕화면의 usb디스크 아이콘를 터미널로 드래그

하면,

sudo /Applications/macOS Monterey\ 설치.app.app/Contents/Resources/createinstallmedia --volume /Volumes/SDCARD

처럼 됩니다. (SDCARD는 디스크 이름입니다. 각자 다릅니다.)

 

 

10. 엔터 > 'y'입력 > 엔터

usb디스크의 모든 내용이 삭제됩니다.

 

 

11. 몬테레이 설치 디스크가 생성됩니다.

컴퓨터 성능에 따라 다르겠지만 시간이 오래 걸립니다.

 

 

12. 완성

클린 설치를 하려면 맥북을 usb 디스크로 부팅 > 디스크 초기화 > 몬테레이 설치 하시면 됩니다.

 

 

2021. 3. 21. 21:30 MACINTOSH
[MACINTOSH] 맥북 디스플레이 1920 x 1080 커스텀 해상도로 변경하기

이건 그냥 해상도 변경이 아닙니다.

맥북이나 에어들은 디스플레이들은 16:10비율입니다.

설정에도 1920x1080같은 16:9비율의 해상도로 변경이 안되는데 강제로 변경할 수 있습니다.

여러가지 방법이 있는데 터미널에 익숙하지 않은 분들을 위해 해상도 변경 프로그램을 이용하여 변경해보겠습니다.

 

 

1. 프로그램 다운로드 & 압축 해제

ResolutionMenu.zip
0.08MB

 

 

2. Resolution Menu.app 실행

 

 

3. 악성 소프트웨어가 있는지 확인할 수 없기 때문에 열 수 없습니다.

확인 눌러서 끄세요.

 

 

4. 사과 > 시스템 환경설정... > 보안 및 개인 정보 보호

일반 > 확인 없이 열기

 

 

5. Resolution Menu.app 실행 > 열기

 

 

6. 화면 오른쪽 상단에 모니터 아이콘(Resolution Menu) 클릭 > 원하는 해상도로 변경 

2020. 10. 5. 22:38 MACINTOSH
맥북에서 저장안함 취소 저장 확인 선택 방법, MAC 매킨토시 대화상자 경고창 버튼 초점 이동

맥에서는 윈도우처럼 No Yes 예 아니오같은 버튼에 단축키가 없습니다.

버튼이 1개나 2개 있는 경고창은 ESC나 ENTER키로 선택을 할 수 있는데,

버튼이 3개인 대화상자(경고창)은 한가지를 고를 수 없습니다.

 

 

하지만 설정을 바꿔주면 TAB > SPACEBAR로 선택할 수 있습니다.

 

 

1. 사과 > 시스템 환경설정 > 키보드 > 단축키

 

2. 키보드 탐색을 사용하여 컨트롤 간에 초점 이동 선택

(초점을 앞으로 이동하려면 Tab키를 누르고 뒤로 이동하려면 Shift 키와 Tab 키를 누르십시오.)

 

 

 

이제 대화상자에서 TAB으로 이동하고 원하는 버튼에서 SPACEBAR를 누르면 됩니다.

 

2020. 8. 21. 23:59 DEV ENVIRONMENT
[MAC/PYTHON] 맥북에서 파이썬3 셀레니엄 설치, installing selenium on MacBook

웹브라우저를 제어하려고 셀레니엄을 설치하겠습니다.

 

pip명령어가 없는 분들은

https://blog.nachal.com/1530

참고하시고 pip 설치후에 selenium을 설치하시면 됩니다.

 

 

셀레니엄 설치

sudo pip3 install selenium
컴퓨터 비밀번호 입력

kaudo@MacBookPro ~ % sudo pip3 install selenium
WARNING: The directory '/Users/kaudo/Library/Caches/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting selenium
  Downloading selenium-3.141.0-py2.py3-none-any.whl (904 kB)
     |████████████████████████████████| 904 kB 550 kB/s 
Requirement already satisfied: urllib3 in /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages (from selenium) (1.25.10)
Installing collected packages: selenium
Successfully installed selenium-3.141.0
kaudo@MacBookPro ~ % 

 

다른 블로그를 보고(특히 윈도우예제) pip로 인스톨하시는 분들이 있는데,

맥은 파이썬2버전이 원래 깔려있어서 pip3로 설치해야 합니다.

pip로 설치하면 제대로 작동하지 않을 수 있습니다.

 

 

파이썬2 셀레니엄 삭제

sudo pip uninstall selenium

 

 

파이썬3 셀레니엄 삭제

sudo pip3 uninstall selenium

kaudo@MacBookPro ~ % sudo pip uninstall selenium
WARNING: The directory '/Users/kaudo/Library/Caches/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Found existing installation: selenium 3.141.0
Uninstalling selenium-3.141.0:
  Would remove:
    /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/selenium-3.141.0.dist-info/*
    /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/selenium/*
Proceed (y/n)? y
  Successfully uninstalled selenium-3.141.0
kaudo@MacBookPro ~ % 

 

 

2020. 8. 21. 15:55 카테고리 없음
[MAC/PYTHON] 맥북에 파이썬 PIP 설치하기, command not found: pip

파이썬 설치하면 PIP를 쓸수있다길래 해봤는데 안되네요.

윈도우는 잘 모르겠지만 맥은 파이썬을 설치한 후에 PIP는 별도로 설치해야하나봅니다.

 

터미널에서 실행하면 다음과 같이 pip따위는 없다는 오류가 발생합니다.

kaudo@MacBookPro ~ % pip
zsh: command not found: pip

 

 

1. curl로 파이썬 파일을 하나 다운받습니다.
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

kaudo@MacBookPro ~ % curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1840k  100 1840k    0     0  2115k      0 --:--:-- --:--:-- --:--:-- 2113k

 

 

2. 이전에 설치해놓은파이썬3로 다운받은 파이썬 파일을 실행합니다.
python3 get-pip.py

kaudo@MacBookPro ~ % python3 get-pip.py
Collecting pip
  Using cached pip-20.2.2-py2.py3-none-any.whl (1.5 MB)
Collecting wheel
  Using cached wheel-0.35.1-py2.py3-none-any.whl (33 kB)
Installing collected packages: pip, wheel
  Attempting uninstall: pip
    Found existing installation: pip 20.1.1
    Uninstalling pip-20.1.1:
      Successfully uninstalled pip-20.1.1
Successfully installed pip-20.2.2 wheel-0.35.1

 

 

3. 이제 pip를 실행하면 제대로 사용하라는 안내문이 나타납니다.
pip

kaudo@MacBookPro ~ % pip

Usage:   
  pip <command> [options]

Commands:
  install                     Install packages.
  download                    Download packages.
  uninstall                   Uninstall packages.
  freeze                      Output installed packages in requirements format.
  list                        List installed packages.
  show                        Show information about installed packages.
  check                       Verify installed packages have compatible dependencies.
  config                      Manage local and global configuration.
  search                      Search PyPI for packages.
  cache                       Inspect and manage pip's wheel cache.
  wheel                       Build wheels from your requirements.
  hash                        Compute hashes of package archives.
  completion                  A helper command used for command completion.
  debug                       Show information useful for debugging.
  help                        Show help for commands.

General Options:
  -h, --help                  Show help.
  --isolated                  Run pip in an isolated mode, ignoring environment variables and user configuration.
  -v, --verbose               Give more output. Option is additive, and can be used up to 3 times.
  -V, --version               Show version and exit.
  -q, --quiet                 Give less output. Option is additive, and can be used up to 3 times (corresponding to
                              WARNING, ERROR, and CRITICAL logging levels).
  --log <path>                Path to a verbose appending log.
  --no-input                  Disable prompting for input.
  --proxy <proxy>             Specify a proxy in the form [user:passwd@]proxy.server:port.
  --retries <retries>         Maximum number of retries each connection should attempt (default 5 times).
  --timeout <sec>             Set the socket timeout (default 15 seconds).
  --exists-action <action>    Default action when a path already exists: (s)witch, (i)gnore, (w)ipe, (b)ackup,
                              (a)bort.
  --trusted-host <hostname>   Mark this host or host:port pair as trusted, even though it does not have valid or any
                              HTTPS.
  --cert <path>               Path to alternate CA bundle.
  --client-cert <path>        Path to SSL client certificate, a single file containing the private key and the
                              certificate in PEM format.
  --cache-dir <dir>           Store the cache data in <dir>.
  --no-cache-dir              Disable the cache.
  --disable-pip-version-check
                              Don't periodically check PyPI to determine whether a new version of pip is available for
                              download. Implied with --no-index.
  --no-color                  Suppress colored output
  --no-python-version-warning
                              Silence deprecation warnings for upcoming unsupported Pythons.
  --use-feature <feature>     Enable new functionality, that may be backward incompatible.
  --use-deprecated <feature>  Enable deprecated functionality, that will be removed in the future.

 

 

파이썬으로 pip를 설치하고 실행한 스크린샷 입니다.

 

 

최근에 올라온 글

최근에 달린 댓글