Skip to content

Instantly share code, notes, and snippets.

@citrusui
citrusui / apple-ipa-info.plist
Created January 25, 2016 03:44
Fetch codesigned WWDC app to continue evasi0n7 jailbreak
<?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>
@citrusui
citrusui / download_key.plist
Last active January 25, 2016 03:49
Fetch Xcode DeveloperDiskImage to continue Pangu8 jailbreak
<?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>
@citrusui
citrusui / install.md
Created January 25, 2016 16:31
Jailbreak iOS 4.3.4/4.3.5 untethered, manually

unthredera1n and unthreadeh4il do not actually require the execution of a Linux binary to be installed on devices with a tethered jailbreak available.

  1. Jailbreak the device tethered with redsn0w. You may need to downgrade iTunes if you're on Windows.
  2. After jailbreaking and booting tethered, install OpenSSH in Cydia.
  3. 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.
  4. Use an SFTP client to transfer /var/unthreadedjb/launchd.conf to /etc/launchd.conf.
  5. Create /var/unthreadedjb and upload amfi.dylib and jb there.
  6. Change the mode of /var/unthreadedjb/jb to allow execution by the user (644).
  7. Create an empty file at `/va
@citrusui
citrusui / 8_update.plist
Created January 28, 2016 16:57
pangu.io update plists
<?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>
@citrusui
citrusui / config.json
Last active February 15, 2016 08:39
The Bootstrap configurations behind citrusui.me.
{
"vars": {
"@gray-base": "#000",
"@gray-darker": "lighten(@gray-base, 13.5%)",
"@gray-dark": "lighten(@gray-base, 20%)",
"@gray": "lighten(@gray-base, 33.5%)",
"@gray-light": "lighten(@gray-base, 46.7%)",
"@gray-lighter": "lighten(@gray-base, 93.5%)",
"@brand-primary": "darken(#428bca, 6.5%)",
"@brand-success": "#5cb85c",
@citrusui
citrusui / sudoers
Created February 19, 2016 02:10
Default sudoers file on iOS
# 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
@citrusui
citrusui / variables.less
Created February 19, 2016 14:46
The Bootstrap configurations behind citrusui.me.
//
// Variables
// --------------------------------------------------
//== Colors
//
//## Gray and brand colors for use across Bootstrap.
@gray-base: #000;
@citrusui
citrusui / _variables.scss
Created March 13, 2016 03:54
The Bootstrap configurations behind citrusui.github.io.
$bootstrap-sass-asset-helper: false !default;
//
// Variables
// --------------------------------------------------
//== Colors
//
//## Gray and brand colors for use across Bootstrap.
@citrusui
citrusui / twbs3.sh
Created April 21, 2016 21:48
Grab Bootstrap 3 (Sass), and compile just the minified CSS
#!/bin/bash
if [ -d "bootstrap-sass" ]; then
cd bootstrap-sass
git pull
cd assets/stylesheets
sass -t compressed _bootstrap.scss bootstrap.min.css
mv bootstrap.min.css ../../../bootstrap.min.css
exit 0
fi
git clone git://github.com/twbs/bootstrap-sass
@citrusui
citrusui / _variables.scss
Last active June 30, 2016 21:55
The Bootstrap configurations that used to be behind citrusui.me.
$bootstrap-sass-asset-helper: false !default;
//
// Variables
// --------------------------------------------------
//== Colors
//
//## Gray and brand colors for use across Bootstrap.