일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- apple
- SSL
- FIDO2
- OTP
- 안드로이드
- 인증
- 앱리소스
- 2FA
- git
- kmip
- otpkey
- WebAuthn
- css
- Android
- MSYS2
- SWIFT
- 앱스토어
- 앨범북
- OSX
- SwiftUI
- fido
- 애플
- MFA
- MYSQL
- SSH
- Nodejs
- albumbook
- openssl
- appres
- Xcode
- Today
- Total
목록개발 플랫폼 및 언어 (340)
인디노트
터미널에서 csrutil disable 를 한 후 재 부팅한다.설치후 csrutil enable 로 보안을 켜면 된다.
자동으로 IP 주소를 할당 받을 수 없는 환경(Static IP)에서 OS X 의 복원모드(Recovery Mode, 부팅할 때 커맨드 키 + R)를 이용한 OS X 재설치를 하려면 다음 순서를 참고하시기 바랍니다. (참고로, 현재 펌웨어에서는 인터넷 복원모드 / 커맨드 + 옵션 + R 에서는 정적 IP 를 설정할 수 없습니다. 그러므로, 만약 Recovery HD 를 사용할 수 없는 상태라면, 자동으로 IP 를 할당 받을 수 있는 환경에서 인터넷 복원 모드를 사용하시기 바랍니다.) 1. Mac 의 전원을 키고 초기화 사운드(부~앙~)가 나자마자 키보드의 커맨드 + R 키를 누릅니다. (복원모드 시동) 2. 복원모드로 Mac 이 시동되면, 유틸리티 > 터미널을 실행하고 다음 명령을 실행하여, 사용할 수 ..
나의 경우 리눅스 VM 이고 MAC 에서 접속할 때 24 로 설정하면 화면 정상으로 보임. Hi, Apparently you can configure xrdp to support 32 bits. Eg. see this quote: The following line (in xrdp.ini) is responsible for the color depth of the session:xserverbpp=?where ? is 15, 16, 24 or 32.from page: XRDP Devel - [Xrdp-devel] Does not Xrdp support 32bit color depth? --Wil| Author of Vimalin. The VMware Fusion Backup app for virtual m..
메이븐(maven) 프로젝트 폴더를 만들어 개발 하는 방법은 여러가지가 있는데요. 가장 손쉬운 방법은 스프링 프레임워크의 개발툴인 STS를 설치하여 실행하면 maven 프로젝트를 손쉽게 만들 수 있지만 이클립스만을 이용하여 개발하려고 하면 힘드시죠?? 그 이유는 이클립스에는 자동으로 maven이 설치되지 않아 따로 설치하고 환경설정 해줘야지만 사용이 가능하기 때문이에요. 학원에 다닐때는 그냥 STS 프로그램을 이용해서 공부했기 때문에 불편한점이 없었는데, 집에서 이클립스만을 이용해서 공부하려고 하니 고생입니다. 저와 같이 이클립스에 메이븐을 연동시킬분들은 아래 사진을 보면서 천천히 따라와주세요~!! ■ 메이븐(Maven) 다운로드 1) 아래링크로 들어가 메이븐 3.3.9 zip 파일을 다운받도록 합니다...
Maven 설치작성일 : 2017-03-201. Maven이란 ?Apache Maven is a software project management and comprehension tool.Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.Maven 홈페이지(http://maven.apache.org/) 들어가보면 위와 같이 정의되어 있다.pom.xml 파일을 기반으로 프로젝트의 라이브러리 관리를 해주며, 프로젝트 빌드와 리포팅 그리고 문서화 등과 같은 기능을 가진다.요즘 Gradle..
Update: Just use Homebrew to install these packages and move on with life.Install Homebrew and just install the autoconf, automake and libtool packages like this:brew install autoconf automake libtool When I wrote this answer about 3+ years ago, it was to correct a previous answer that was outdated, link-only and vague in explanation. At that time I preferred to use raw source compilation on mac..
Git has released 2.19 version on Oct 05, 2018. Git is a free and open source distributed version control system. It is designed to handle a small to very large projects with speed and efficiency. To read more details and changes about Git 2.18 read release notes. If you are using a Git repository for your development, then you must require a git client on your system and you need to install git ..
wget https://github.com/git/git/archive/v2.19.1.tar.gz -O git.tar.gz IntroductionVersion control has become an indispensable tool in modern software development. Version control systems allow you to keep track of your software at the source level. You can track changes, revert to previous stages, and branch off from the base code to create alternative versions of files and directories.One of the..
Mac OS X: Install GCC Compiler with Xcodelast updated December 11, 2017 in CategoriesMac OS X, Package Management, UNIXIhave Mac OS X Mountain Lion. I need to compile a few apps and Perl modules. I already installed Xcode from app store but I’m unable to find gcc compiler or make command. How do I install gcc on Mac OS X 10.8.x? Xcode includes command line development tools such as gcc and frien..