-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
220 lines (145 loc) · 9.91 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TP-Jailbreaks</title>
<link rel="stylesheet" href="Scripts/CSS/main.css">
<script type="module" src="https://md-block.verou.me/md-block.js"></script>
</head>
<body>
<header>
<h1>TP-Jailbreaks</h1>
</header>
<nav>
<a href="index.html">Home</a>
<a href="#About">About</a>
<a href="#Prerequisites">Prerequisites</a>
<a href="#Flashingtheusbdrive">Flashing the usb drive</a>
<a href="#Removing">Removing partions</a>
<a href="#Installing">Installing</a>
<a href="#Wifi">Setting up wifi</a>
</nav>
<main>
<article id="About">
<md-block>
# About
TP-Jailbreks will go over how to make a normal school laptop running school software for Tempe union laptops and turn them into real laptops with out network blocks.
</md-block>
</article>
<br>
<article id="Prerequisites">
<md-block>
# Prerequisites
The things needed for jailbreaking a laptop goes as the following.
1) A another pc running [Linux](https://github.com/torvalds/linux), [macOS](https://www.apple.com/macos/) or [Windows](https://www.microsoft.com/en-us/windows).
2) A drive account to upload needed files to do for later redownloading mainly documents.
3) A usb drive with **16gb+** in space anything under might work but also might not work.
4) Willing to get hands dirty with [Linux](https://github.com/torvalds/linux).
</md-block>
</article>
<br>
<article id="Flashingtheusbdrive">
<md-block>
# Flashing the usb drive:
To start out you are going to need a usb drive *16gb+* anything below that may not work. Make sure to back up all data on that usb drive because it will be removed once flashed.
1) Download the [Fedora usb flasher](https://flathub.org/apps/org.fedoraproject.MediaWriter) for Windwos and macOS just look up the app for download.
2) Plug in the usb drive.
3) Open the [Fedora usb flasher](https://flathub.org/apps/org.fedoraproject.MediaWriter) app.
4) Select Download automatically.
![Photo](https://github.com/HttpAnimation/TP-Jailbreaks/blob/main/Screenshot_20240212_122213.png?raw=true)
5) Select spins then [Fedora KDE Plasma Desktop](https://fedoraproject.org/spins/kde/)
![Photo](https://github.com/HttpAnimation/TP-Jailbreaks/blob/main/Screenshot_20240212_122542.png?raw=true)
6) Select the newest version and intel/AMD 64bit.
![Photo](https://github.com/HttpAnimation/TP-Jailbreaks/blob/main/Screenshot_20240212_122711.png?raw=true)
7) Click Download&Write then wait for it to be done.
## Dirict install
If for someone the app is not working for go [here](https://fedoraproject.org/spins/kde/download) and download the iso from the website then flash it using [Balenaetcher](https://etcher.balena.io/)
</md-block>
</article>
<br>
<article id="Booting">
<md-block>
# Booting
This part will go over how to boot the [Fedora](https://fedoraproject.org/) drive you just made.
1) Remove the usb drive from the pc you used to flash it using the [Fedora usb flasher](https://flathub.org/apps/org.fedoraproject.MediaWriter)
![Photo]()
2) Plug the usb drive into the laptop you wanna jailbarek.
![Photo]()
3) Spam the **F12** button if your laptop does not have **F12** then use a extrnal keyboard or boot into the bios witch so the bios pass key is **qazwsx** then change the boot order from **drive -> usb drive -> others** to **usb drive -> drive -> others** then reboot.
![Photo]()
4) Us the up arrow and hover over **Start Fedora KDE-Live 39**.
![Photo](https://github.com/HttpAnimation/TP-Jailbreaks/blob/main/Screenshot_20240212_145909.png?raw=true)
5) In a little bit you will a see a screen as follows once here you are officaly jailbroken and you can use stop here and just boot off the usb drive when you ever you wanna boot into it or you can install it witch is recommand to do as the live boot is really really slow.
![Photo](https://github.com/HttpAnimation/TP-Jailbreaks/blob/main/Screenshot_20240212_150216.png?raw=true)
</md-block>
</article>
<br>
<article id="Removing">
<md-block>
# Removing old partions
This part will go over removing the old locked down partions used by [Windows](https://www.microsoft.com/en-us/windows).
1) Open the app [KDE Partition Manager](https://apps.kde.org/partitionmanager/).
![Opening the app](https://github.com/HttpAnimation/TP-Jailbreaks/blob/main/Opeing.png?raw=true)
2) Head over the root/main drive where [Windows](https://www.microsoft.com/en-us/windows) is installed to.
![Photo](https://github.com/HttpAnimation/TP-Jailbreaks/blob/main/WindowsPage.png?raw=true)
3) Remove every partion by right clicking each partion and then clicking remove.
![Photo](https://github.com/HttpAnimation/TP-Jailbreaks/blob/main/PageWithRemove.png?raw=true)
4) If you are unable to remove a drive right click and click unmount then redo step three.
5) Once everything is removed click the apply button and wait for it to be done.
![Photo](https://github.com/HttpAnimation/TP-Jailbreaks/blob/main/Applying.png?raw=true)
</md-block>
</article>
<br>
<article id="Installing">
<md-block>
# Installing
This part of the guice will go over installing [Fedora](https://fedoraproject.org) onto the system.
1) Open the only shortcut/app located on the desktop called **Install to hard drive** by double clicking it it may take a little bit to open so don't spam click.
![The photo where you can see the app icon](https://github.com/HttpAnimation/TP-Jailbreaks/blob/main/AppIcon.png?raw=true)
2) Edit the first screen to your needed languge and keyboard type i'll leave mine default beacuse that's what am using.
![Window](https://github.com/HttpAnimation/TP-Jailbreaks/blob/main/Window.png?raw=true)
3) Click **Installtion Destination**.
![Photo with disk](https://github.com/HttpAnimation/TP-Jailbreaks/blob/main/PhotoWithDisk.png?raw=true)
4) Select the mian drive then click done.
![Main drive](https://github.com/HttpAnimation/TP-Jailbreaks/blob/main/MainDrive.png?raw=true)
5) Click on **User Creation**.
![UC](https://github.com/HttpAnimation/TP-Jailbreaks/blob/main/UC.png?raw=true)
6) Enter the info you want for this exp i'll use the **Username: accountname** and the **Password accountpass**.
![AccountPage](https://github.com/HttpAnimation/TP-Jailbreaks/blob/main/AccountPage.png?raw=true)
7) Click done
8) Click **Begin Installation**
![BeginInstallation](https://github.com/HttpAnimation/TP-Jailbreaks/blob/main/BeginInstallation.png?raw=true)
9) Now wait for it to be done this can take a while.
![Setup screen being done](https://github.com/HttpAnimation/TP-Jailbreaks/blob/main/SetupIsDone.png?raw=true)
10) Remove the usb and reboot
</md-block>
</article>
<artical id="Wifi">
<md-block>
# Setting up Wifi
This guide will go over how to connect the jailbroken laptop online to the school network.
1) Open the app Konsole you can find it in the application menu.
![Konsole](https://github.com/HttpAnimation/TP-Jailbreaks/blob/main/Konsole.png?raw=true)
2) Run the following commnd follwed by the student number eg. **stu-27100532** this command will auto reboot system to this is needed.
```bash
hostnamectl set-hostname stu- && reboot
```
![Konsole window open with command](https://github.com/HttpAnimation/TP-Jailbreaks/blob/main/KWindow.png?raw=true)
3) Open wifi panel at the bottom of screen on the taskbar it should have a wifi logo.
![WifiLogo](https://github.com/HttpAnimation/TP-Jailbreaks/blob/main/WifiLogo.png?raw=true)
4) Click on the wifi titled **TUHSD** this is the netowrk for students.
![Wifi](https://github.com/HttpAnimation/TP-Jailbreaks/blob/main/Wifi.png?raw=true)
5) Click on *connect* you should then see a new menu show up.
6) Click on the tab *Wi-Fi Security* this is where your password and student id are gonna be used.
![Name](https://github.com/HttpAnimation/TP-Jailbreaks/blob/main/Name.png?raw=true)
7) In the **Username** tab enter your student id eg. **s27100425**.
8) In the **Password** tab enter your password eg. **Student13**.
![Login](https://github.com/HttpAnimation/TP-Jailbreaks/blob/main/Login.png?raw=true)
9) Click on apply then you should be online if your not you did something worng.
</md-block>
</artical>
</main>
<br>
</body>
</html>