\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{tnoorman} \pdfinfo{ /Title (linux.pdf) /Creator (Cheatography) /Author (tnoorman) /Subject (Linux Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{2B00A3} \definecolor{LightBackground}{HTML}{F1EFF9} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{Linux Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{tnoorman} via \textcolor{DarkBackground}{\uline{cheatography.com/83956/cs/19842/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}tnoorman \\ \uline{cheatography.com/tnoorman} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 14th June, 2019.\\ Updated 22nd September, 2020.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{3} \begin{tabularx}{5.377cm}{x{1.09494 cm} x{3.88206 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{SYSTEEM}} \tn % Row 0 \SetRowColor{LightBackground} \seqsplit{hostname} -i & Laat het IP adres zien van de host \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} last reboot & Geeft aan wanneer het systeem voor het laatst opnieuw is opgestart \tn % Row Count 5 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.09034 cm} x{2.88666 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{COMPRESSIE}} \tn % Row 0 \SetRowColor{LightBackground} tar cf \textless{}tar name\textgreater{} & Maakt een .tar bestand aan \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} tar xf \textless{}file name\textgreater{} & Pakt alle bestanden uit van een .tar bestand \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} tar czf \textless{}tar.gz file\textgreater{} \textless{}files\textgreater{} & Maakt een .tar bestand met gzip compressie \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} gzip \textless{}file\textgreater{} & Comprimeerd een bestand hernoemd het naar \textless{}file.gz\textgreater{} \tn % Row Count 9 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.9908 cm} x{2.9862 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{INLOGGEN (SSH)}} \tn % Row 0 \SetRowColor{LightBackground} ssh \textless{}user\textgreater{}@\textless{}host\textgreater{} & Maakt een connectie naar de host als gebruiker \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} ssh -p \textless{}port\textgreater{} \textless{}user\textgreater{}@\textless{}host\textgreater{} & Maakt een connectie naar de host met een specifieke poort \tn % Row Count 5 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.79172 cm} x{3.18528 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{GEBRUIKERS}} \tn % Row 0 \SetRowColor{LightBackground} groupadd \textless{}groupname\textgreater{} & Maakt een groep aan \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} adduser \textless{}username\textgreater{} & Maakt een gebruiker aan \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} userdel \textless{}username\textgreater{} & Verwijdert een gebruiker \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} usermod & Wijzigt de gebruiker zijn informatie \tn % Row Count 8 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{ZOEKEN}} \tn % Row 0 \SetRowColor{LightBackground} grep \textless{}pattern\textgreater{} \textless{}files\textgreater{} & Zoekt een patroon in bestanden \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} grep -r \textless{}pattern\textgreater{} \textless{}directory\textgreater{} & Zoekt recursief naar een patroon in een map \tn % Row Count 5 (+ 3) % Row 2 \SetRowColor{LightBackground} locate \textless{}file\textgreater{} & Vind alle instanties van een bestand \tn % Row Count 7 (+ 2) % Row 3 \SetRowColor{white} find \textless{}directory name (optional)\textgreater{} -name \textless{}name\textgreater{} & Zoekt bestandnamen die beginnen met \textless{}name\textgreater{} \tn % Row Count 10 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.29402 cm} x{3.68298 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{NETWERK}} \tn % Row 0 \SetRowColor{LightBackground} ip addr show & Laat alle netwerk interfaces + ip adres zien \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} ping \textless{}host\textgreater{} & Stuurt een echo verzoek om de connectie te testen \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} whois \textless{}domain\textgreater{} & Geeft who is informatie van het domein \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} dig \textless{}domain\textgreater{} & Geeft de DNS informatie van het domein \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} wget \textless{}file\textgreater{} & Download een bestand \tn % Row Count 10 (+ 2) % Row 5 \SetRowColor{white} netstat -tupl & Laat alle actievf luisterende (bezette) poorten zien \tn % Row Count 12 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{BESTAND COMMANDS}} \tn % Row 0 \SetRowColor{LightBackground} ls & Laat de mappen/bestanden zien in de huidige directory \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} ls -a & Doet hetzelfde als ls maar laat ook de verborgen mappen/bestanden zien \tn % Row Count 7 (+ 4) % Row 2 \SetRowColor{LightBackground} pwd & Laat het huidige pad zien van de map \tn % Row Count 9 (+ 2) % Row 3 \SetRowColor{white} mkidr \textless{}directory name\textgreater{} & Maakt een mapaan \tn % Row Count 11 (+ 2) % Row 4 \SetRowColor{LightBackground} rm \textless{}file name\textgreater{} & Verwijdert een bestand \tn % Row Count 13 (+ 2) % Row 5 \SetRowColor{white} rm -r \textless{}directory name\textgreater{} & Verwijdert recursief een map \tn % Row Count 15 (+ 2) % Row 6 \SetRowColor{LightBackground} rm -rf \textless{}directory name\textgreater{} & Forceert het recursief verwijderen van een map \tn % Row Count 18 (+ 3) % Row 7 \SetRowColor{white} cp \textless{}file1\textgreater{} \textless{}file2\textgreater{} & Kopieert bestand1 naar bestand2 \tn % Row Count 20 (+ 2) % Row 8 \SetRowColor{LightBackground} cp -r \textless{}directory1\textgreater{} \textless{}directory 2\textgreater{} & Kopieert map1 naar map2, als map2 niet bestaat maakt hij deze vanzelf aan \tn % Row Count 24 (+ 4) % Row 9 \SetRowColor{white} mv \textless{}file1/directory1\textgreater{} \textless{}file2/directory2\textgreater{} & Verplaatst een bestand/map naar een andere map \tn % Row Count 27 (+ 3) % Row 10 \SetRowColor{LightBackground} touch \textless{}file name\textgreater{} & Maakt een bestand aan, moet wel een extensie eraan toegevoegd zijn (bijvoorbeeld: touch index.html, of touch README.txt) \tn % Row Count 33 (+ 6) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{BESTAND COMMANDS (cont)}} \tn % Row 11 \SetRowColor{LightBackground} more \textless{}file\textgreater{} & Laat de inhoud zien van een bestand \tn % Row Count 2 (+ 2) % Row 12 \SetRowColor{white} head \textless{}file\textgreater{} & Laat de eerste 10 regels zien van een bestand \tn % Row Count 5 (+ 3) % Row 13 \SetRowColor{LightBackground} tail \textless{}file\textgreater{} & Laat de laatste 10 regels zien van een bestand \tn % Row Count 8 (+ 3) % Row 14 \SetRowColor{white} gpg -c \textless{}file\textgreater{} & Versleuteld een bestand \tn % Row Count 10 (+ 2) % Row 15 \SetRowColor{LightBackground} gpg \textless{}file.gpg\textgreater{} & Onsleuteld een bestand \tn % Row Count 12 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.87717 cm} x{1.16956 cm} p{0.75186 cm} x{1.37841 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{5.377cm}}{\bf\textcolor{white}{BESTAND PERMISSIE GERELATEERD}} \tn % Row 0 \SetRowColor{LightBackground} chmod \textless{}octal\textgreater{} \textless{}file name\textgreater{} & Verander permissie van een bestand & chmod 777 \seqsplit{example}.txt & De gebruiker heeft de permissie rwx (read, write \& execute) \tn % Row Count 5 (+ 5) \hhline{>{\arrayrulecolor{DarkBackground}}----} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.64241 cm} x{3.33459 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{MAP KRUISING}} \tn % Row 0 \SetRowColor{LightBackground} cd \textless{}directory\textgreater{} & Gaat naar de aangegen map \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} cd .. & Gaat een map terug \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} cd & Gaat naar de root map (\$HOME) \tn % Row Count 5 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}