
Preferences -> Tools -> Terminal -> Application Settings -> Shell path Replace /bin/sh with /bin/zsh https://stackoverflow.com/questions/51006002/how-do-i-get-intellij-terminal-to-work-properly-with-oh-my-zsh/66479094#66479094 How do I get IntelliJ Terminal to work properly with Oh My Zsh? I love Oh My Zsh, but it has never worked properly in the JetBrains product's Terminals: cannot find execut..
sudo pmset -c disablesleep 1 sudo pmset -c disablesleep 0 https://our-ef.tistory.com/entry/%EB%A7%A5%EB%B6%81-%ED%99%94%EB%A9%B4%EB%9A%9C%EA%BB%91-%EB%8D%AE%EC%96%B4%EB%8F%84-%EC%95%88%EA%BA%BC%EC%A7%80%EA%B2%8C-%EC%84%A4%EC%A0%95%ED%95%98%EB%8A%94%EB%B2%95-%EC%9E%A0%EC%9E%90%EA%B8%B0-%EB%B0%A9%EC%A7%80 맥북 화면/뚜껑 덮어도 안꺼지게 설정하는법 (잠자기 방지) 자리를 옮겨야 하는데다운로드가 생각보다 오래걸린적이 있었다. 이때 노트북 인터넷 연결을 핫스팟으로 변경하고..
Directory contextMenu -> Mark Directory as -> Sources Root https://dev.plusblog.co.kr/32 PyCharm "Unresolved reference xxx" 에러 해결 파이썬 개발 환경인 PyCharm을 이용해 파이썬 프로그램을 개발할 때 "Unresolved reference xxx" 에러를 만나게 되었다. 분명 문제는 없어보이는데 PyCharm 환경에서는 에러를 내고 있었다. Module1 이라는 파 dev.plusblog.co.kr

https://chrome.google.com/webstore/detail/cookie-editor/hlkenndednhfkekhgcdicdfddnkalmdm/related?hl=ko Cookie-Editor Simple yet powerful Cookie Editor that allow you to quickly create, edit and delete cookies without leaving your tab. chrome.google.com

https://github.com/anuraghazra/github-readme-stats/blob/master/docs/readme_kr.md GitHub - anuraghazra/github-readme-stats: Dynamically generated stats for your github readmes :zap: Dynamically generated stats for your github readmes - GitHub - anuraghazra/github-readme-stats: Dynamically generated stats for your github readmes github.com
https://dotfiles.github.io/inspiration/ Inspiration - dotfiles.github.io Inspiration You can learn a lot by looking at how other people set up their dotfiles. Because dotfiles can be highly personalized, not all of these are necessarily meant to be used “as-is” by others; still, they serve as a useful reference. If you’d dotfiles.github.io
Use key combination Cmd + Shift + p and type Install Package Select Package Control: Install Package from the search results Type Pretty JSON and select it from the search results { "keys": [ "ctrl+shift+j" ], "command": "pretty_json" } https://stackoverflow.com/questions/34896840/sublime-text-json-formatter-shortcut Sublime Text - JSON formatter shortcut I'm using SublimeText2. How to reindent ..
https://somjang.tistory.com/entry/MAC-%EB%A7%A5%EB%B6%81-%ED%84%B0%EB%AF%B8%EB%84%90%EC%97%90%EC%84%9C-wget-%EC%84%A4%EC%B9%98%ED%95%98%EC%97%AC-%EC%82%AC%EC%9A%A9%ED%95%98%EB%8A%94-%EB%B0%A9%EB%B2%95-feat-HomeBrew [MAC] 맥북 터미널에서 wget 설치하여 사용하는 방법! ( feat. HomeBrew) Ubuntu에서 wget을 활용하여 파일 다운로드를 잘 받고 있다가 맥북의 터미널에서 wget을 활용하여 파일 다운로드를 받으려고 하니 -bash: wget: command not found 위와 같이 wget 명령어가 없다는 내용만 ..
http://joeferner.github.io/redis-commander/ Redis-Commander Features Config Information View configuration information from your Redis database Tree View View a list of all keys in your database as an expandable tree View Key Values View individual key values with paging support for lists/sorted sets Edit Values Ed joeferner.github.io
Tools > Developer > New Plugin... import sublime import sublime_plugin class ReverseCommand(sublime_plugin.TextCommand): def run(self, edit): for region in self.view.sel(): stringContents = self.view.substr(region) self.view.replace(edit, region, stringContents[::-1]) View > Show Console view.run_command("reverse") https://stackoverflow.com/questions/28966185/reverse-all-line-of-text-in-sublime-..
File > Settings > Build, Execution, Deployment > Compiler > Excludes + add! https://jootc.com/p/202001243264 IntelliJ IDEA 자동 인덱싱(Indexing) 기능 끄기 - JooTC IntelliJ IDEA 인덱싱 끄기 JetBrains의 IDE 제품군인 IntelliJ IDEA, IntelliJ Webstorm, IntelliJ PHPStorm을 사용하면 자동 완성이나 소스 코드 네비게이션 기능을 위해 인덱싱을 진행합니다. jootc.com
VSCode > Preferences > Keyboard Shotcuts Cmd + U Cmd + L https://romeoh.tistory.com/entry/VSCode-Visual-Studio-Code-%EB%8B%A8%EC%B6%95%ED%82%A4 [VSCode] Visual Studio Code 대소문자 변경 단축키 지정하기 VSCode > Preferences > Keyboard Shotcuts를 선택합니다. search창에서 "trans"를 검색합니다. 소문자로 변경은 Transform to Lowercase 대문자로 변경은 Transform to Uppercase 더블클릭합니다 팝업창이 뜨면.. romeoh.tistory.com