Convert SVG files from RGB to CMYKHow to convert SVG files with RGB color profiles to CMYK with the help of Scribus. Contains conversion steps and instructions for CMYK SVG and PDF output.
Mailbox.org custom email domainHow to add a custom domain email alias, including SPF, DMARC and DKIM to an existing mailbox.org email account. Simple step-by-step instruction.
Vim: Edit multiple files at onceHow to edit multiple files in the buffer of the Vim text editor at once. Search and replace command examples to change and save multiple files at the same time.
How to add AdSense in GTMStep by step instructions for implementing Google AdSense Code into a Google Tag Manager (GTM) container and fire it on page view.
ThinkPad X13 Arch Linux installBeginner friendly guide on how to install Arch Linux on a Lenovo ThinkPad X13 Gen 5 (Intel). Full process from obtaining Arch Linux to a finished installation.
Install Jekyll on Arch LinuxJekyll on Arch Linux - Beginner friendly guide on how to install Jekyll - the static site generator - on Arch Linux using the Bash shell, RubyGems and Bundler.
Shut down a frozen Linux systemGuide how to safely power off a frozen Linux system. Safe shut down methods for unresponsive systems to prevent data corruption and data loss.
Netlify: Delete form submissionsHow to set up Netlify forms to be GDPR conformant by automatically deleting form submissions after processing. Netlify functions to delete form submissions.
Netlify: Loading fonts from Git-LFSHow to enable Netlify to load fonts and other assets from Git Large File Storage (LFS). Fixes, e.g. downloadable font: rejected by sanitizer error.
Vim: Open multiple files in tabs at onceHow to open multiple files in tabs of the Vim text editor at once. Learn to open files from within Vim and from the commandline. Recursively and non-recursively, at the same time.
JS RegExp URL validationJavaScript RegExp examples to validate URI paths, also known as URL slugs. Code examples to match lowercase characters, hyphens and numbers.
256 Colors cheat sheetList of 256 colors for Xterm prompt (console). Contains displayed color, Xterm Name, Xterm Number, HEX, RGB and HSL codes.
CSS selectorsCheat sheet for Cascading Style Sheets (CSS) selectors and combinators. Includes specificity score. Many examples of simple, compound and complex selectors.
Git cheat sheetGit is a version control system used for tracking changes in text files. The cheat sheet contains the most common and useful Git commands to configure and work with Git.
Grep cheat sheetCheat sheet with the most common and useful Grep commands. Grep is a command-line utility for searching plain-text data sets for lines that match a regular expression.
HTML void elementsThe concept of void elements in HTML and how they differ from self-closing tags in XML, XHTML, and SVG. Highlighting, syntax, and parsing differences.
HTTP status codesList of all Hypertext Transfer Protocol (HTTP) response status codes, the standardized, three-digit messages from servers indicating the outcome of client requests.
ISO 3166-1 country codesList of ISO 3166-1 alpha-2 and Alpha-3 country codes, along with the corresponding country code top-level domain (ccTLD) and country phone dial code.
ISO 639 language codesISO 639 language names (including native names) and their corresponding ISO 639-1 Alpha-2 language codes.
JavaScript ArraysIntrodution to arrays in JavaScript, covering their basic syntax, accessing elements, modifying elements, getting the length, and various array methods.
JavaScript VariablesIntrodution to variables in JavaScript using let and const and the differences between them and var. Naming conventions, best practices, data types.
jq recipes & command examplesRecipes and command examples for jq, a lightweight and flexible command-line JSON processor. Learn to delete and keep specific arrays and objects.
List of Web search enginesExplore the list of great web search engine alternatives for the Clearnet and Darknet. The list includes information on language support, the crawler, owner and country of origin.
Pacman cheat sheetCheat sheet for Pacman, the Arch Linux package manager. List of common and essential commands and options. Also includes cheats for paccache.
Pandoc cheat sheetCheat sheet for Pandoc, the versatile document converter, to convert files from one markup format to another. Pandoc commands to apply to your publishing workflows.
Robots.txt templateSimple robots.txt template. Allow lists legitimate user-agents / bots. Keeps unwanted robots out. Easily maintainable and immediately useful for most websites.
GNU sed recipesRecipes and command examples for sed, stream editor, a non-interactive GNU command-line text editor.
tmux cheat sheetCheat sheet for the open-source terminal multiplexer tmux. Getting started with tmux. Learn to master tmux with simple commands and shortcuts.
Vim cheat sheetVim cheat sheet and reference guide. Also includes shortcuts and commands for NERDTree and Vimium. List of essential Vim commands. Learn Vim.