Installation de kubernetes en mode cluster pour ISR-ORC4.
- 2G de RAM pour chaque machine
- 1 Socket, 2 coeurs
- Swap désactivé (
sudo swapoff -a
+ edit de/etc/fstab
) - Docker CE
Installation des repos et paquets pour kubernetes :
Mute these words in your settings here: https://twitter.com/settings/muted_keywords | |
ActivityTweet | |
generic_activity_highlights | |
generic_activity_momentsbreaking | |
RankedOrganicTweet | |
suggest_activity | |
suggest_activity_feed | |
suggest_activity_highlights | |
suggest_activity_tweet |
iBSS D431 13.0 | |
049e970a6686f8dd015d3dedcfa8a020f260404beb70862fd9aec3429aa2c852dd525114b51ded57091b8387090bb8f0 | |
iBEC D431 13.0 | |
948f16ffa472e3e99e6f75de69de0882f4fd40887cb78392d7da6a3a47903762c3f9e69fb29f8fd3fc852939bfbbe4fd | |
LLB D421 13.0 | |
3aaa9c9fd303b87d423c25b14ba8c06464eee2bdb21084fd79746b264b201c81a18172c9697d8e0d418c38b94ea03f5d | |
iBoot D421 13.0 | |
842908a1d2dbbd24a6ad304600fa9e7b23e515c2ee7ecf97890d794f14e912163a6f32f3fe330fc37e1b110cafec3fca |
#!/usr/bin/env python3 | |
# initial script by b1n4r1b01 but he deleted his repo | |
# https://gist.github.com/woachk/6092f9ae950455dcdf8428c3ce2d639e | |
# added python3 support | |
import sys | |
import struct | |
import os | |
J317 17E255 | |
LLB | |
7655597fb22f434f9b1457641e1002a0 | |
05f671dbfb7d6323e0873a33d1021c23e851755b8125453134b87d296ef95992 | |
iBoot | |
f7821bca75bd1fc64248a9fa66c3428a | |
7a4456d0df3f8ef2e5992f5042f6579c929b9b99d544e893eb7b3f6ff1376409 | |
iBSS | |
f33c681002f3127a8bd1df2961cb80d7 | |
f1182743ce2d0d5022307d9802cfaf5feb960c2f0e1088bc9525011c7e3db9cc |
10.3.3 14G60 iPad4,1 J71AP http://appldnld.apple.com/ios10.3.3/091-23039-20170719-B30E8C16-697B-11E7-8E9F-449500BA0AE3/com_apple_MobileAsset_SoftwareUpdate/4b21e59e54dae1b14e6ffbb3624c7d9ac3edbc72.zip | |
10.3.3 14G60 iPad4,2 J72AP http://appldnld.apple.com/ios10.3.3/091-23411-20170719-0BB23D0C-6983-11E7-B114-C49D00BA0AE3/com_apple_MobileAsset_SoftwareUpdate/4ecf5523d49eb10180bf17116e5ff1f56bebb43f.zip | |
10.3.3 14G60 iPad4,4 J85AP http://appldnld.apple.com/ios10.3.3/091-22956-20170719-B3092EA6-697B-11E7-9D47-349500BA0AE3/com_apple_MobileAsset_SoftwareUpdate/491b34726a2e1b6b1b54e06867137a8e5f790117.zip | |
10.3.3 14G60 iPad4,5 J86AP http://appldnld.apple.com/ios10.3.3/091-23240-20170719-64556E44-6982-11E7-BAB2-0F9B00BA0AE3/com_apple_MobileAsset_SoftwareUpdate/04502480ba44f851bace1b7720954f225aff5adf.zip | |
10.3.3 14G60 iPhone6,1 N51AP http://appldnld.apple.com/ios10.3.3/091-23042-20 |
dict_f = dict() | |
dict_f["_uart_init"] = 0x1000026f0 | |
dict_f["_image_load"] = 0x10000178c | |
dict_f["_image4_load"] = 0x100005480 | |
dict_f["_Img4DecodeInit"] = 0x100012e5c | |
dict_f["_image_load_file"] = 0x10000a6c4 | |
dict_f["_image_search_bdev"] = 0x1000026f0 | |
dict_f["_image4_get_partial"] = 0x1000049cc | |
dict_f["_image_create_from_memory"] = 0x10000a82c | |
dict_f["_image4_process_superblock"] = 0x100005288 |
# Script to rebase 64 bits iBoots | |
#@author matteyeux | |
#@category iOS | |
#@keybinding | |
#@menupath | |
#@toolbar | |
def get_disassembly(address): | |
""" | |
Get disassembly insn at specify addr. |
#!/bin/bash | |
############################################################ | |
# Script to install everything needed | |
# to build PongoOS on Linux. | |
# tested on Debian and Ubuntu | |
# | |
# to clean : sudo rm -rf /opt/ios-arm64e-clang-toolchain \ | |
# pongoOS /usr/share/sdks | |
############################################################ | |
set -e |