목록Mac (24)
준호씨의 블로그
dotnet sdk 설치 brew cask install dotnet-sdk https://www.microsoft.com/net/learn/get-started/macos 에서 "Download .NET SDK" 로 다운 받아서 설치 해도 된다. app 만들기 $ dotnet new console -o myApp $ cd myApp 다음과 같은 파일들이 생성된 것을 볼 수 있다. $ tree . ├── Program.cs ├── myApp.csproj └── obj ├── myApp.csproj.nuget.cache ├── myApp.csproj.nuget.g.props ├── myApp.csproj.nuget.g.targets └── project.assets.json 1 directory, 6 fi..
Maybe you could see below error message box when you start MS Word every time. And you can see below error message when you quit MS Word You can't quit when you click "Yes" button. You can see below error message. You may retry quit If you click "Don't Save" and click "Don's Save" again. You could quit MS Word. But it will happen again and again. Here is a solution. Go to "~/Library/Group Contai..
맥에서 c 언어로 개발 할 때, EXC_BAD_ACCESS 가 발생하는 경우 해결책에 대한 정리해 본다. clean make clean && make && make install 특정 함수의 위치를 이동 시키고 나면 종종 발생하는데 그런 경우 object (확장자 o) 파일 같은 것들이 예전 정보를 가지고 있을 경우 발생 할 수 있는 거 같다. 이런 경우 그냥 clean 하고 새로 빌드 하면 된다. include 가 빠졌는지 확인 빌드 할 때 아래와 같은 메시지를 본적이 있었다면 프로토타입 선언없이 함수를 사용하고 있을 수 있다. something.c:164:26: warning: implicit declaration of function 'some_function' is invalid i..
homebrew 를 설치 하면 각종 유용한 패키지를 손쉽게 설치 할 수 있다. homebrew 설치 하기 /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" homebrew 로 wget 설치 하기 $ brew install wget 다른 설치 예apache httpd 설치 하기anaconda 설치 하기php 설치 하기RStudio 설치 하기jenkins 설치 하기dotnet sdk 설치 하기 cleanupcleanup 하기 참고 https://brew.sh/index_ko.html
맥북 disk 가 분명 500GB 라서 쉽게 부족해 지지는 않을거 같은데 동영상 같은걸 다 지워도 맨날 남은 용량이 20GB 미만 상태가 유지 되었다. 그러다가 디스크 용량 분석툴인 Disk Inventory X 라는 툴을 알게 됨 http://www.derlien.com/downloads/index.html data 디렉토리에 예전에 백업 파일들을 잔뜩 넣어 두었던게 화근인 것 같음. 외장 HDD 로 이동 시켜야 겠다.