Posts

Kart Business Project

Predictions for the Future of Programming Future in 2030

OCR Software made by Abanoub Hanna - Software Developer

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 …

Retrieve crash reports from iOS | idevicecrashreport

Retrieve crash reports from iOS | idevicecrashreport

idevicecrashreport is a command-line program to retrieve crash reports from an iOS device such as iPhone or iPad. Retrieve crash reports and move them to a specified directory: idevicecrashreport …

create and restore backups for iPhone | idevicebackup2 cheat-sheet

create and restore backups for iPhone | idevicebackup2 cheat-sheet

idevicebackup2 is a command-line program to create or restore backups for iPhone/iPad devices running iOS 4 or later. Create a backup of the device in the specified directory: idevicebackup2 backup …

list attached iOS devices | idevice_id

list attached iOS devices | idevice_id

idevice_id is a command-line program to list attached iOS devices or print the device name of a given device. List the UDIDs of all attached devices: idevice_id --list List the UDIDs of all devices …

Read, write, and manipulate ID3v1 and ID3v2 tags of MP3 files | id3tag

Read, write, and manipulate ID3v1 and ID3v2 tags of MP3 files | id3tag

id3tag is a program used to read, write, and manipulate ID3v1 and ID3v2 tags of MP3 files. Set artist and song title tag of an MP3 file: id3tag --artist artist --song song_title path/to/file.mp3 Set …

display current user and group identity in Linux operating systems | id cheat-sheet

display current user and group identity in Linux operating systems | id cheat-sheet

Display current user and group identity. Display current user’s ID (UID), group ID (GID) and groups to which they belong: id Display the current user identity: id [-un|--user --name] Display the …

convert text from one encoding to another | iconv cheat-sheet

convert text from one encoding to another | iconv cheat-sheet

iconv is a tool to convert text from one encoding to another. Convert file to a specific encoding, and print to stdout: iconv -f from_encoding -t to_encoding input_file Convert file to the current …

cheat-sheet of help2man

cheat-sheet of help2man

help2man is a tool to produce simple man pages from an executable’s --help and --version output. Generate a man page for an executable: help2man executable Specify the “name” …

output the first part of a file | head cheat-sheet

output the first part of a file | head cheat-sheet

What is head ? 🔗 head is a command-line tool to output the first part of a file. Usage 🔗 head command outputs the first 10 lines of the text file specified: head path/to/file Output the first few …