본문 바로가기
반응형

Development Solutions143

How to register root ca in ubuntu (우분투에서 root ca 인증서 등록하는 방법) How to register root ca in ubuntu (우분투에서 root ca 인증서 등록하는 방법) 우분투를 회사와 같은 조직에서 개발용으로 사용하다보면 인증서와 관련된 에러와 맞딱드리기 일수다. 이럴 때는 회사에서 인정하는 루트 인증서를 우분투 시스템에 등록해야한다. 물론 루트 인증서는 각 회사의 보안 및 인프라 관련 팀에 문의해서 얻어야겠다. (If you use Ubuntu for development in an organization such as a company, you may encounter errors related to certificates. In this case, you need to register a root certificate recognized by the co.. 2022. 10. 5.
How to check target os version of dylib library file on Mac OS (Mac OS에서 dylib 라이브러리 파일의 타겟 os 버전 확인하는 방법) How to check target os version of dylib library file on Mac OS (Mac OS에서 dylib 라이브러리 파일의 타겟 os 버전 확인하는 방법) 빌드한 라이브러리의 타겟 OS 버전을 확인이 필요할 때가 있다. 그럴 때는 otool 명령어에 간단한 옵션을 줘서 확인할 수 있다. 터미널을 열고 아래와 같이 커맨드를 내려보자! (Sometimes it is necessary to check the target OS version of the built library. In such a case, you can check by giving a simple option to the otool command. Open a terminal and run the comma.. 2022. 10. 4.
How to set Mac OS version when building library (라이브러리 빌드할 때 Mac OS버전 설정 방법) How to set Mac OS version when building library (라이브러리 빌드할 때 Mac OS버전 설정 방법) 맥에서 라이브러리를 빌드할 때, 특정 타겟 버전으로 빌드해야할 때가 있다. 예를 들어, 11.2 버전으로 라이브러리를 빌드해야하는데 내가 사용하는 맥의 OS버전이 12.x일 수 가 있다. 이럴 때는 아래 명령어를 사용한 뒤에 라이브러리를 빌드하면 된다. (When building libraries on a Mac, there are times when you need to build to a specific target version. For example, I need to build the library with version 11.2, but the OS vers.. 2022. 10. 4.
How to Reset Mac OS X Permissions (Mac OS X 권한 초기화 방법) How to Reset Mac OS X Permissions Mac OS X 권한 초기화 방법 Mac OS 에서 애플리케이션을 개발하다보면 개발하고 있는 애플리케이션의 권한 초기화가 필요할 때가 있다. 이 때 tccutil 명령어를 사용하면 된다. (When developing applications in Mac OS, there are times when it is necessary to initialize the permissions of the application being developed. In this case, you can use the tccutil command.) - 특정 서비스의 권한 설정 초기화 (- Initialize permission settings for specific .. 2022. 10. 4.
반응형