I’ve finished testing the new PSU (Power Supply Unit) and it’s ready for installation. I’ve chosen the ASUS ROG STRIX 750W based on the Seasonic Focus Plus Gold with a…
Cydra Tools is an app for iOS to manage Cydia and jailbroken devices. It was written in C language and compiled with LLVM Clang (C18 standard). You can download the…
I have now added “killall + name_of_ app” to my build (EXE from C) script, so it cleans up memory and prevents problematic processes from overheating the CPU. To check…
Today I am celebrating my first 100.000 points on MicroSoft Rewards. If I can do it, so can you. Go to my Atlan Money page and start earning!
I’ve developed a simple log system in C for iOS/Linux. This will make it easy to test and debug future software releases. Please check my GitHub page. You can download…
If you need to restore your iOS device, you can use this app to generate a script to restore every package previously installed. You will need the file aptlist.txt created…
If you need to restore your iOS device, you can use this script to restore every package previously installed. You will need the file dpkglist.txt created with the script iplcreatorbypedro.sh.…
Installed packages list creator for iOS. This Bash Script creates 2 lists, one for APT and another for DPKG. Download Script. I am now working on a Script to restore…
I’ve converted my 2 Bash Scripts into C language. Please feel free to comment and contribute. Cydiareposbypedro. Chmod777fixbypedro. Cydiafixbypedro.