Skip to content

Jeeppler/qubes-cheatsheet

Repository files navigation

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.

About

Qubes OS Cheat Sheet - Contains commands for DomU and Dom0 in combination with some examples

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published