nginx add_header not working
See this conf first:location /i/ {
add_header X-Frame-Options "SAMEORIGIN" always;
if ($uri ~ "^/i/([0-9a-zA-Z]*)([/]{0,1})$") {
set $id $1;
add_header Set-Cookie "...
chrome headless by puppeteer: No dialog is showing
I wrote these code and run on chrome headless mode.page.on('dialog', async dialog => {
console.log('Dialog: ', dialog.type()); // 'confirm'
await delay(2000...
Android Emulator with WHPX (Windows Hypervisor Platform)
OS: Windows Server 2019.WHPX & HAXM (conflicted by each other, can only choose one):HAXM: Base on VT-x(Intel CPU), If you haven't hyper-V on system, using it to calling VT-x on CPU.WHPX: Base on Hy...
RHEL8 Beta cannot fetch update
https://access.redhat.com/management/I have a developer account on redhat.com, and on my subscription manager page, I can see 2 subscriptions.RHEL: Red Hat Beta AccessRHEL Developer: Red Hat Develo...