All Posts
447 posts

naabu: port scanner
naabu is a fast port scanner written in Go with a focus on reliability and simplicity. Note: Some features are only activated when naabu is run with root privileges such as SYN scan. More information: …

makepasswd: generate and encrypt passwords
makepasswd is a command-line program to generate and encrypt passwords. More information: https://manpages.debian.org/latest/makepasswd/makepasswd.1.en.html . Generate a random password (8 to 10 …

makensis: Cross-platform compiler for NSIS installers
makensis is a cross-platform compiler for NSIS installers. It compiles a NSIS script into a Windows installer executable. More information: https://nsis.sourceforge.io/Docs/Chapter3.html . Compile a …

Makebuildserver: create an F-Droid build server virtual machine
makebuildserver is a command line application to create an F-Droid build server virtual machine. More information: https://f-droid.org/en/docs/Build_Server_Setup/ . Create a new virtual machine or …

make CLI cheat-sheet
make is a task runner for targets described in Makefile. Mostly used to control the compilation of an executable from source code. More information: https://www.gnu.org/software/make/manual/make.html …

magick cheat-sheet
magick 🔗 Create, edit, compose, or convert between image formats. This tool replaces convert in ImageMagick 7+. See magick convert to use the old tool in versions 7+. (below) More information: …

Magento CLI cheat-sheet
Manage the Magento PHP framework. Enable one or more modules: magento module:enable module1 module2 ... Disable one or more modules: magento module:disable module1 module2 ... Update the database …

macptopbm: convert a MacPaint file into a PBM image
macptopbm is a command-line program to convert a MacPaint file into a PBM image. Read a MacPaint file as input and produce a PBM image as output. Convert a MacPaint file into a PGM image: macptopbm …

macchina: display information about your computer
macchina is a command-line program to display information about your computer. List out system information, with either default settings or those specified in your configuration file: macchina Specify …

m4b-tool: merge, split, and manipulate audiobook files with chapters
m4b-tool is a command-line to merge, split, and manipulate audiobook files with chapters. Create an audiobook with the audio files in the input directory: m4b-tool merge path/to/input_directory …