If the links provided below do not work, you may have more luck visiting this website instead.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$bootstrap-sass-asset-helper: false !default; | |
// | |
// Variables | |
// -------------------------------------------------- | |
//== Colors | |
// | |
//## Gray and brand colors for use across Bootstrap. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Variables | |
// -------------------------------------------------- | |
//== Colors | |
// | |
//## Gray and brand colors for use across Bootstrap. | |
@gray-base: #000; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# sudoers file. | |
# | |
# This file MUST be edited with the 'visudo' command as root. | |
# Failure to use 'visudo' may result in syntax or file permission errors | |
# that prevent sudo from running. | |
# | |
# See the sudoers man page for the details on how to write a sudoers file. | |
# | |
# Host alias specification |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://secure-appldnld.apple.com/watch/os2.1/031-29536-20151208-ca603a1a-8eec-11e5-9b1f-e0c48b8beceb/watch1,1_2.1_13s661_restore.ipsw | |
https://secure-appldnld.apple.com/watch/os2.1/031-29539-20151208-ca603a1a-8eec-11e5-9b1f-e1c48b8beceb/watch1,2_2.1_13s661_restore.ipsw |
So there are two places you can get any of these from: apple, or a cached copy at edgesuite. The first part of the url is:
http://appldnld.apple.com/ (normal downloads from apple) http://pfd.apple.com/ (protected assets from apple) http://appldnld.apple.com.edgesuite.net/content.info.apple.com/ (both, cached version)
Combine one of these with the url fragments listed below to create a full link.
You can't download a protected assets link without a download key. These change often.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>ver</key> | |
<string>1.0.0</string> | |
<key>forceupdate</key> | |
<string>1</string> | |
<key>updateaddress</key> | |
<string>http://pangu.io</string> |
unthredera1n and unthreadeh4il do not actually require the execution of a Linux binary to be installed on devices with a tethered jailbreak available.
- Jailbreak the device tethered with redsn0w. You may need to downgrade iTunes if you're on Windows.
- After jailbreaking and booting tethered, install OpenSSH in Cydia.
- Find the Internal Name of your device and its iOS version build. For example, 9B206_K93AP is for the iPad 2 on iOS 5.1.1.
- Use an SFTP client to transfer
/var/unthreadedjb/launchd.conf
to/etc/launchd.conf
. - Create
/var/unthreadedjb
and uploadamfi.dylib
andjb
there. - Change the mode of
/var/unthreadedjb/jb
to allow execution by the user (644). - Create an empty file at `/va
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>cookie</key> | |
<string>downloadKey=</string> | |
<key>type</key> | |
<integer>1</integer> | |
<key>url</key> | |
<string>http://dl.pangu.25pp.com/jb/inject.bundle.xxx</string> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<array> | |
<dict> | |
<key>Headers</key> | |
<array> | |
<string>Cookie: downloadKey=expires=1388710803~access=/us/r1000/098/Purple/v4/c3/4e/98/c34e989a-8522-fde0-...</string> | |
<string>User-Agent: iTunes/11.1.3 (Macintosh; OS X 10.9) AppleWebKit/537.71</string> | |
</array> |