\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{Brice} \pdfinfo{ /Title (linux-grundbefehle.pdf) /Creator (Cheatography) /Author (Brice) /Subject (Linux - Grundbefehle 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}{637FA3} \definecolor{LightBackground}{HTML}{F5F7F9} \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 - Grundbefehle Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{Brice} via \textcolor{DarkBackground}{\uline{cheatography.com/67475/cs/17249/}}} \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}Brice \\ \uline{cheatography.com/brice} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 27th September, 2018.\\ Updated 27th September, 2018.\\ 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*}{2} \begin{tabularx}{8.4cm}{x{3.04 cm} x{4.96 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Allgemeines}} \tn % Row 0 \SetRowColor{LightBackground} `Befehl` \textgreater{} result.txt & Terminal Ausgabe in result.txt umleiten \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} `:\textgreater{}` \textless{}dateiname\textgreater{} & Datei leeren \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} `Befehl` | more & Ausgabe nach einer Seite unterbrechen \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} `wget` \textless{}url\textgreater{} & L{\"a}dt den Inhalt der URL an den aktuellen Pfad \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} `diff` \textless{}datei1\textgreater{} \textless{}datei2\textgreater{} & Dateien vergleichen \tn % Row Count 10 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.36 cm} x{4.64 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Systemhilfe}} \tn % Row 0 \SetRowColor{LightBackground} \textless{}kommando\textgreater{} -{}-help & kurze Hilfe zu einem Befehl \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} man \textless{}kommando/Funktion\textgreater{} & ausführliche Hilfe \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} whatis \textless{}kommando\textgreater{} & kurze Beschreibung eines Befehls \tn % Row Count 6 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{apropos \textless{}suchbegriff\textgreater{}}} \newline Befehle zu einem Thema ausgeben, z.B. apropos network oder apropos user} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.2 cm} x{4.8 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Dateisystem \& Datentr{\"a}ger}} \tn % Row 0 \SetRowColor{LightBackground} cd & Verzeichnis wechseln \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} ls (-la) & Dateien anzeigen \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} cp \textless{}Datei\textgreater{} \textless{}Zielort\textgreater{} & kopieren \tn % Row Count 4 (+ 2) % Row 3 \SetRowColor{white} mv \textless{}Datei\textgreater{} \textless{}Zielort\textgreater{} & verschieben \tn % Row Count 6 (+ 2) % Row 4 \SetRowColor{LightBackground} rm \textless{}Datei/Ordner\textgreater{} & l{\"o}schen \tn % Row Count 8 (+ 2) % Row 5 \SetRowColor{white} touch \textless{}Dateiname\textgreater{} & anlegen \tn % Row Count 10 (+ 2) % Row 6 \SetRowColor{LightBackground} mkdir \textless{}Verzeichnisname\textgreater{} & Verzeichnis erstellen \tn % Row Count 12 (+ 2) % Row 7 \SetRowColor{white} df -h & Dateisystemauslastung anzeigen \tn % Row Count 14 (+ 2) % Row 8 \SetRowColor{LightBackground} du -h \textless{}Verzeichnis\textgreater{} & Ordner und Dateigr{\"o}{\ss}e anzeigen \tn % Row Count 16 (+ 2) % Row 9 \SetRowColor{white} lsblk & listet verfügbare Devices an \tn % Row Count 18 (+ 2) % Row 10 \SetRowColor{LightBackground} blkid & Device Infos mit UUID \tn % Row Count 19 (+ 1) % Row 11 \SetRowColor{white} mount \textless{}device\textgreater{} \textless{}mountpunkt\textgreater{} & Datentr{\"a}ger tempor{\"a}r einh{\"a}ngen \tn % Row Count 21 (+ 2) % Row 12 \SetRowColor{LightBackground} umount \textless{}device\textgreater{} & Datentr{\"a}ger tempor{\"a}r aush{\"a}ngen \tn % Row Count 23 (+ 2) % Row 13 \SetRowColor{white} gdisk \textless{}device\textgreater{} & Partitionierungstool für MBR und GPT \tn % Row Count 25 (+ 2) % Row 14 \SetRowColor{LightBackground} mkf & Erstellung von Dateisystemen auf einer Festplatte/Partition (ext4, xfs) \tn % Row Count 28 (+ 3) % Row 15 \SetRowColor{white} /etc/fstab & Dateisysteme dauerhaft einbinden \tn % Row Count 30 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{3.2 cm} x{4.8 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Dateisystem \& Datentr{\"a}ger (cont)}} \tn % Row 16 \SetRowColor{LightBackground} resizefs & ein Dateisystem anpassen \tn % Row Count 1 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{5.36 cm} x{2.64 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Dateirechte}} \tn % Row 0 \SetRowColor{LightBackground} 4 & read \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} 2 & write \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} 1 & execute \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} chmod \textless{}Dateirechte\textgreater{} \textless{}Ordner/Dateiname\textgreater{} & Dateirechte {\"a}ndern \tn % Row Count 5 (+ 2) % Row 4 \SetRowColor{LightBackground} chown \textless{}Benutzername\textgreater{} \textless{}Ordner/Dateiname\textgreater{} & Eigentümer {\"a}ndern \tn % Row Count 7 (+ 2) % Row 5 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{chgrp \textless{}Gruppenname\textgreater{} \textless{}Ordner/Dateiname\textgreater{}} \tn % Row Count 8 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{Praktisches Beispiel}} \newline `chown -Rf www-data:www-data /var/www/seite1` \newline Das Verzeichnis /var/www/seite1 und alle Unterverzeichnisse und darin enthaltende Dateien dem Benutzer und der Gruppe www-data übertragen} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.12 cm} x{4.88 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Benutzerverwaltung}} \tn % Row 0 \SetRowColor{LightBackground} useradd \textless{}Benutzername\textgreater{} & Benutzer hinzufügen \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} userdel \textless{}Benutzername\textgreater{} & Benutzer l{\"o}schen \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} passwd \textless{}Benutzername\textgreater{} & Passwort für Benutzer vergeben/{\"a}ndern \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} whoami & momentan aktiven Benutzer ausgeben \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} groups & Gruppen des aktuellen Benutzers anzeigen \tn % Row Count 10 (+ 2) % Row 5 \SetRowColor{white} cat /etc/passwd & alle Benutzer anzeigen \tn % Row Count 11 (+ 1) % Row 6 \SetRowColor{LightBackground} cat /etc/groups & alle Gruppen anzeigen \tn % Row Count 12 (+ 1) % Row 7 \SetRowColor{white} usermod \textless{}Benutzername\textgreater{} & Benutzer bearbeiten \tn % Row Count 14 (+ 2) % Row 8 \SetRowColor{LightBackground} userdel -rf \textless{}Benutzername\textgreater{} & Benutzer und Home Verzeichnis l{\"o}schen \tn % Row Count 16 (+ 2) % Row 9 \SetRowColor{white} groupadd \textless{}Gruppenname\textgreater{} & Gruppe bearbeiten \tn % Row Count 18 (+ 2) % Row 10 \SetRowColor{LightBackground} groupmod \textless{}Gruppenname\textgreater{} & Gruppe bearbeiten \tn % Row Count 20 (+ 2) % Row 11 \SetRowColor{white} visudo & Sudo verwalten \tn % Row Count 21 (+ 1) % Row 12 \SetRowColor{LightBackground} w & zeigt auf dem System eingeloggte Benutzer an \tn % Row Count 23 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{Prim{\"a}re Gruppe des Benutzers {\"a}ndern}} \newline usermod -g Gruppe Benutzer \newline {\bf{Dem Benutzer einer weiteren Gruppe hinzufügen}} \newline usermod -a -G Gruppe Benutzer} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.28 cm} x{4.72 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Paketverwaltung APT}} \tn % Row 0 \SetRowColor{LightBackground} apt-get update & Quellen aktualisieren \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} apt-get upgrade & Updates für installiere Pakete installieren \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} apt-get dist-upgrade & verfügbare Versionsupgrades installieren \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} apt-get install \textless{}Paketname\textgreater{} & Paket und m{\"o}gliche Abh{\"a}ngigkeiten installieren \tn % Row Count 8 (+ 3) % Row 4 \SetRowColor{LightBackground} apt-get remove \textless{}Paketname\textgreater{} & Paket entfernen \tn % Row Count 10 (+ 2) % Row 5 \SetRowColor{white} apt-cache search \textless{}Paketname\textgreater{} & Nach einem Paket suchen \tn % Row Count 12 (+ 2) % Row 6 \SetRowColor{LightBackground} apt-get autoremove & Nicht mehr ben{\"o}tigte Pakete und Abh{\"a}ngigkeiten l{\"o}schen \tn % Row Count 15 (+ 3) % Row 7 \SetRowColor{white} cat \seqsplit{/etc/apt/sources}.list & Paketquellen anzeigen \tn % Row Count 17 (+ 2) % Row 8 \SetRowColor{LightBackground} \seqsplit{add-apt-repository} & Repository / Paketquelle hinzufügen \tn % Row Count 19 (+ 2) % Row 9 \SetRowColor{white} \seqsplit{add-apt-repository} -{}-remove & Repository / Paketquelle entfernen \tn % Row Count 21 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Als root oder per sudo ausführen} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Paketverwaltung YUM}} \tn % Row 0 \SetRowColor{LightBackground} yum update & Updates für installiere Pakete installieren \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} yum upgrade & verfügbare Versionsupgrades installieren \tn % Row Count 6 (+ 3) % Row 2 \SetRowColor{LightBackground} yum install \textless{}Paketname\textgreater{} & Paket und m{\"o}gliche Abh{\"a}ngigkeiten installieren \tn % Row Count 9 (+ 3) % Row 3 \SetRowColor{white} yum remove \textless{}Paketname\textgreater{} & Paket entfernen \tn % Row Count 11 (+ 2) % Row 4 \SetRowColor{LightBackground} yum search \textless{}Paketname\textgreater{} & Nach einem Paket suchen \tn % Row Count 13 (+ 2) % Row 5 \SetRowColor{white} yum autoremove & Nicht mehr ben{\"o}tigte Pakete und Abh{\"a}ngigkeiten l{\"o}schen \tn % Row Count 16 (+ 3) % Row 6 \SetRowColor{LightBackground} yum repolist (all) & Paketquellen anzeigen \tn % Row Count 18 (+ 2) % Row 7 \SetRowColor{white} yum install oder /etc/yum/repos.d/ yum-config-manager & Repository / Paketquelle hinzufügen \tn % Row Count 21 (+ 3) % Row 8 \SetRowColor{LightBackground} /etc/yum/repos.d/ yum-config-manager & Repository / Paketquelle entfernen \tn % Row Count 23 (+ 2) % Row 9 \SetRowColor{white} yum history info 2 & letzte Installationen updates/anzeigen \tn % Row Count 25 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Als root oder per sudo ausführen} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4.08 cm} x{3.92 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Allgemeine Systembefehle}} \tn % Row 0 \SetRowColor{LightBackground} (sudo) reboot & System neustarten \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} (sudo) shutdown -h now & System herunterfahren \tn % Row Count 3 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.04 cm} x{4.96 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Systeminformationen}} \tn % Row 0 \SetRowColor{LightBackground} date & aktuelle Systemzeit \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} uptime & vergangene Zeit seit dem Systemstart \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} uname -r & Kernelversion anzeigen \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} lscpu & CPU Infos \tn % Row Count 5 (+ 1) % Row 4 \SetRowColor{LightBackground} lsmem & RAM Infos \tn % Row Count 6 (+ 1) % Row 5 \SetRowColor{white} lspci & PCI Infos \tn % Row Count 7 (+ 1) % Row 6 \SetRowColor{LightBackground} (sudo) dmidecode & Hardware Infos aus dem BIOS \tn % Row Count 9 (+ 2) % Row 7 \SetRowColor{white} cat /etc/issue & Ubuntu / Debian Version anzeigen \tn % Row Count 11 (+ 2) % Row 8 \SetRowColor{LightBackground} cat \seqsplit{/etc/redhat-release} & CentOS / RH / Fedora Version anzeigen \tn % Row Count 13 (+ 2) % Row 9 \SetRowColor{white} cat \seqsplit{/usr/lib/os-release} & SUSE Version anzeigen \tn % Row Count 15 (+ 2) % Row 10 \SetRowColor{LightBackground} top & aktuelle Systemauslastung \tn % Row Count 17 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Bash Shell}} \tn % Row 0 \SetRowColor{LightBackground} Pfeiltasten \{\{fa-arrow-left\}\} \{\{fa-arrow-right\}\} & Courser in der Eingabezeile bewegen \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} Pfeiltasten \{\{fa-arrow-up\}\} \{\{fa-arrow-down\}\} & vorherige Befehle durchgehen \tn % Row Count 6 (+ 3) % Row 2 \SetRowColor{LightBackground} 2xTAB & Autovervollst{\"a}ndigung von Befehlen und Dateinamen \tn % Row Count 9 (+ 3) % Row 3 \SetRowColor{white} STRG+C & aktuellen Befehl/Task abbrechen \tn % Row Count 11 (+ 2) % Row 4 \SetRowColor{LightBackground} STRG+R & Bash History durchsuchen \tn % Row Count 13 (+ 2) % Row 5 \SetRowColor{white} STRG+A & An den Anfang der Zeile springen \tn % Row Count 15 (+ 2) % Row 6 \SetRowColor{LightBackground} STRG+E & An das Ende der Zeile springen \tn % Row Count 17 (+ 2) % Row 7 \SetRowColor{white} STRG+L oder clear tippen & Bildschirm leeren \tn % Row Count 19 (+ 2) % Row 8 \SetRowColor{LightBackground} STRG+Z & Task in den Hintergrund \tn % Row Count 21 (+ 2) % Row 9 \SetRowColor{white} history & Bash Befehlshistorie anzeigen \tn % Row Count 23 (+ 2) % Row 10 \SetRowColor{LightBackground} set +o history & History deaktivieren \tn % Row Count 24 (+ 1) % Row 11 \SetRowColor{white} set -o history & Bash History aktivieren \tn % Row Count 26 (+ 2) % Row 12 \SetRowColor{LightBackground} history -c & Bash History l{\"o}schen \tn % Row Count 28 (+ 2) % Row 13 \SetRowColor{white} man bash & Hilfe zur Bash Shell \tn % Row Count 29 (+ 1) % Row 14 \SetRowColor{LightBackground} env & Umgebungsvariablen anzeigen \tn % Row Count 31 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.6 cm} x{4.4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Suche}} \tn % Row 0 \SetRowColor{LightBackground} find \textless{}pfad\textgreater{} -iname \textless{}suche\textgreater{} & Dateien suchen \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} grep -i \textless{}suche\textgreater{} \textless{}pfad\textgreater{} & Dateien und Ausgaben durchsuchen \tn % Row Count 4 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{Nützliches}} \newline `find . –type f –perm 777 –exec chmod 644 \{\} \textbackslash{};` \newline Im aktuellen Verzeichnis nach Dateien mit den Rechten 777 suchen und diese in 644 {\"a}ndern` \newline `find /etc -iname "*.conf" -mtime -30` \newline Alle Dateien mit .conf Endung in /etc ausgeben die in den letzten 30 Tagen ver{\"a}ndert wurden} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{2.64 cm} x{5.36 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Netzwerk}} \tn % Row 0 \SetRowColor{LightBackground} ip addr show & IP Adressen anzeigen \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} ip link & Interfaces anzeigen \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} ip route show & Routing anzeigen \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} ifup \textless{}interface\textgreater{} & Netzwerkinterface deaktivieren \tn % Row Count 5 (+ 2) % Row 4 \SetRowColor{LightBackground} ifdown \textless{}interface\textgreater{} & Netzwerkinterface aktivieren \tn % Row Count 7 (+ 2) % Row 5 \SetRowColor{white} lspci | grep -i net & Infos über die Netzwerkkarte \tn % Row Count 9 (+ 2) % Row 6 \SetRowColor{LightBackground} nmtui & Network Manager konfigurieren \tn % Row Count 11 (+ 2) % Row 7 \SetRowColor{white} hostname & gibt aktuellen hostnamen aus \tn % Row Count 13 (+ 2) % Row 8 \SetRowColor{LightBackground} /etc/hosts & statische Hostname \tn % Row Count 14 (+ 1) % Row 9 \SetRowColor{white} dig & DNS Infos \tn % Row Count 15 (+ 1) % Row 10 \SetRowColor{LightBackground} traceroute & Route Pakete zum Netzwerk Host anzeigen \tn % Row Count 17 (+ 2) % Row 11 \SetRowColor{white} netstat -tulpen & aktive Ports/Sockets anzeigen \tn % Row Count 19 (+ 2) % Row 12 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{nslookup} \tn % Row Count 20 (+ 1) % Row 13 \SetRowColor{white} iftop & aktuelle Netzwerkauslastung \tn % Row Count 22 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{2.72 cm} x{5.28 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Wichtige Konfigurationsdateien}} \tn % Row 0 \SetRowColor{LightBackground} \seqsplit{/etc/ssh/sshd\_config} & Konfiguration des SSH Servers \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \seqsplit{/etc/logrotate}.conf & Logrotation konfigurieren \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} /etc/fstab & Dateisysteme dauerhaft einbinden \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} \textasciitilde{}/.bashrc & Bash Konfiguration im Home Verzeichnis \tn % Row Count 8 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.12 cm} x{4.88 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Dienste}} \tn % Row 0 \SetRowColor{LightBackground} systemctl stop \textless{}Dienst\textgreater{} & Einen Dienst stoppen \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} systemctl start \textless{}Dienst\textgreater{} & Einen Dienst starten \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} systemctl restart \textless{}Dienst\textgreater{} & Dienst neustarten \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} systemctl status \textless{}Dienst\textgreater{} & Den Status einen Dienstes prüfen \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} systemctl enable\textless{}Dienst\textgreater{} & Einen Dienst in den Systemstart aufnehmen \tn % Row Count 10 (+ 2) % Row 5 \SetRowColor{white} systemctl disable\textless{}Dienst\textgreater{} & Einen Dienst aus dem Systemstart entfernen \tn % Row Count 12 (+ 2) % Row 6 \SetRowColor{LightBackground} ps -ef oder ps -aux & aktuelle Prozesse anzeigen \tn % Row Count 14 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{systemctl}} ist das bevorzugte Kommando für aktuelle Systeme, welche {\bf{systemd}} verwenden} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Archivieren und Synchronisieren}} \tn % Row 0 \SetRowColor{LightBackground} tar -czvf \textless{}Archivname.tar.gz\textgreater{} \textless{}Dateien/Ordner\textgreater{} & Ein tar.gz Archiv erstellen \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} gzip -dc archiv.tar.gz |tar -xvf - & Ein tar.gz Archiv entpacken \tn % Row Count 5 (+ 2) % Row 2 \SetRowColor{LightBackground} unzip archiv.zip -d \textless{}zielordner\textgreater{} & zip Archive entpacken \tn % Row Count 7 (+ 2) % Row 3 \SetRowColor{white} rsync –avh -{}-progress \textless{}Quelle\textgreater{} \textless{}Ziel\textgreater{} & kopiert alle Quelldateien und Ordner in das Zielverzeichnis und gleicht diese mit m{\"o}glicherweise bereits vorhandenen Dateien ab \tn % Row Count 14 (+ 7) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}