Skip to content

Instantly share code, notes, and snippets.

@nickestrand
nickestrand / Activate Office 2019 for macOS VoL.md
Created November 29, 2021 08:28 — forked from zthxxx/Activate Office 2019 for macOS VoL.md
crack activate office on mac with license file

Activate MS Office 2019/2016 for macOS - Microsoft_Office_2019_VL_Serializer

Office 2019 above

2019-06-03

Note that Office2019 DO NOT support activate via simple copy/paste plist license file which is the simplest way to activate Office 2016. Fortunately, you can also use the VL Serializer tool, just install Office 2019 and Serializer, then run Serializer to activate.

Ref

@nickestrand
nickestrand / google-dorks
Created January 2, 2021 12:05 — forked from mehdichaouch/google-dorks
Listing of a number of useful Google dorks.
Explanations:
cache: If you include other words in the query, Google will highlight those words within
the cached document. For instance, [cache:www.google.com web] will show the cached
content with the word “web” highlighted. This functionality is also accessible by
clicking on the “Cached” link on Google’s main results page. The query [cache:] will
show the version of the web page that Google has in its cache. For instance,
[cache:www.google.com] will show Google’s cache of the Google homepage. Note there
can be no space between the “cache:” and the web page url.
------------------------------------------------------------------------------------------
@nickestrand
nickestrand / thefuck
Created November 18, 2016 08:37
How to install thef*ck in your computer
# Install the python development packages
sudo apt-get install python-dev
# Install python pip
sudo apt-get install python-pip
# Install the setuptools module
sudo pip install setuptools
@nickestrand
nickestrand / howdoi
Created November 18, 2016 08:35
How to install “howdoi” on your Linux Machine
# First of all, you need to install some libraries..
sudo apt-get install libxml2-dev libxslt-dev python-dev lib32z1-dev
# Install PIP if not already installed
sudo apt-get install python-pip
# install "howdoi" using pip
sudo pip install howdoi