Skip to content

Instantly share code, notes, and snippets.

View Sparklytical's full-sized avatar
🏠
Home

Spark Sparklytical

🏠
Home
View GitHub Profile
@Sparklytical
Sparklytical / donate_crack.md
Last active April 30, 2020 10:49 — forked from stu43005/donate_crack.md
[Cracked] Checker Plus for Gmail
  • 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 ~
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*
@Sparklytical
Sparklytical / gist:df2b7c4eea99ddab7292b3bf1e255806
Created February 28, 2020 11:17 — forked from wikimatze/gist:9790374
Github Two-Factor Authentication Failed For HTTPS

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.

Two-Factor Authentication

"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.

Enabling Two-Factor Authentication

@Sparklytical
Sparklytical / repo-reset.md
Created February 27, 2020 20:36 — forked from heiswayi/repo-reset.md
GitHub - Delete commits history with git commands

First Method

Deleting the .git folder may cause problems in our git repository. If we want to delete all of our commits history, but keep the code in its current state, try this:

# Check out to a temporary branch:
git checkout --orphan TEMP_BRANCH

# Add all the files:
git add -A
# 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