반응형

DOS 창, CMD창

 

conemu.github.io/

 

ConEmu - Handy Windows Terminal

ConEmu-Maximus5 is a full-featured local terminal for Windows devs, admins and users. Get better console window with tabs, splits, Quake style, copy+paste, DosBox and PuTTY integration, and much more.

conemu.github.io

 

반응형
반응형

https://www.iterm2.com/

 

iTerm2 - macOS Terminal Replacement

iTerm2 by George Nachman. Website by Matthew Freeman, George Nachman, and James A. Rosen. Website updated and optimized by HexBrain

www.iterm2.com

iTerm2 is a replacement for Terminal and the successor to iTerm. It works on Macs with macOS 10.12 or newer. iTerm2 brings the terminal into the modern age with features you never knew you always wanted.
iTerm2는 터미널 및 iTerm의 후속 제품을 대체합니다. MacOS 10.12 이상에서 작동합니다. iTerm2는 당신이 항상 원했던 적이없는 기능으로 현대 시대에 터미널을 제공합니다.

Zsh 설치하기 

>brew install zsh 

oh-my-zsh 도 설치하기  https://ohmyz.sh/

>sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Theme는 Preference에서 설정하면 된다. 

 

반응형
반응형


터미널에서 ls -a 하면 나오는 폴더 목록에 .profile 또는 .bash_profile이 없을때.
 

 .profile 을 만들어보자.


터미널로 일단 들어가자. 

터미널 창에 sudo nano .profile 입력 후 엔터

원래 아무것도 없는 빈 공간.

이걸 control + o -> Enter -> control + x

이제 open .profile 하면 권한 문제가 생길 수 있다. 

그러면, 파일 권한을 보고 chown으로 로그인사용자로 변경하면 된다. 

반응형
반응형

Install curl on Mac OSX

About the App

  • App name: curl
  • App description: Get a file from an HTTP HTTPS or FTP server
  • App websitehttp://curl.haxx.se/

Install the App

  1. Press Command+Space and type Terminal and press enter/return key.
  2. Run in Terminal app:
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
    and press enter/return key. Wait for the command to finish.
  3. Run:
    brew install curl

Done! You can now use curl.


반응형

+ Recent posts