- Crack the donate function limitation of Checker Plus for Gmail
- step
- Find the ID of the Extension (usually oeopbcgkkoapgobdbedcemjljbihmemj installed from Chrome WebStore)
- Visit the following URL chrome-extension://[ExtensionID]/donate.html?action=coinbaseSuccess
- The default ID is chrome-extension://oeopbcgkkoapgobdbedcemjljbihmemj/donate.html?Action=coinbaseSuccess
- Crack completed ~
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Note: don’t try to delete the KDE folders when you’re logged into KDE , it will yield unsatisfactory results. | |
| Below are the steps I took to clean up : | |
| cd ~/ | |
| rm -rf .kde | |
| rm -rf .cache/plasmashell* | |
| rm -rf .cache/org.kde.dirmodel-qml.kcache | |
| rm -rf .cache/kioexec/ .cache/krunner/ .cache/ksycoca5* | |
| rm -rf .cache/krunnerbookmarkrunnerfirefoxdbfile.sqlite | |
| rm -f .config/plasma* | 
I heard from GitHub Two-Factor Authentication](https://github.com/blog/1614-two-factor-authentication) nearly a couple of days ago when I was reading my RSS feed. I enabled it and couldn' push to any of my repositories anymore. Learn in this blog post how to fix it.
"Is a process involving two stages to verify the identity of an entity trying to access services in a computer or in a network". Github solves this authentication with sending an SMS to a device which wants to push to their platform.
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # fino.zsh-theme | |
| # Use with a dark background and 256-color terminal! | |
| # Meant for people with rbenv and git. Tested only on OS X 10.7. | |
| # You can set your computer name in the ~/.box-name file if you want. | |
| # Borrowing shamelessly from these oh-my-zsh themes: | |
| # bira | |
| # robbyrussell |