From 9bbb0d8eafd3522c475f88cb26696652783ed437 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Mon, 27 Jun 2022 23:12:14 -0400 Subject: [PATCH] Move initial setup notes to it's own section and expand a bit --- notes.org | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/notes.org b/notes.org index 7edb1a8..24684d5 100644 --- a/notes.org +++ b/notes.org @@ -14,12 +14,17 @@ - https://github.com/LukeZGD/iOS-OTA-Downgrader/wiki/Jailbreaking - used Sideloadly on MacOS - daibutsu did not support iPad2,3 so EtasonJB was used - 4. ansible setup: - 1. install "openssh" and "apt 0.7 strict" via cydia - 2. =su= to root and =apt-get install sudo python vim= - 3. edit =/etc/sudoers= to allow =wheel= - 4. edit =/etc/group= to add mobile to =wheel= - 5. install [[https://cydia.akemi.ai/?page/net.angelxwind.mikoto][mikoto]] to disable OTA update notifications (and some other things) + +** Initial Setup + 1. ansible setup: + 1. install "openssh" and "apt 0.7 strict" via cydia + 2. ssh with =ssh -o PubkeyAuthentication=no mobile@iPad=, password =alpine= + 4. =su= to root (also password =alpine=) + 3. change passwords for mobile and root users + 5. =apt-get install sudo python vim= + 6. edit =/etc/sudoers= to allow =wheel= + 7. edit =/etc/group= to add mobile to =wheel= + 2. install [[https://cydia.akemi.ai/?page/net.angelxwind.mikoto][mikoto]] to disable OTA update notifications (and some other things) * ansible ** Python 2.7 availible from https://github.com/linusyang/python-for-ios/releases