Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.64 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.64 KB

Qubes OS Cheat Sheet

This cheat sheet contains commands and examples for Qubes OS.

Downloads

The files are generated with the help of generate.sh

Other formats

The PDF and HTML file is generated by using Pandoc.

Pandoc can generate different files from one markdown text file.

# outputs the qubes cheat sheet as PDF file
pandoc metadata.yaml qubes-cheatsheet.md -s -o qubes-cheatsheet.pdf

# outputs the qubes cheat sheet as HTML (HTML5) file
pandoc metadata.yaml qubes-cheatsheet.md -s -S -t html5 -o qubes-cheatsheet.html

# outputs the qubes cheat sheet as plain text
pandoc qubes-cheatsheet.md -s -S -t plain -o qubes-cheatsheet.txt

qubes-cheatsheet.md is the input file and qubes-cheatsheet.xxx the output file.

metadata.yaml contains some additional metadata information for the PDF and HTML generation.

Pandoc is furthermore able to generate files for asciidoc, odt, docx, textile and many more. Please have a look at Pandoc Demos.