Tag Archives: error

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 »

What’s wrong Apple ? What happened to AppStore ?

      Comments Off on What’s wrong Apple ? What happened to AppStore ?

Everytime dangerous moment comes since I bought Macbook Pro 13″ by obtrusionary updating to next OS with unexpected becomes to expensive hard-brick. Case of mine don’t updated to Catalina and Big-Sur because there’s many difficult to develop software that supports variable versions of MacOS.  Just updated securtiy patch for Majave… Read more »

‘The repository does no longer have a Release file’ when RaspberryPi update.

      Comments Off on ‘The repository does no longer have a Release file’ when RaspberryPi update.

If you faced to an error of The repository ‘http://archive.raspberrypi.org/debian stretch Release’ does no longer have a Release file. them, you can just solve this error with sudo apt-get dist-upgrade. Then try to sudo apt-get update and sudo apt-get upgrade.

Solve a case: Cinnamon just crashed you are currently running Fallback Mode.

      Comments Off on Solve a case: Cinnamon just crashed you are currently running Fallback Mode.

Did you have any experience in above pop up dialog in Mint Linux ? I have. It’s occured by changing video adaptor to nVidia GeForce8400GS from Internal(Idiot) Intel graphics. My Mint Linux version was 17.1 x86 32bit and running under 6GB system memory with PAE support. I was prepared to… Read more »

In case of failure to using fl_xid();

I did try apply DirectX input to using joystick for my HID emulation, but my testing program failure in SetCooperativeLevel() API on dinput. At the result of analyse, I found FLTK API fl_xid() returns wrong HWND value from debuger. Just inspected real HWND(handle of window) value with Process Hacker. It was… Read more »

How to fix wrong HTML expressions for Crayon Syntax Highlight plug-in.

If you have a problem like me in your code embedded posts for expression gone to wrong, just do like me. First, Go wp-admin and see CSH plug-in area. And then click to Settings.   You will see CSH plug-in page and find “Code” area.   There’s will be no… Read more »