Author: jasoryeh

  • OpenSSL Reference Sheet

    I’ve been exploring OpenSSL and other encryption stuff and making a Certificate Authority etc. etc.Here’s some helpful commands that I’ve been referencing and some options that I thought would be useful. This reference sheet will be using RSA and SHA algorithms and doesn’t cover elliptic curve or other methods. We will also be choosing a…

  • Laravel – Fix 419 Page Expired with config:cache

    I’m working on a project that uses Laravel and sessions for login and other forms. I’ve encountered an issue where I would encounter a 419 Page Expired error when running my project on a local development environment. The solution ended up being the need to manually cache the config with: php artisan config:cache Whenever you…

  • Unifi Camera Proxy – Stream not loading

    Running the IMX415 camera from this post about H264 streaming, I was trying to get it to work with Unifi Protect through the unifi-camera-proxy. At first I had issues finding the H265 setting, so I was trying to encode the stream to 264 on the fly and was using these flags to convert 265/HEVC to…

  • IMX415 IP Camera – Enabling H264 when only H265 or H265X

    Recently purchased a IMX415 off AliExpress to play around with, the description claimed H265 and H264 compatibility, but the menu only shows H265 and H265. Solution: Turns out the H265X was H264 :/ Listing in question: Xmeye Sony Imx415 Nt98566 4K Ip Camera Module 8Mp Human Face Detection Webcam H.265Ai P2P Onvif Icsee Rtsp Security…

  • Lumen/Laravel URL parameters not parsing anymore solution for NGINX users

    Just dropping this here in case anyone is using LEMP, specifically Laravel and NGINX, and have recently migrated their config to another server as well as a new NGINX server. On our migration, we encountered an issue where Lumen no longer parsed our URL parameters (query params?) and frustratingly nothing seemed to work: $request->all() ->…

  • YOLIN 80C-C (Colored, PXX Settings) Display Settings

    YOLIN 80C-C (Colored, PXX Settings) Display Settings

    It seems there may be two different versions of this colored display, one where the settings are abbreviated on the settings menu, and the other where the settings are a series off 19 parameters from P01 to P19. I have the one with the parameters and numbers and had the most amazing time looking for…