mdnt2mdnt / qubes-cheatsheet

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v2.0


Languages

Language:HTML 96.3%Language:Shell 3.7%