Posts

Kart Business Project

Predictions for the Future of Programming Future in 2030

OCR Software made by Abanoub Hanna - Software Developer

Java command-line tool cheat-sheet

Java command-line tool cheat-sheet

java is a command-line tool to execute Java apps. It is Java application launcher. Execute a Java .class file that contains a main method by using just the class name: java classname Execute a Java …

Sign and verify Java archive (JAR) files | jarsigner

Sign and verify Java archive (JAR) files | jarsigner

jarsigner is a command-line tool to sign and verify Java archive (JAR) files. Sign a JAR file: jarsigner path/to/file.jar keystore_alias Sign a JAR file with a specific algorithm: jarsigner -sigalg …

Java applications/libraries packager | Jar commands cheat-sheet

Java applications/libraries packager | Jar commands cheat-sheet

jar is Java applications/libraries packager. Recursively archive all files in the current directory into a .jar file: jar cf file.jar * Unzip .jar/.war file to the current directory: jar -xvf file.jar …

dex to Java decompiler | jadx

dex to Java decompiler | jadx

jadx is a command-line dex to Java decompiler. Produces Java source code from Android Dex and APK files. Decompile a Dex file into a directory: jadx path/to/file Decompile a Dex file into a specific …

manage host pairings with iOS | idevicepair

manage host pairings with iOS | idevicepair

idevicepair is a command-line program to manage host pairings with iOS devices. Pair a device with the host: idevicepair pair List devices paired with the host: idevicepair list More information: …

display the device name or rename it | idevicename

display the device name or rename it | idevicename

idevicename is a command-line program to display the device name or set it to a new name (rename it). It is meant for iPhone and iPad devices. Display the current device name: idevicename Set a new …

Show information about the first connected iOS device | ideviceinfo

Show information about the first connected iOS device | ideviceinfo

ideviceinfo is a command-line program to show information about the first connected iOS device such as iPhone and iPad. Display detailed information about the connected device: ideviceinfo Show …

mount disk images on iOS | ideviceimagemounter

mount disk images on iOS | ideviceimagemounter

ideviceimagemounter is a command-line program to mount disk images on an iOS device such as iPhone or iPad. Mount a disk image on the connected device: ideviceimagemounter path/to/image_file …

Interact with the diagnostics interface of an iOS | idevicediagnostics

Interact with the diagnostics interface of an iOS | idevicediagnostics

idevicediagnostics is a command-line program to interact with the diagnostics interface of an iOS device such as iPhone and iPad from Apple. Print diagnostics information: idevicediagnostics …

Display the current date or set it on iOS | idevicedate

Display the current date or set it on iOS | idevicedate

idevicedate is a command-line program to display the current date or set it on an iOS device such as iPhone and iPad. Display the current date and time: idevicedate Set the date and time on the device …