MacOS(4)
-
[MacOS] MSSQL ODBC 설치
Microsoft ODBC Driver 17 for SQL Server Windows x64 x86 MAC brew tap microsoft/mssql-release brew update HOMEBREW_NO_ENV_FILTERING=1 ACCEPT_EULA=Y brew install msodbcsql17 mssql-tools Ubuntu sudo su curl | apt-key add - #Download appropriate package for the OS version #Choose only ONE of the following, corresponding to your OS version #Ubuntu 16.04 curl > /etc/apt/sources.list.d/mssql-release.li..
2022.02.10 -
[MacOS] Install nginx / PHP / MySQL on Mac OS X Mountain Lion with Homebrew
Got Xcode?You're gonna need it. Open the App Store and download Xcode. Yeah, it's 1.6+ GB, and yeah, it's going to take a couple hours. Once you've installed it, make sure to install the command-line tools. Open Xcode, then go to Preferences -->Downloads and install the "Command Line Tools." It'll download and install another 100+ MB of stuff, but it's necessary. Once that's done, you're ready t..
2013.09.02 -
[Ubuntu] Installing Ubuntu 12.04LTS Server from USB using Mac OS X
So, I mainly use Ubuntu Server as my main development OS – it’s unix, it’s free, it’s fast, it’s easy to install, and most importantly, its package-management utility apt makes it extremely easy to install software. Whenever I need to get a physical server up and running, I just download the latest LTS (long-term support) distro .iso file from Ubuntu, and put it on a USB drive, and do a USB inst..
2013.06.26 -
[MacOS] 대시보드 비활성화
Terminal 에서 비활성화 $ defaults write com.apple.dashboard mcx-disabled -boolean YES$ killall Dock Terminal 에서활성화 $ defaults write com.apple.dashboard mcx-disabled -boolean NO $ killall Dock
2013.06.26