<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Leo's Blog</title><link>https://f33a3aa6.leo-blog.pages.dev/en/</link><description>Recent content on Leo's Blog</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Fri, 17 Jul 2026 19:36:12 +0800</lastBuildDate><atom:link href="https://f33a3aa6.leo-blog.pages.dev/en/index.xml" rel="self" type="application/rss+xml"/><item><title>How I jailbreak my iPad 6th generation with palera1n using archlinux</title><link>https://f33a3aa6.leo-blog.pages.dev/en/p/how-i-jailbreak-my-ipad-6th-generation-with-palera1n-using-archlinux/</link><pubDate>Fri, 17 Jul 2026 19:36:12 +0800</pubDate><guid>https://f33a3aa6.leo-blog.pages.dev/en/p/how-i-jailbreak-my-ipad-6th-generation-with-palera1n-using-archlinux/</guid><description>&lt;h1 id="preparations"&gt;Preparations
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;an iPad that has A8-A11 CPU&lt;/li&gt;
&lt;li&gt;A computer with intel or apple silicon chips installed &lt;code&gt;Linux/macOS&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;A USB-A to lightning cable to connect PC and iPad&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I&amp;rsquo;ve tried to use palera1n with my 9800x3d amd pc but finally failed, and the official docs refers to it. See &lt;a class="link" href="https://github.com/palera1n/palera1n/issues/694" target="_blank" rel="noopener"
 &gt;this issue&lt;/a&gt; for detailed information.
My environment is a iPad 2018 128G storage version has a &lt;code&gt;iPadOS 17.7.10&lt;/code&gt; with a Thinkpad T14P which uses arch btw.&lt;/p&gt;
&lt;h1 id="tips"&gt;Tips
&lt;/h1&gt;&lt;p&gt;Jailbreaks may break some features and even turn your device into a brick. PLEASE don&amp;rsquo;t use it on your mainly used device, Trollstore may be a better choice for supported device.&lt;/p&gt;
&lt;h1 id="installation-procedures"&gt;Installation Procedures
&lt;/h1&gt;&lt;p&gt;First, ensure you have a linux environment. If not, you can view &lt;a class="link" href="https://blog.itshenryz.com/2023/01/31/palera1n-win-without-usb" target="_blank" rel="noopener"
 &gt;this article&lt;/a&gt; to build a temporary Ubuntu GNU/Linux OS on the base of Windows in an easy way.
If you have been a linux user, you can keep reading this article.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;sudo /bin/sh -c &lt;span class="s2"&gt;&amp;#34;&lt;/span&gt;&lt;span class="k"&gt;$(&lt;/span&gt;curl -fsSL https://static.palera.in/scripts/install.sh&lt;span class="k"&gt;)&lt;/span&gt;&lt;span class="s2"&gt;&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;After installation, run these following commands to restart usbmuxd&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;sudo systemctl stop usbmuxd
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;sudo usbmuxd -f -p
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Next, connect your apple device, unlock it and just click trust the computer button.&lt;/p&gt;
&lt;p&gt;Then open a new terminal emulator window to start the palera1n program in rootless mode.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;sudo palera1n -l
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Just follow the instructions on the screen such as hold the power and home button for 4 seconds,then the home button for 10s.&lt;/p&gt;
&lt;p&gt;After another period of waiting you can disconnect the USB cable and see the &lt;code&gt;palera1n&lt;/code&gt; application appears in your &lt;code&gt;App Library&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Opening the app, choose a package manager to install, I prefer &lt;code&gt;Sileo&lt;/code&gt; to &lt;code&gt;Zebra&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Set a secure root password for the later use of terminal.&lt;/p&gt;
&lt;p&gt;Fine! You have jailbreaked your iPad successfully in these simple steps.&lt;/p&gt;
&lt;p&gt;But notice that this type of jailbreak is not pernament, which mean you have to apply these procedures every time after rebooting your device to reenable jailbreak.&lt;/p&gt;
&lt;p&gt;Now, you can install whatever apps you want freely on this apple device instead of bearing Apple&amp;rsquo;s strict censorship to the apps on the &lt;code&gt;App Store&lt;/code&gt;.&lt;/p&gt;
&lt;h1 id="fix-the-appstore"&gt;Fix the AppStore
&lt;/h1&gt;&lt;p&gt;Though I don&amp;rsquo;t suggest using AppStore after jailbreaking. While it is still possible to make it work. Just install the &lt;code&gt;Choicy&lt;/code&gt; App and configure it to disable the tweaks for Appstore in the &lt;code&gt;Choicy&lt;/code&gt; section in the system &lt;code&gt;Settings&lt;/code&gt; application.&lt;/p&gt;
&lt;h1 id="ending"&gt;Ending
&lt;/h1&gt;&lt;p&gt;It is such an interesting thing to jailbreak your Apple devices, just like getting full root access on Android. While exploring the jailbreak related information, I also got some fun and tricks!&lt;/p&gt;</description></item><item><title>Hello, World</title><link>https://f33a3aa6.leo-blog.pages.dev/en/p/hello/</link><pubDate>Sat, 27 Jun 2026 00:00:00 +0800</pubDate><guid>https://f33a3aa6.leo-blog.pages.dev/en/p/hello/</guid><description>&lt;p&gt;This is the first English post on the blog.&lt;/p&gt;</description></item></channel></rss>