일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- node.js
- windows
- Godot
- Linux
- Python
- HaProxy
- API
- mysql
- javascript
- ubuntu
- 우분투
- 리눅스
- JS
- error
- 구글
- CSS
- php7
- Android
- nodejs
- HTTP
- PHP
- HTML
- java
- node
- ASP
- Mac
- Eclipse
- Godot3
- install
- Today
- 38
- Total
- 1,235,923
목록Mac (17)
Blue Breeze
CurlFtpFS - A FTP filesystem based on cURL and FUSE Ftp transfer the rsync-way CurlFtpFs 를 사용한 FTP 마운트 Mac용 X11에 관하여Mounting SFTP and FTP shares on Debian curlFtpFs FTP mount Mac # XQuartz Install # Required XQuartz On curlftpfs For MAC brew cask install xquarts brew install curlftpfs # mount sudo curlftpfs -o allow_other username:password@domain.com /mount_path # rsync backup rsync -rzvvv --inp..
Can't install xdebug on Mac with Homebrew #brew search php brew search php71 homebrew/php/php71 ✔ homebrew/php/php71-grpc homebrew/php/php71-msgpack homebrew/php/php71-stats homebrew/php/php71-amqp homebrew/php/php71-hprose homebrew/php/php71-mustache homebrew/php/php71-swoole homebrew/php/php71-apcu homebrew/php/php71-igbinary homebrew/php/php71-oauth homebrew/php/php71-tidy homebrew/php/php71-..
iTerm2 DocumentationiTerm2 Alternatives for Windows General Usage brew cask install iterm2 탭 사이 탐색 Cmd+left arrow, Cmd+right arrow navigates among tabs. So does Cmd-{ and Cmd-}. 탭 번호 이동 Cmd+number navigates directly to a tab. 윈도우 번호 이동 Cmd+Option+Number navigates directly to a window. 분할된 창 탐색 Cmd+Option+Arrow keys navigate among split panes. 분살된 창 순서대로 탐색 Cmd+] and Cmd+[ navigates among split p..
OS X Terminal Colors [closed] [Mac] 터미널 컬러링을 위한 초기 설정 MAC 유저를 위한 alias 설정. Mac Bash Alias 설정 #.bash_profile if [ -f ~/.bashrc ]; then . ~/.bashrc fi #============================================================ # # ALIASES AND FUNCTIONS # Arguably, some functions defined here are quite big. # If you want to make this file smaller, these functions can #+ be converted into scripts and removed from..
How to fix homebrew permissions? brew install python3 ssl관련 에러가 빵빵 터지는 중 구글링으로 Permission 문제를 해결하니 설치가 잘 된다. $ brew install phthon3 ..... READ THIS: https://git.io/brew-troubleshooting These open issues may also help: OpenSSL@1.1 Migration [Tracking] https://github.com/Homebrew/homebrew-core/issues/4543 The description for openssl installation is misleading https://github.com/Homebrew/homebrew-c..
Mac에서 Android Studio를 완전히 제거하기 MAC rm -fr /Applications/Android Studio.app ~/Library/Preferences/AndroidStudio* ~/Library/Preferences/com.google.android.studio.plist ~/Library/Application Support/AndroidStudio* ~/Library/Logs/AndroidStudio* ~/Library/Caches/AndroidStudio* ~/.android
OS X의 DNS 캐시 재설정하기 mDNSResponder.exe 의 정체 - badnom.com 애플 사이트에서는 프로세스 데몬을 죽이라고 나온다. 데몬 mDNSResponder를 죽이면 자동으로 다시 시작되고 dns를 재 구성 할 테니 그냥 죽여라는... # OS X Yosemite 및 이후 버전 # OS X 10.10.4 및 이후 버전에서 DNS 캐시를 재설정하려면 다음 터미널 명령을 사용하십시오. sudo killall -HUP mDNSResponder # OS X v10.10~v10.10.3에서 DNS 캐시를 재설정하려면 다음 터미널 명령을 사용하십시오. sudo discoveryutil mdnsflushcache # OS X Mavericks, Mountain Lion 및 Lion # OS X..