- Install a socket daemon to multiplex connections from and to iOS devices, run:
brew install usbmuxd
- Start the socket daemon
iproxy 2222 44
- Install
checkra1n
exploit locally, run:brew install checkra1n
- When SSH password authentication is requested, use:
alpline
.
- Clear all settings, or use DFU to clear and restore the iPad: https://www.theiphonewiki.com/wiki/DFU_Mode (Use iTunes to restore (and wipe) the iPad)
This an ordered version of the original gist located at https://gist.github.com/marcanuy/06cb00bc36033cd12875
- -aa
- aa-
- -ab
There are several ways to clone a repository from github. Similar from other providers, such as bitbucket, gitlab, etc.
https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols
Mostly, we use
- http
- ssh
echo "==> Installing dependencies..." | |
brew install libusbmuxd | |
clear | |
echo "********* Checkra1n iCloud Bypass **********" | |
echo | |
echo "=> By Nero, et al" | |
echo "=> - @TotallyNotNero" | |
echo | |
echo "==> DISCLAIMER: I can not be held accountable if you decided to use this tool for illegal purposes. That is on you. DO NOT use this for illegal purposes." |
#!/bin/bash | |
set -e | |
if [[ -z "${FFRUST_VC_PATH}" ]]; then | |
if [[ -n "${FFRUST_RECURSING}" ]]; then | |
echo "Something went terribly wrong with our MVSC/msys2 magic" | |
exit 1 | |
fi |
-
npm install --save vue-recaptcha
-
form
<my-form inline-template>
<form action="{{ route('...') }}" @submit.prevent="FormSubmit($event)">
// other inputs
Note
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iex
#!/bin/sh -x | |
set -e | |
SIZES=" | |
16,16x16 | |
32,16x16@2x | |
32,32x32 | |
64,32x32@2x | |
128,128x128 |
In the manual the steps required to install headless Firefox on CentOS 6 are described. Headless Firefox may be needed to perform GUI automated testing.
All steps of this manual have been validated on CentOS 6.8. It should not be a problem to adapt the solution to other distros.