본문 바로가기

전체 글

(40)
[IKEv2/Windows] VPN 접속 시도 시 매개 변수가 틀립니다. 1. 명령 처리기 cmd 를 관리자 권한으로 열어서 아래를 실행 netsh int ip reset netsh int ipv6 reset netsh winsock reset 2. 재부팅 3. 장치관리자에서 네트워크 어댑터를 열어 WAN miniport 를 전부 삭제 4. 하드웨어 변경사항 검색을 누르면 다시 생김. 5. IKEv2 VPN의 인증서를 다시 설치하고 VPN을 연결한다.
[VPN/IKEv2] StrongSwan Client Setting for Android This VPN referred to https://www.digitalocean.com/community/tutorials/how-to-set-up-an-ikev2-vpn-server-with-strongswan-on-ubuntu-16-04#step-1-%E2%80%94-installing-strongswan Download the StrongSwan app on your phone, and then import a certificate. And add VPN profile. Server: xxx.iptime.org VPN Type: IKEv2 EAP(username/password) Username: ??? password: ??? Then, check the box of 'Show advanced ..
[OwnCloud] Update Error 업데이트시 에러 (RepairException: Upgrade is not possible) 우분투[리눅스]에서 sudo apt update 후 sudo apt upgrade를 실행 한 후 owncloud 도 같이 업데이트가 되었다. 하지만 중간에 에러가 발생하여 완벽히 업데이트가 이루어지지 않는 경우가 있는데, 이전 버전에서 지원했던 어플리케이션이 최신버전에서는 지원하지 않기 때문이다. 아래는 업데이트 실행 후 나오는 에러 문구이다. OC\RepairException: Upgrade is not possible 수리 경고:You have incompatible or missing apps enabled that could not be found or updated via the marketplace.수리 경고:Please install or update the following apps man..
[크롬 브라우저, 로지텍] 구글 지도에서 마우스 휠로 지도 확대, 축소 기능에 문제가 있을 경우 만약 크롬 브라우저와 로지텍 마우스를 사용중인데 구글 지도에서 마우스 휠 문제가 발생 할 경우, 로지텍 관리 프로그램에서 설정을 바꿔주면 된다. 현재 발생 된 문제는 다음과 같다. - 마우스 휠로 지도 확대[축소]를 했을 때, 단계별로 확대[축소]가 안되고 한 번에 최대로 확대[축소]가 된다. 다음과 같이 로지텍 관리자(logitech option)를 설치하고 열어서 포인팅 및 스크롤 탭에 있는 부드러운 스크롤을 사용 안 함으로 바꾸면 문제가 해결 된다.
C++/CLI 에서 Native C++ DLL 사용하기 1. Generate DLL (Native C++) 일단 아래 링크를 따라서 C++ DLL 을 생성한다. 주의할 점은 [To copy the DLL in a post-build event] 항목을 제외하고 진행을 해야 한다는 점이다. 이 항목을 제외하고, 생성된 DLL 과 LIB 파일을 CLIENT 프로젝트로 복사해서 사용한다. https://docs.microsoft.com/en-us/cpp/build/walkthrough-creating-and-using-a-dynamic-link-library-cpp?view=vs-2017 Walkthrough: Create and use your own Dynamic Link Library (C++) Walkthrough: Create and use your ow..
Intel RealSense SDK2.0 for C# and C++/CLI Reference1: https://github.com/IntelRealSense/librealsense/tree/master/wrappers/csharp#building IntelRealSense/librealsense Intel® RealSense™ SDK. Contribute to IntelRealSense/librealsense development by creating an account on GitHub. github.com Reference2: https://cccommunications.com/intel-realsense-3d-depth-camera-sdk-setup-for-c-development/ Intel RealSense 3D Depth Camera SDK Setup for C# D..
[OpenCV 4.0] 새로운 버전 내용 OpenCV 4.0Nov 20, 2018획기적인 3.0 버전의 출시 후 3년. 안정된 첫 번째 4.x 버전을 소개하게 되어 영광입니다. Release highlights:현재 OpenCV 는 C++11 라이브러리이며, C++11-compliant 컴파일러를 요구합니다. CMake의 최소 요구 사양은 3.5.1 입니다.OpenCV 1.x 에서 사용된 상당수의 C API는 삭제되었습니다.Persistence (storing and loading structured data to/from XML, YAML or JSON) in the core module has been completely reimplemented in C++ and lost the C API as well.새로운 모듈, G-API 가 추가되..
Visual Studio Configuration for the RealSense SDK 2.0 To set up a new Visual Studio project:Create new Visual C++ projectGo to View > Other Windows > Property ManagerClick on "Add Existing Property Sheet" iconNavigate to "C:\Program Files (x86)\Intel RealSense SDK 2.0"Add intel.realsense.propsYou can now add #include and start working C/C++ - 일반 - 추가 포함 디렉터리$(ProgramFiles)\Intel RealSense SDK 2.0\include 링커 - 일반 - 추가 라이브러리 디렉터리$(ProgramFiles)\Intel..