일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 애플
- 앱스토어
- kmip
- SSL
- 2FA
- 앱리소스
- Android
- Nodejs
- appres
- git
- OTP
- OSX
- 안드로이드
- MYSQL
- Xcode
- SSH
- openssl
- 앨범북
- SWIFT
- fido
- MSYS2
- otpkey
- 인증
- css
- FIDO2
- WebAuthn
- SwiftUI
- MFA
- albumbook
- Today
- Total
목록개발 플랫폼 및 언어 (340)
인디노트
https://www.reddit.com/r/hackintosh/comments/68p1e2/ramblings_of_a_hackintosher_a_sorta_brief_vanilla/ NOTE - This guide has been deprecated with the release of Mojave and the changes to Intel fb patching.I have been working on a Mojave & High Sierra guide of late that you can find here. Mind you, just like this guide, my Mojave & High Sierra guide will be edited as new information comes out and..
Fire up your Clover install package. On the 2nd page of the installer make sure to select your USB as the destination. We also want to Customize the installation - as the defaults are pretty lackluster.The usual options you want to check in the Customize menu are as follows:Install Clover for UEFI booting onlyInstall Clover to the ESPUnder Drivers64UEFI:AptioMemoryFix (the new hotness that inclu..
https://confluence.atlassian.com/bitbucketserver/migrate-server-xml-customizations-to-bitbucket-properties-897811761.html?_ga=2.168023911.791701603.1551335538-1198877887.1551335538 Bitbucket Server 5.0 introduces some changes to how connector configuration customisation is performed. In Bitbucket Server 4.x and earlier Bitbucket Server startup involved starting Apache Tomcat and deploying the we..
linux 에서 스크립트 실행할 때 /bin/sh^M: bad interpreter: No such file or directory 이것은 십중 팔구 윈도우에서 스크립트 파일을 만든 뒤, linux 에서 실행했기 때문에 나타나는 오류이다. 1. linux에서 다시 스크립트 파일을 만든다. 2. vi -b 바이너리 모드에서 ^M을 삭제 한다. 3. dos2unix 로 실행 한다. dos2unix xxxx.sh
https://www.tonymacx86.com/threads/success-i7-6950x-ga-x99-ultra-gaming-radeon-vega-64.261767/
1. 앱스토어에서 Mojave 설치 파일을 다운 받아 놓는다.2. USB 메모리 포맷 : 파티션 만들기디스크 유틸리티 작업파티션은 반드시 GUID 파티션 => EFI 파티션이 생성 및 부트로더 Clover 설치 가능편의상 DISK 이름을 USB 라고 정합니다. 나는, USB 메모리가 늦어서 USB 외장 HDD 의 파티션을 8G 로 잡아서 했다. 모자브 이상의 OS-X 에서는 GUID 파티션 만드는걸 어디서 하는지 잘 모르겠다.별도 HDD 에 시에라를 하나 만들어 놓고 해킨토시 만들때 사용하고 있다. /Volumes/USB 로 마운트 되어 있는지 확인하고 diskutil list 로 해당 드라이브 이름을 확인한다. 예를 들어/dev/disk3 (internal, physical): #: TYPE NAME ..
https://www.tweaktown.com/guides/6805/gigabyte-x99-gaming-g1-motherboard-overview-and-overclocking-guide/index4.html
1. 앱스토어에서 Mojave 설치 파일을 다운 받아 놓는다.2. Clover Configurator 를 다운 받는다.http://www.imachak.tk/2015/12/download-latest-clover-configurator-4250.html (지금 이 사이트는 이상한 광고사이트로 연결된다) 예전에 받아놓은 파일을 사용한다. (아래 파일들) CCC.zip (4.43.0, CLASSIC EDITION, 2017) CCV.zip (4.43.0, VIBRANT EDITION, 2017) (5.4.1.1, GLOBAL EDITION, 2019)여기가 공식 사이트이다.https://mackie100projects.altervista.org/ 참고 : 다음 주소에서 클로버 부트로더 설치기 다운로드 가능하..
Removing `-stdlib=libc++` from forced flags at `make_standalone_toolchain.py:125` made it build.
https://bpsecblog.wordpress.com/2016/05/20/gdb_memory_3/ (完)우리집에 GDB 있는데… 메모리 보고갈래?(3)우리집에 GDB 있는데… 메모리 보고 갈래?(3)DAY #3. 이쯤 했으면 이제 그만 엔터치자오늘부터 1일♡1) DEBUGGING (IDA, GDB 사용)우리는 이미 tomato.c 소스가 있지만, 보통 소스는 잘 안주잖아여 없다는 가정하에 디버깅을 해봅씨다IDA ( 취약점 발견 ! )헥스레이라는 강력한 기능을 제공하는 디스어셈블러임다 헥스레이는 바이너리를 디컴파일해서 원본 코드와 흡사한 소스를 떨궈줍니다. f5 단축키를 누르면 다음과 같이 디컴파일한 소스가 나옴미다[그림 1] IDA의 HEX-RAY 와 원본 소스 비교헥스레이ㅋ 지리구요 오지구요 유료 ..