Category Archives: tips

Fixing Wordfence Firewll rules update failure

It was started in a few months ago, Wordfence continuously reported “rule update failure” email to me. And I always failed to “manual update” without any message, even I didn’t see permission or similar. A simple solution In case of mine, local embedded Linux system is running under small memory,… Read more »

Case of git error: refusing to delete the current branch

      Comments Off on Case of git error: refusing to delete the current branch

Some people, like me, may sometimes trying to move to ‘Bitbucket’ repository from ‘GitHub’ by any private reason to prevent steal source codes to M$. error: refusing to delete the current branch Because GitHub doesn’t like these legacy words, ‘master’ and ‘slave’ as default repository branch name, but BitBucket still… Read more »

Run as invoker for Windows tip.

      Comments Off on Run as invoker for Windows tip.

You might be seen UAC controlled or WIndows defender protection dialog for some application for Windows as like this: – or – It meant your application requires administrator privilege but doesn’t contained secured certification information in manifest block of EXE inside resource. Here’s an application to testing a simple cmd… Read more »