HP Z840 Hackintosh Big Sur(11.6.1) with OpenCore
DISCLAIMER
The use of Hackintosh as a production environment may result in unexpected losses and may cause damage to hardware devices. This article is intended only as a case study for Hackintosh users and the author does not guarantee that the configuration will work perfectly in all cases. Use of Hackintosh is at your own risk, please evaluate...
Creating a full WebDAV support server with Nginx on CentOS 7
Up to some iPad Pro apps requirement, I need a WebDAV solution sync my notes and document. I can set up a WebDAV server with Apache easily so far, but I loathe the large Apache binary as much as ever. By the way, I am a big Nginx fan. To accomplish this, I decided to run WebDAV via the Nginx.
Unfortunately, Nginx doesn’t support the PROPFIN and...
BlackHat briefings slides crawler
Detail
The BlackHat archives using JavaScript and JSON to list all sessions and slides download URL after 2018.
All sessions stored sessions.json such as https://www.blackhat.com/us-19/briefings/schedule/sessions.json, we can use Python dictionaries, and JSON library extracts the slides URL.
Project Repositories
Source Code:
https://github....