All Projects → Jeeppler → Qubes Cheatsheet

Jeeppler / Qubes Cheatsheet

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

Projects that are alternatives of or similar to Qubes Cheatsheet

70 535 Architecting Microsoft Azure Solutions Exam Notes
Exam Notes 70-535: Architecting Microsoft Azure Solutions
Stars: ✭ 63 (-28.41%)
Mutual labels:  cheatsheet
Apache Spark Hands On
Educational notes,Hands on problems w/ solutions for hadoop ecosystem
Stars: ✭ 74 (-15.91%)
Mutual labels:  cheatsheet
Pentesting Cookbook
A set of recipes useful in pentesting and red teaming scenarios
Stars: ✭ 82 (-6.82%)
Mutual labels:  cheatsheet
Bash Snippets
A collection of small bash scripts for heavy terminal users
Stars: ✭ 8,558 (+9625%)
Mutual labels:  cheatsheet
Graphql Schema Language Cheat Sheet
GraphQL Shorthand Notation Cheat Sheet
Stars: ✭ 1,181 (+1242.05%)
Mutual labels:  cheatsheet
Machine Learning Cheatsheets
机器学习备忘录
Stars: ✭ 75 (-14.77%)
Mutual labels:  cheatsheet
Data Science Best Resources
Carefully curated resource links for data science in one place
Stars: ✭ 1,104 (+1154.55%)
Mutual labels:  cheatsheet
Globbing
Introduction to "globbing" or glob matching, a programming concept that allows "filepath expansion" and matching using wildcards.
Stars: ✭ 86 (-2.27%)
Mutual labels:  cheatsheet
Colors
List of 256 color codes for Xterm including an example of the color, Xterm Name, Xterm Number, HEX, RGB and HSL code.
Stars: ✭ 73 (-17.05%)
Mutual labels:  cheatsheet
Scala Cheatsheet
The Biggest Scala Cheat-Sheet.
Stars: ✭ 81 (-7.95%)
Mutual labels:  cheatsheet
Tailwind Cheatsheet
A printable one-page cheatsheet for TailwindCSS.
Stars: ✭ 67 (-23.86%)
Mutual labels:  cheatsheet
How
📝 Impressive Linux commands cheat sheet (Python).
Stars: ✭ 69 (-21.59%)
Mutual labels:  cheatsheet
Cheatsheets
JavaScript and Node.js cheatsheets
Stars: ✭ 1,191 (+1253.41%)
Mutual labels:  cheatsheet
Resources and bookmarks
Personal bookmarks and cheat sheets
Stars: ✭ 64 (-27.27%)
Mutual labels:  cheatsheet
Msf Venom Cheatsheet
Single Page Cheatsheet for common MSF Venom One Liners
Stars: ✭ 81 (-7.95%)
Mutual labels:  cheatsheet
Algorithms Cheatsheet Resources
🤓All the geeky stuffs you need to know at one place!
Stars: ✭ 60 (-31.82%)
Mutual labels:  cheatsheet
Ds Cheatsheets
List of Data Science Cheatsheets to rule the world
Stars: ✭ 9,452 (+10640.91%)
Mutual labels:  cheatsheet
Css Flexbox Cheatsheet
VS Code extension that lets you open a CSS Flexbox cheatsheet directly in the editor.
Stars: ✭ 87 (-1.14%)
Mutual labels:  cheatsheet
Deeplearning Mindmap
A mindmap summarising Deep Learning concepts.
Stars: ✭ 1,251 (+1321.59%)
Mutual labels:  cheatsheet
Alfred Cheat
Manage your self-defined cheat sheets & knowledge base in Alfred
Stars: ✭ 79 (-10.23%)
Mutual labels:  cheatsheet

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].