Microsoft Visual C++ 2005 Redistributable Package (x64)
Microsoft Visual C++ 2005 Redistributable Package (x86)
Microsoft Visual C++ 2005 SP1 Redistributable Package (x86)
| ## Sublime Text 3 Serial key build is 3176 | |
| > * Added these lines into /etc/hosts | |
| 127.0.0.1 www.sublimetext.com | |
| 127.0.0.1 license.sublimehq.com | |
| > * Used the license key | |
| ----- BEGIN LICENSE ----- |
| Package: com.example.package | |
| Name: Example Package | |
| Description: An example package. | |
| This longer description will load when a depiction URL is not specified. | |
| Author: Ms. Example <example@example.com> | |
| Maintainer: Example, Inc. <example-inc@example.com> | |
| Version: 1.0-1 | |
| Section: Addons (SpringBoard) | |
| Pre-Depends: com.example.system | |
| Depends: com.example.library |
###Sketch trial non stop
Open hosts files:
$ open /private/etc/hosts
Edit the file adding:
127.0.0.1 backend.bohemiancoding.com
127.0.0.1 bohemiancoding.sketch.analytics.s3-website-us-east-1.amazonaws.com
| Have a developer account? | |
| Want to run GBA4iOS 2.0 without needing to change your device date all the time? | |
| Here's what you do! | |
| 1. Safari: Download the ipa file direct | |
| http://gba4iosapp.com/download/GBA4iOS.ipa | |
| 2. Terminal: Unzip the ipa (it's just a zip file after all) | |
| unzip -q GBA4iOS.ipa | |
| #!/bin/bash | |
| ## The drive will need to be named "USB" | |
| ## It should be over 8GB large | |
| sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/USB --applicationpath /Applications/Install\ macOS\ Sierra.app --nointeraction |
| #!/bin/bash | |
| # | |
| # Credits to fuckbecauseican5 from https://www.reddit.com/r/hackintosh/comments/4s561a/macos_sierra_16a238m_install_success_and_guide/ | |
| # Adapted to work with the official image available into Mac App Store | |
| # | |
| # Enjoy! | |
| hdiutil attach /Applications/Install\ macOS\ Sierra.app/Contents/SharedSupport/InstallESD.dmg -noverify -nobrowse -mountpoint /Volumes/install_app | |
| hdiutil create -o /tmp/Sierra.cdr -size 7316m -layout SPUD -fs HFS+J | |
| hdiutil attach /tmp/Sierra.cdr.dmg -noverify -nobrowse -mountpoint /Volumes/install_build |
| I use the first | |
| —– BEGIN LICENSE —– | |
| Michael Barnes | |
| Single User License | |
| EA7E-821385 | |
| 8A353C41 872A0D5C DF9B2950 AFF6F667 | |
| C458EA6D 8EA3C286 98D1D650 131A97AB | |
| AA919AEC EF20E143 B361B1E7 4C8B7F04 |
| Windows.10.and.Office.2016.gVLK | |
| ##################################################################### | |
| # technet.microsoft.com/en-us/library/jj612867.aspx?lc=1033 # | |
| ##################################################################### | |
| Windows 10 Professional W269N-WFGWX-YVC9B-4J6C9-T83GX | |
| Windows 10 Professional N MH37W-N47XK-V7XM9-C7227-GCQG9 | |
| Windows 10 Education NW6C2-QMPVW-D7KKK-3GKT6-VCFB2 | |
| Windows 10 Education N 2WH4N-8QGBV-H22JP-CT43Q-MDWWJ |
| #!/bin/bash | |
| echo "" | |
| echo "==========================================================================" | |
| echo "= Pentest Attack Machine Setup =" | |
| echo "= Based on the setup from The Hacker Playbook =" | |
| echo "==========================================================================" | |
| echo "" | |
| # Prepare tools folder |