All Posts
480 posts

Latexmk: compile LaTeX source files into finished documents
latexmk is a command-line program to compile LaTeX source files into finished documents. Automatically does multiple runs when needed. Compile a DVI (Device Independent file) document from every …

latexdiff: determine differences between two LaTeX files
latexdiff is a command-line program to determine differences between two LaTeX files. Determine changes between different versions of a LaTeX file (the resulting LaTeX file can be compiled to show …

compile a DVI document from LaTeX source files | Latex CLI cheat-sheet
latex is a command-line program to compile a DVI document from LaTeX source files. Compile a DVI document: latex source.tex Compile a DVI document, specifying an output directory: latex …

lastcomm: show last commands executed
lastcomm is a command-line program to show last commands executed. Print information about all the commands in the acct (record file): lastcomm Display commands executed by a given user: lastcomm …

Laravel CLI cheat-sheet
laravel is a command-line installer for the Laravel framework. Create a new Laravel application: laravel new name Use the latest development release: laravel new name --dev Overwrite if the directory …

lame: encode WAV to MP3 files
lame is a command-line program to encode WAV to MP3 files. Encode an audio file to MP3 using CBR 320 kbit/second: lame -b 320 path/to/file.wav path/to/output.mp3 Encode an audio file to MP3 using the …

l2ping: send an L2CAP echo request and receive an answer
l2ping is a command-line program to send an L2CAP echo request and receive an answer. Ping a Bluetooth device: sudo l2ping mac_address Reverse ping a Bluetooth device: sudo l2ping -r mac_address Ping …

keep first line untouched by a command
Keep first line untouched by a command, passing it directly to stdout. Sort a file and keep the first line at the top: keep-header path/to/file -- sort Output first line directly to stdout, passing …

kdig: Advanced DNS lookup utility
kdig is a command-line program. It is Advanced DNS lookup utility. Lookup the IP(s) associated with a hostname (A records): kdig example.com Specify a specific DNS server to query (e.g. Google DNS): …

share files using KDE connect | kdeconnect-cli cheat-sheet
kdeconnect-cli is a command-line program. Use KDE Connect for sharing files or text to a device, ringing it, unlocking it, and much more. List all devices: kdeconnect-cli --list-devices List available …