Skip to content

Instantly share code, notes, and snippets.

@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 / control
Last active November 26, 2023 01:02
Comprehensive Debian control file example
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
#!/bin/sh
cd
if [[ -d /tmp/blobs/ ]]; then
:
else
mkdir /tmp/blobs/
fi
cd /tmp/blobs/
echo "Downloading savethemblobs..."
@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 / appldnld.md
Created January 30, 2016 01:05
Apple update server info
@citrusui
citrusui / watch.txt
Last active June 1, 2019 14:54
Apple Watch IPSWs for watchOS 2.1
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
@citrusui
citrusui / geekgrade.md
Last active July 31, 2022 04:39
GeekGrade IPSW direct download links