Skip to content

Instantly share code, notes, and snippets.

@genhack
genhack / Activate Office 2019 for macOS VoL.md
Last active October 26, 2023 17:38 — 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

@genhack
genhack / Amd install
Created December 8, 2015 20:55
Amd kali linux 2.0
mv /usr/lib64 /usr/.lib64
mv /usr/x86_64-linux-gnu /usr/.x86_64-linux-gnu
apt-get install gcc g++ make dkms fakeroot
# Download https://mega.co.nz/#!249nkZ6D!G_QanBu2lj5N3MnbHtC3kQLleV5QaSSE51iwfosnyn0
cp ~/Download/Catalyst_15.7.tar.gz ~/
tar zxvf Catalyst_15.7.tar.gz
cd Setup-Experimental
mkdir /lib/modules/4.0.0-kali1-amd64/build/include/linux
@genhack
genhack / gist:5fd566d2e6108c11e469
Created December 4, 2015 11:52
Libimobiledevice full install
#!/bin/bash
RED='\033[0;31m'
NC='\033[0m' # No Color
OUTPUT=/tmp/libimobiledeviceinstall.log
log() {
printf "\r$1\n" ; # Stampo il messaggio di log
printf "$2" ; # Stampo la percentuale di completamento
}
@genhack
genhack / Libi in progress!
Created October 18, 2015 18:43
AutoBackup&Restore
RED='\033[0;31m'
NC='\033[0m' # No Color
OUT="/root/Scrivania/Ios/Error.log"
#Script per ripristinare automaticamente un dispositivo ios, piccole note per l'uso:
#I Firmware devono essere presenti nella cartella /root/Scrivania/Ios/
#Necessita obbligatoriamente di una connessione a internet.
#In caso di Problemi un log verrà salvato nella cartella Ios.
echo "${RED} Backup, Ripristino, Attivazione, Rstore Backup completo automatizzato By Genhack ${NC}"
@genhack
genhack / 1.Install instruction.md
Last active October 19, 2015 14:45 — forked from ABeltramo/1.Install instruction.md
Install libimobiledevice

Install libimobiledevice

Series of command to download and install libimobiledevice
Created by: Genhack && ABeltramo #GsmIta


How to start the magic?

curl --silent --location https://gist.githubusercontent.com/ABeltramo/5b7d0ac3031e1b5507f1/raw/install.sh -o installLibimobiledevice.sh
sudo sh installLibimobiledevice.sh 
@genhack
genhack / gist:0b528e0351c27b1cb96f
Last active September 30, 2021 20:48
Readame.libi.sh
RED='\033[0;31m'
NC='\033[0m' # No Color
OUT="/tmp/libimobiledeviceinstallation.log"
#1: Scarico dipendenze
echo "${RED} Downlaod Dipendenze & installazione ... ${NC}"
apt-get install -y --force-yes automake autoconf-archive libtool libssl-dev libgcrypt11-dev libp11-kit-dev libcurl4-gnutls-dev libusb-1.0 libzip-dev libfuse-dev clutter-1.0 clutter-gtk-1.0
#1.2: Cython
echo "${RED} Cython ${NC}"