diff --git a/Installer-USB-Stick/Doku/dia.tex b/Installer-USB-Stick/Doku/dia.tex new file mode 100644 index 0000000000000000000000000000000000000000..d3b99b5d7a3d7c323b1d028939316de8b12ec070 --- /dev/null +++ b/Installer-USB-Stick/Doku/dia.tex @@ -0,0 +1,23 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} + +\subsection{dia} + +~ + + Dia ist ein Programm mit grafischer Oberfläche zur Erstellung verschiedener Diagramme(Klassendiagramme, Aktivitätsdiagramme uvm.). Hilfreich in der Vorlesung Softwaretechnik. + +~ + +Aufzurufen im Terminal mit: + +~ + +\texttt{dia} + + +\end{document} \ No newline at end of file diff --git a/Installer-USB-Stick/Doku/fityk.pdf b/Installer-USB-Stick/Doku/fityk.pdf new file mode 100644 index 0000000000000000000000000000000000000000..82ef7a6c898874d2f8001bf73b8a70485e3f7f65 Binary files /dev/null and b/Installer-USB-Stick/Doku/fityk.pdf differ diff --git a/Installer-USB-Stick/Doku/fityk.tex b/Installer-USB-Stick/Doku/fityk.tex new file mode 100644 index 0000000000000000000000000000000000000000..de9f8539330ea6e2f579b2f91cd0e20696ff2774 --- /dev/null +++ b/Installer-USB-Stick/Doku/fityk.tex @@ -0,0 +1,23 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} + +\subsection{fityk} + +~ + + Fityk ist ein Programm mit grafischer Oberfläche um Messdaten als Graphen zu plotten. + +~ + +Aufzurufen im Terminal mit: + +~ + +\texttt{fityk} + + +\end{document} \ No newline at end of file diff --git a/Installer-USB-Stick/Doku/gddrescue.pdf b/Installer-USB-Stick/Doku/gddrescue.pdf new file mode 100644 index 0000000000000000000000000000000000000000..0884c2ba6d83ab3e42d70ba722ea341dec782373 Binary files /dev/null and b/Installer-USB-Stick/Doku/gddrescue.pdf differ diff --git a/Installer-USB-Stick/Doku/gddrescue.tex b/Installer-USB-Stick/Doku/gddrescue.tex new file mode 100644 index 0000000000000000000000000000000000000000..417de5a28e801a5fba73dc6b144ead5dd8b93210 --- /dev/null +++ b/Installer-USB-Stick/Doku/gddrescue.tex @@ -0,0 +1,23 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} + +\subsection{gddrescue} + +~ + + Gddrescue ist ein Datenrettungs-Tool welches gelöschte und beschädigte Dateien,wenn möglich, wieder herstellen kann. ddrescue kann auch zum spiegeln von ganzen Partitionen verwendet werden. Mit Strg+c kann der Vorgang abgebrochen werden und wenn die selbe Logdatei geladen wird an der selben Stelle wieder fortgesetzt werden. + +~ + +Aufzurufen im Terminal mit: + +~ + +\texttt{ddrescue 'Optionen' 'Quelle' 'Ziel' 'Logdatei'} + + +\end{document} \ No newline at end of file diff --git a/Installer-USB-Stick/Doku/gimp.pdf b/Installer-USB-Stick/Doku/gimp.pdf new file mode 100644 index 0000000000000000000000000000000000000000..bd0a5f6de9f0b8a3c2c7503a677324b0476f6437 Binary files /dev/null and b/Installer-USB-Stick/Doku/gimp.pdf differ diff --git a/Installer-USB-Stick/Doku/gimp.tex b/Installer-USB-Stick/Doku/gimp.tex new file mode 100644 index 0000000000000000000000000000000000000000..c1f940f74c64c910538489bd35ecbae5c84c7099 --- /dev/null +++ b/Installer-USB-Stick/Doku/gimp.tex @@ -0,0 +1,23 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} + +\subsection{Gimp} + +~ + + Gimp ist ein pixelbasiertes Bildbearbeitungsprogramm mit grafischer Oberfläche. + +~ + +Aufzurufen im Terminal mit: + +~ + +\texttt{gimp} + + +\end{document} \ No newline at end of file diff --git a/Installer-USB-Stick/Doku/git.pdf b/Installer-USB-Stick/Doku/git.pdf new file mode 100644 index 0000000000000000000000000000000000000000..3e07324fdac366cb00c86e6e086774bfa03b8bdf Binary files /dev/null and b/Installer-USB-Stick/Doku/git.pdf differ diff --git a/Installer-USB-Stick/Doku/git.tex b/Installer-USB-Stick/Doku/git.tex new file mode 100644 index 0000000000000000000000000000000000000000..85d1907137224a36c671e02c0cd263c37a0a97c2 --- /dev/null +++ b/Installer-USB-Stick/Doku/git.tex @@ -0,0 +1,39 @@ + +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} + +\subsection{Subversion} + +~ + + Git ist ein dezentrales(nicht zwingend serverbasiertes) Versionsverwaltungssystem. + +~ + +Aufzurufen im Zielverzeichnis im Terminal mit: + +~ + +\texttt{git status} + + +\texttt{git pull} + + +\texttt{git diff} + + +\texttt{git commit} + +~ + + +Für Hilfe: + +\texttt{git help} + +\end{document} \ No newline at end of file diff --git a/Installer-USB-Stick/Doku/gnome.pdf b/Installer-USB-Stick/Doku/gnome.pdf new file mode 100644 index 0000000000000000000000000000000000000000..78036b5c1e175863eec0a0f805685676ba3056c8 Binary files /dev/null and b/Installer-USB-Stick/Doku/gnome.pdf differ diff --git a/Installer-USB-Stick/Doku/gnome.tex b/Installer-USB-Stick/Doku/gnome.tex new file mode 100644 index 0000000000000000000000000000000000000000..3b6917759c884135f480f121ce3e991aeeae8d69 --- /dev/null +++ b/Installer-USB-Stick/Doku/gnome.tex @@ -0,0 +1,16 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} + +\subsection{Gnome} + +~ + + Gnome installiert die GNOME3 Desktop Umgebung und GNOME StandardProgramme. GNOME kann nach der Installation im Loginmenu als Desktop Umgebung eingestellt werden. +~ + + +\end{document} \ No newline at end of file diff --git a/Installer-USB-Stick/Doku/gnuplot.pdf b/Installer-USB-Stick/Doku/gnuplot.pdf new file mode 100644 index 0000000000000000000000000000000000000000..1b3db3f15e25678e81cbc0bb3c323b1af52774e0 Binary files /dev/null and b/Installer-USB-Stick/Doku/gnuplot.pdf differ diff --git a/Installer-USB-Stick/Doku/gnuplot.tex b/Installer-USB-Stick/Doku/gnuplot.tex new file mode 100644 index 0000000000000000000000000000000000000000..b42da930aac63c72c53944188a41c3a47c80c83b --- /dev/null +++ b/Installer-USB-Stick/Doku/gnuplot.tex @@ -0,0 +1,39 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} + +\subsection{gnuplot} + +~ + + Gnuplot ist eine command-line basierte Anwendung zum plotten von zwei- oder dreidimensionalen Funktionen oder Daten. + +~ + +Aufzurufen im Terminal mit: + +~ +\texttt{gnuplot} + +~ + +Mit den Folgenden Anweisungen in gnuplot werden die graphen von $(x/4)^2$ $sin(x)$ und $1/x$ in den angegeben Grenzen gezeichnet. + +~ + +set title "Some Math Functions" + +set xrange [-10:10] + +set yrange [-2:2] + +set zeroaxis + +plot (x/4)**2, sin(x), 1/x + + + +\end{document} \ No newline at end of file diff --git a/Installer-USB-Stick/Doku/graphviz.pdf b/Installer-USB-Stick/Doku/graphviz.pdf new file mode 100644 index 0000000000000000000000000000000000000000..9a6573868eaeb4f1314bd8f2194f7e9607d90b7c Binary files /dev/null and b/Installer-USB-Stick/Doku/graphviz.pdf differ diff --git a/Installer-USB-Stick/Doku/graphviz.tex b/Installer-USB-Stick/Doku/graphviz.tex new file mode 100644 index 0000000000000000000000000000000000000000..5cafbe6fd11da3104ac9ba2267df032386e7888d --- /dev/null +++ b/Installer-USB-Stick/Doku/graphviz.tex @@ -0,0 +1,31 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} + +\subsection{graphviz} + +~ + + Graphviz erstellt Graphen aus Dateien der "DOT" Skriptsprache. +~ + +Beispielaufrufen im Terminal mit: + +~ + +\texttt{dot -T'OutputFormat' 'Inputfile'.gv -o 'Outputfile'.'Outputformat'} + +~ + +-o bennent das Outputfile und ist alternativ. + +~ + +Übersicht der möglichen Formate und weiterer einstellungen gibt es in + +\texttt{man graphviz} + +\end{document} \ No newline at end of file diff --git a/Installer-USB-Stick/Doku/guwf.pdf b/Installer-USB-Stick/Doku/guwf.pdf new file mode 100644 index 0000000000000000000000000000000000000000..27193dfe1ca92fb31b9db43b6a60525cdcf9fdc7 Binary files /dev/null and b/Installer-USB-Stick/Doku/guwf.pdf differ diff --git a/Installer-USB-Stick/Doku/guwf.tex b/Installer-USB-Stick/Doku/guwf.tex new file mode 100644 index 0000000000000000000000000000000000000000..6fbd0c9e7de5f77b4a42c764bbcfcb5c11aee34a --- /dev/null +++ b/Installer-USB-Stick/Doku/guwf.tex @@ -0,0 +1,21 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} + +\subsection{gufw} + +~ + + Gufw ist eine grafische Oberfläche welche die Einrichtung und Einstellunge der Linux Firewall benutzerfreundlich macht. + +~ + +Aufzurufen im Terminal mit: + + +\texttt{gufw} + +\end{document} \ No newline at end of file diff --git a/Installer-USB-Stick/Doku/haskell-platform.pdf b/Installer-USB-Stick/Doku/haskell-platform.pdf new file mode 100644 index 0000000000000000000000000000000000000000..9ae421709d3882b4d9cbadc108ac496f60064ed8 Binary files /dev/null and b/Installer-USB-Stick/Doku/haskell-platform.pdf differ diff --git a/Installer-USB-Stick/Doku/haskell-platform.tex b/Installer-USB-Stick/Doku/haskell-platform.tex new file mode 100644 index 0000000000000000000000000000000000000000..65afba9165dc368f419850f41d9925f9d365003a --- /dev/null +++ b/Installer-USB-Stick/Doku/haskell-platform.tex @@ -0,0 +1,23 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} + +\subsection{haskell-platform} + +~ + + Haskell-platform installiert unter anderem den Haskellcompiler ghci und einige Standard-Bibliotheken. Haskell wird in der Vorlesung Einführung in die Programmierung eingeführt und benötigt. + +~ + +Beispielaufzuruf im Terminal mit: + +~ + +\texttt{ghci haskell1.hs} + + +\end{document} \ No newline at end of file diff --git a/Installer-USB-Stick/Doku/inkscape.pdf b/Installer-USB-Stick/Doku/inkscape.pdf new file mode 100644 index 0000000000000000000000000000000000000000..4380b329f3bd5a3ba6e1c64f69e12707b6eb0375 Binary files /dev/null and b/Installer-USB-Stick/Doku/inkscape.pdf differ diff --git a/Installer-USB-Stick/Doku/inkscape.tex b/Installer-USB-Stick/Doku/inkscape.tex new file mode 100644 index 0000000000000000000000000000000000000000..5e95ba552ba462766788e103e8da0ef9daac569a --- /dev/null +++ b/Installer-USB-Stick/Doku/inkscape.tex @@ -0,0 +1,23 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} + +\subsection{Inkscape} + +~ + + Inkscape ist ein vektorbasiertes Bildbearbeitungsprogramm mit grafischer Oberfläche. + +~ + +Aufzurufen im Terminal mit: + +~ + +\texttt{inkscape} + + +\end{document} \ No newline at end of file diff --git a/Installer-USB-Stick/Doku/java7-jdk.pdf b/Installer-USB-Stick/Doku/java7-jdk.pdf new file mode 100644 index 0000000000000000000000000000000000000000..3dd3802482ba2ec39ef007d678acbb661499d017 Binary files /dev/null and b/Installer-USB-Stick/Doku/java7-jdk.pdf differ diff --git a/Installer-USB-Stick/Doku/java7-jdk.tex b/Installer-USB-Stick/Doku/java7-jdk.tex new file mode 100644 index 0000000000000000000000000000000000000000..f76e79b728d4d03e795924d8d85b1a7ee3bec7f1 --- /dev/null +++ b/Installer-USB-Stick/Doku/java7-jdk.tex @@ -0,0 +1,31 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} + +\subsection{java7-jdk} + +~ + + Java7-jdk installiert einen Java7-Compiler und die Java7-RuntimeEnvironment welche benötig werden um Java-Code zu kompilieren und auszuführen. Desweiteren werden auch Standard-Bibliotheken installiert. Java7 wird in der Vorlesung Einführung in die Programmierung eingeführt und benötigt. + +~ + +Beispielaufzuruf im Terminal mit: + +~ + +\texttt{javac java1.java} + +zum kompilieren + +~ + +\texttt{java java1} + +um die nun kompilierte Datei auszuführen. + + +\end{document} \ No newline at end of file diff --git a/Installer-USB-Stick/Doku/kde-telepathy.pdf b/Installer-USB-Stick/Doku/kde-telepathy.pdf new file mode 100644 index 0000000000000000000000000000000000000000..a2e27af05eedda5f3d11915ed91152ca9a0a181b Binary files /dev/null and b/Installer-USB-Stick/Doku/kde-telepathy.pdf differ diff --git a/Installer-USB-Stick/Doku/kde-telepathy.tex b/Installer-USB-Stick/Doku/kde-telepathy.tex new file mode 100644 index 0000000000000000000000000000000000000000..c3d68d6de6ea1c9c45341dee24db2aa062c79819 --- /dev/null +++ b/Installer-USB-Stick/Doku/kde-telepathy.tex @@ -0,0 +1,19 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} + +\subsection{kde-Telepathy} + +~ + + Kde-Telepathy ist der in KDE integrierte Multi-Messenger der verschiedene Chat-Protokolle wie z.B. XMPP, Skype, IRC in einer grafischen Oberfläche zusammenfasst. + +~ + +Startet automatisch mit dem System. + + +\end{document} \ No newline at end of file diff --git a/Installer-USB-Stick/Doku/lftp.pdf b/Installer-USB-Stick/Doku/lftp.pdf new file mode 100644 index 0000000000000000000000000000000000000000..05910723538f3fc7f5c717c5ec548278de9f6866 Binary files /dev/null and b/Installer-USB-Stick/Doku/lftp.pdf differ diff --git a/Installer-USB-Stick/Doku/lftp.tex b/Installer-USB-Stick/Doku/lftp.tex new file mode 100644 index 0000000000000000000000000000000000000000..e23acf737e5faf53680b85cc2114b7d9e291e22a --- /dev/null +++ b/Installer-USB-Stick/Doku/lftp.tex @@ -0,0 +1,14 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} + +\subsection{lftp} + +~ + + Lftp ist ein komandozeilen basierter FTP client mit dem man Datan zwischen einem Client und einem FTP-Server verschieben kann. + +\end{document} \ No newline at end of file diff --git a/Installer-USB-Stick/Doku/linux-non-free.pdf b/Installer-USB-Stick/Doku/linux-non-free.pdf new file mode 100644 index 0000000000000000000000000000000000000000..10ca03a67a5fedcd0392513e9147d8e551290b48 Binary files /dev/null and b/Installer-USB-Stick/Doku/linux-non-free.pdf differ diff --git a/Installer-USB-Stick/Doku/linux-non-free.tex b/Installer-USB-Stick/Doku/linux-non-free.tex new file mode 100644 index 0000000000000000000000000000000000000000..4c2555d97b498c9c02872eef143e0de48987a488 --- /dev/null +++ b/Installer-USB-Stick/Doku/linux-non-free.tex @@ -0,0 +1,14 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} + +\subsection{linux-firmware-nonfree} + +~ + + Linux-firmware-nonfree installiert proprietäre Treiber (keine OpenSource Treiber). Wenn die Hardware im Laptop/Desktop-Pc nicht von den freien Linuxtreibern unterstützt wird ist es sinnvoll diese zu installieren. + +\end{document} \ No newline at end of file diff --git a/Installer-USB-Stick/Doku/openssh-server.pdf b/Installer-USB-Stick/Doku/openssh-server.pdf new file mode 100644 index 0000000000000000000000000000000000000000..8d3bfc815cb229de357734d37767474fc71ff878 Binary files /dev/null and b/Installer-USB-Stick/Doku/openssh-server.pdf differ diff --git a/Installer-USB-Stick/Doku/openssh-server.tex b/Installer-USB-Stick/Doku/openssh-server.tex new file mode 100644 index 0000000000000000000000000000000000000000..a74647510c0857d18190b90a9c6c68fcfe3b2ca2 --- /dev/null +++ b/Installer-USB-Stick/Doku/openssh-server.tex @@ -0,0 +1,14 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} + +\subsection{openssh-server} + +~ + +Openssh-server stellt einen SSH-Server zur Verfügung welcher den Zugriff von einem anderen System aus über eine SecureSHell ermöglicht. + +\end{document} \ No newline at end of file diff --git a/Installer-USB-Stick/Doku/p7zip.pdf b/Installer-USB-Stick/Doku/p7zip.pdf new file mode 100644 index 0000000000000000000000000000000000000000..bfb9f95c311d1a9f9b3604d4f28616ae37184c56 Binary files /dev/null and b/Installer-USB-Stick/Doku/p7zip.pdf differ diff --git a/Installer-USB-Stick/Doku/p7zip.tex b/Installer-USB-Stick/Doku/p7zip.tex new file mode 100644 index 0000000000000000000000000000000000000000..820a4f11d19bc98182368034d08d041bb3e0b35c --- /dev/null +++ b/Installer-USB-Stick/Doku/p7zip.tex @@ -0,0 +1,28 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} + +\subsection{p7zip-full} + +~ + + P7zip packt und entpackt Archieve verschiedener Art(z.B. .tar.gz, zip). + +~ + +Aufzurufen im Terminal mit: + +~ + +\texttt{7z 'Argumente'} + +~ + +Übersicht der möglichen Argumente gibt es in + +\texttt{man 7z} + +\end{document} \ No newline at end of file diff --git a/Installer-USB-Stick/Doku/pidgin.pdf b/Installer-USB-Stick/Doku/pidgin.pdf new file mode 100644 index 0000000000000000000000000000000000000000..042d4131c3101b0efa971b11a734ca70c541e452 Binary files /dev/null and b/Installer-USB-Stick/Doku/pidgin.pdf differ diff --git a/Installer-USB-Stick/Doku/pidgin.tex b/Installer-USB-Stick/Doku/pidgin.tex new file mode 100644 index 0000000000000000000000000000000000000000..143a2286988484d1184c5cd8757cbaf28a7eaca5 --- /dev/null +++ b/Installer-USB-Stick/Doku/pidgin.tex @@ -0,0 +1,23 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} + +\subsection{pidgin} + +~ + + Pidgin ist ein InstantMessenger der verschiedene Protokolle wie IRC oder XMPP(Jabber, Facebook,...) in einer Anwedung zusammenfasst. Mit dem Addon 'Off-the-Record Messaging'(OTR) können die Gespräche End-to-End verschlüsselt werden. + +~ + +Wenn nicht mit dem System gestartet, aufzurufen im Terminal mit: + +~ + +\texttt{pidgin} + + +\end{document} \ No newline at end of file diff --git a/Installer-USB-Stick/Doku/postgreSQL.pdf b/Installer-USB-Stick/Doku/postgreSQL.pdf new file mode 100644 index 0000000000000000000000000000000000000000..b25a96d1273cbdfc451e5ab28b10f602239a6e5d Binary files /dev/null and b/Installer-USB-Stick/Doku/postgreSQL.pdf differ diff --git a/Installer-USB-Stick/Doku/postgreSQL.tex b/Installer-USB-Stick/Doku/postgreSQL.tex new file mode 100644 index 0000000000000000000000000000000000000000..79592514047adbd15290515ef4f86989075c46e9 --- /dev/null +++ b/Installer-USB-Stick/Doku/postgreSQL.tex @@ -0,0 +1,23 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} + +\subsection{postgresql} + +~ + + PostgreSQL ist eine Datenbank welche in der Vorlesung 'Datenbanken und Informationssysteme' zur Anwendung der Vorlesungsinhalte genutzt werden kann. + +~ + +Hilfe findet man unter + +~ + +\texttt{man postgres} + + +\end{document} \ No newline at end of file diff --git a/Installer-USB-Stick/Doku/pwgen.pdf b/Installer-USB-Stick/Doku/pwgen.pdf new file mode 100644 index 0000000000000000000000000000000000000000..f51c6bce3c69e6172d778b95c93f330cd592a90b Binary files /dev/null and b/Installer-USB-Stick/Doku/pwgen.pdf differ diff --git a/Installer-USB-Stick/Doku/pwgen.tex b/Installer-USB-Stick/Doku/pwgen.tex new file mode 100644 index 0000000000000000000000000000000000000000..32e74044dd7892b46c730e30ee557ea705082b05 --- /dev/null +++ b/Installer-USB-Stick/Doku/pwgen.tex @@ -0,0 +1,34 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} + +\subsection{pwgen} + +~ + + Pwgen ist ein Tool um Passwörter zu generieren und diese dann generieten Passwörter im Terminal anzuzeigen. + +~ + +Aufzurufen im Terminal mit: + +~ + +\texttt{pwgen 'Zeichenanzahl' 'Anzahl'} + +~ + +Erstellung eines acht Zeichen Passworts + +\texttt{pwgen 8 1} + +~ + +Weitere Optionen(z.B. keine Zahlen, Buchstaben, Sonderzeichen) unter + +\texttt{man pwgen} + +\end{document} \ No newline at end of file diff --git a/Installer-USB-Stick/Doku/python-matplotlib.tex b/Installer-USB-Stick/Doku/python-matplotlib.tex new file mode 100644 index 0000000000000000000000000000000000000000..ed319fbc463d9e3df84f9b695b5970c062cce458 --- /dev/null +++ b/Installer-USB-Stick/Doku/python-matplotlib.tex @@ -0,0 +1,15 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} + +\subsection{ipython} + +~ + +Ipython stellt eine command-shell für python(und auch andere sprachen) zur verfügung. + + +\end{document} \ No newline at end of file diff --git a/Installer-USB-Stick/Doku/python-numpy.tex b/Installer-USB-Stick/Doku/python-numpy.tex new file mode 100644 index 0000000000000000000000000000000000000000..e0ab5907aa6275f02fdfd76a26001c6fe5a6ae87 --- /dev/null +++ b/Installer-USB-Stick/Doku/python-numpy.tex @@ -0,0 +1,14 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} + +\subsection{python-numpy} + +~ + +Python-numpy ist eine Erweiterung für Python welche große mehrdimensionale Arrays und Matrizen zur verfügung stellt. + +\end{document} \ No newline at end of file diff --git a/Installer-USB-Stick/Doku/python-scipy.tex b/Installer-USB-Stick/Doku/python-scipy.tex new file mode 100644 index 0000000000000000000000000000000000000000..9c3c34d64bbab8a3da777b9a2f0418da987c2823 --- /dev/null +++ b/Installer-USB-Stick/Doku/python-scipy.tex @@ -0,0 +1,14 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} + +\subsection{python-scipy} + +~ + +Python-numpy ist eine Erweiterung für Python und stellt Bibliotheken für wissenschaftliche Berechnungen zur verfügung. + +\end{document} \ No newline at end of file diff --git a/Installer-USB-Stick/Doku/python-simpy.tex b/Installer-USB-Stick/Doku/python-simpy.tex new file mode 100644 index 0000000000000000000000000000000000000000..301994223d4c0990ec40f7e72dbcb369151fb470 --- /dev/null +++ b/Installer-USB-Stick/Doku/python-simpy.tex @@ -0,0 +1,14 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} + +\subsection{python-simpy} + +~ + +Python-numpy ist eine Erweiterung für Python welche große mehrdimensionale Arrays und Matrizen zur verfügung stellt. + +\end{document} \ No newline at end of file diff --git a/Installer-USB-Stick/Doku/singular.pdf b/Installer-USB-Stick/Doku/singular.pdf new file mode 100644 index 0000000000000000000000000000000000000000..3e3017c67c4833ed94537ec1c50f3e4b051caea0 Binary files /dev/null and b/Installer-USB-Stick/Doku/singular.pdf differ diff --git a/Installer-USB-Stick/Doku/singular.tex b/Installer-USB-Stick/Doku/singular.tex new file mode 100644 index 0000000000000000000000000000000000000000..db885f8875ea939fb983746b88b43c10dfc34a89 --- /dev/null +++ b/Installer-USB-Stick/Doku/singular.tex @@ -0,0 +1,15 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} + +\subsection{singular} + +~ + + Singular wird in der Vorlesung Computeralgebra eingeführt und benötigt. + + +\end{document} \ No newline at end of file diff --git a/Installer-USB-Stick/Doku/smartmontools.pdf b/Installer-USB-Stick/Doku/smartmontools.pdf new file mode 100644 index 0000000000000000000000000000000000000000..6da275e43c655115d8e1abb07178135f90f9f2ff Binary files /dev/null and b/Installer-USB-Stick/Doku/smartmontools.pdf differ diff --git a/Installer-USB-Stick/Doku/smartmontools.tex b/Installer-USB-Stick/Doku/smartmontools.tex new file mode 100644 index 0000000000000000000000000000000000000000..ca20ede20dabd84a295fe71d68ec6a5f40c3bd16 --- /dev/null +++ b/Installer-USB-Stick/Doku/smartmontools.tex @@ -0,0 +1,23 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} + +\subsection{smartmontools} + +~ + + Smartmotools installiert smartctl welches Festplatten (HDD, SSD) auf Fehler überprüft und so frühzeitig vor Festplatten-Ausfällen warnen kann. + +~ + +Der nachfolgende Aufruf überprüft das Device sda1 auf Fehler. + +~ + +\texttt{smartctl -H /dev/sda1} + + +\end{document} \ No newline at end of file diff --git a/Installer-USB-Stick/Doku/subversion.pdf b/Installer-USB-Stick/Doku/subversion.pdf new file mode 100644 index 0000000000000000000000000000000000000000..220ee5bb1ff32bea8afd482a9410fc397d9b6d7f Binary files /dev/null and b/Installer-USB-Stick/Doku/subversion.pdf differ diff --git a/Installer-USB-Stick/Doku/subversion.tex b/Installer-USB-Stick/Doku/subversion.tex new file mode 100644 index 0000000000000000000000000000000000000000..54bc8e0272dff12de16d60e46a21945dd5dc9d39 --- /dev/null +++ b/Installer-USB-Stick/Doku/subversion.tex @@ -0,0 +1,36 @@ + +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} + +\subsection{Subversion} + +~ + + Subversion ist ein zentrales(serverbasiertes) Versionsverwaltungssystem. + +~ + +Aufzurufen im Terminal mit: + +~ + +\texttt{svn checkout url} + + +\texttt{svn commit url} + +\texttt{...} + +~ + +Für Hilfe: + +\texttt{svn help} + + + +\end{document} \ No newline at end of file diff --git a/Installer-USB-Stick/Doku/swi-prolog.pdf b/Installer-USB-Stick/Doku/swi-prolog.pdf new file mode 100644 index 0000000000000000000000000000000000000000..f387eb7c7da9e174d8bd80196f9c1e0fd1bc6ecc Binary files /dev/null and b/Installer-USB-Stick/Doku/swi-prolog.pdf differ diff --git a/Installer-USB-Stick/Doku/swi-prolog.tex b/Installer-USB-Stick/Doku/swi-prolog.tex new file mode 100644 index 0000000000000000000000000000000000000000..e2ade41ad597ce69ecc50504ccadc80e5bfa4dc6 --- /dev/null +++ b/Installer-USB-Stick/Doku/swi-prolog.tex @@ -0,0 +1,24 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} + +\subsection{swi-prolog} + +~ + + Swi-prolog installiert einen Prolog interpreter. Prolog wird in der Vorlesung Einführung in die Programmierung eingeführt und benötigt. + +~ + +Beispielaufzuruf im Terminal mit: + +~ + +\texttt{swipl prolog1.pl} + +kompiliert und läd prolog1, nun können Anfragen an prolog1 gestellt werden. + +\end{document} \ No newline at end of file diff --git a/Installer-USB-Stick/Doku/texmaker.pdf b/Installer-USB-Stick/Doku/texmaker.pdf new file mode 100644 index 0000000000000000000000000000000000000000..d763ffd9d566bfe1d907df376ae6f151453a9ffa Binary files /dev/null and b/Installer-USB-Stick/Doku/texmaker.pdf differ diff --git a/Installer-USB-Stick/Doku/texmaker.tex b/Installer-USB-Stick/Doku/texmaker.tex new file mode 100644 index 0000000000000000000000000000000000000000..cf89240842f647c5d963518fd3d6093c025cc11a --- /dev/null +++ b/Installer-USB-Stick/Doku/texmaker.tex @@ -0,0 +1,23 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} + +\subsection{Texmaker} + +~ + + Texmaker ist ein Standard Tex-Editor mit grafischer Oberfläche, welcher die wichtigsten Librarys und Funktionen mitbringt. + +~ + +Aufzurufen im Terminal mit: + +~ + +\texttt{texmaker} + + +\end{document} \ No newline at end of file diff --git a/Installer-USB-Stick/Doku/uebersicht.pdf b/Installer-USB-Stick/Doku/uebersicht.pdf new file mode 100644 index 0000000000000000000000000000000000000000..801e11d76f7d2c884e369257b6d427c0bde22f03 Binary files /dev/null and b/Installer-USB-Stick/Doku/uebersicht.pdf differ diff --git a/Installer-USB-Stick/Doku/uebersicht.tex b/Installer-USB-Stick/Doku/uebersicht.tex new file mode 100644 index 0000000000000000000000000000000000000000..98c2f82741c979895bb23fea92b5175ca053f8e0 --- /dev/null +++ b/Installer-USB-Stick/Doku/uebersicht.tex @@ -0,0 +1,131 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} +\begin{verbatim} +"TRUE" "gufw" "Firewall Frontend" \ + + +"TRUE" "pwgen" "Tool um Passwoerter zu generieren" \ + + +"TRUE" "p7zip-full" "Tool um u.a. ZIP Archive zu handhaben" \ + + +"TRUE" "p7zip-rar" "Erweiterung von p7zip um auch RAR-Archive öffnen zu koennen" \ + + +"FALSE" "unrar-free" "Zur Verwaltung von RAR-Archiven" \ + + +"TRUE" "texmaker" "Grafischer Editor fuer La(Tex)" \ + +"TRUE" "inkscape" "Bildbearbeitung (Vektorbasiert)" \ + + +"TRUE" "gimp" "Bildbearbeitung (Pixelbasiert)" \ + + +"TRUE" "pidgin" "Multi-Messenger-Client" \ + + +"FALSE" "subversion" "Versionsverwaltungstool (zentral)" \ + + +"TRUE" "git" "Versionsverwaltungstool (dezentral)" \ + + +"TRUE" "graphviz" "Tool zum visualisieren von Graphen" \ + + +"FALSE" "gnome" "GNOME3 Desktop Umgebung" \ + + +"FALSE" "xubuntu-desktop" "Xubuntu Desktop Umgebung und standard Programme" \ + + +"FALSE" "fityk" "Tool zum Daten-Fitting und -Analyse" \ + + +"FALSE" "openssh-server" "SSH-Server (s. KISS)" \ + + +"FALSE" "zsh" "Alternative Shell" \ + + +"FALSE" "zsh-doc" "Dokumentation von zsh" \ + + +"FALSE" "lftp" "FTP-Client" \ + + +"FALSE" "linux-firmware-nonfree" "Properitäre Firmware fuer exotische Notebooks/Hardware" \ + + +"FALSE" "gddrescue" "Falls Daten gelöscht, letzte Option vor dem Tod der Hoffnung" \ + + +"FALSE" "smartmontools" "Tool und Daemon zum prüfen von Speichermedien (HDD/SSD)" \ + + +PH_PKGS=(\ + + +"TRUE" "python-numpy" "Numeric Bibiliothek für Python" \ + + +"TRUE" "python-simpy" "Simulationsframework für Python" \ + + +"TRUE" "python-scipy" "Bibliothek für scientific computing" \ + + +"TRUE" "python-matplotlib" "Schnittstelle zum Plotten mit Python" \ + + +"TRUE" "ipython" "Interaktiver Python Interpreter mit Tab-Vervollständgung" \ + + +"TRUE" "gnuplot" "Programm um Funktions- und Datenplots anzufertigen" \ + + +"TRUE" "wxmaxima" "Graphische Benutzeroberfläche für das Maxima Computer Algebra System" \ + + +"TRUE" "bpython" "Ein weiterer interaktiver Python Interpreter" \ + + +) + + +IF_PKGS=( + + +"FALSE" "postgresql" "Datenbank-Server. Nett um in der Datenbanken-Vorlesungen Dinge auszuprobieren.\n Aber relativ groß." \ + + +"TRUE" "dia" "Graphisches Tool, um UML/ER Diagramme für die Vorlesungen Softwaretechnik und Datenbanken anzufertigen" \ + + +"TRUE" "haskell-platform" "Glaskow Haskell Compiler für die Vorlesung Programmierung" \ + + +"TRUE" "java7-jdk" "Java JDK für die Vorlesung Programmierung" \ + + +"TRUE" "swi-prolog" "Prolog Interpreter/Compiler für die Vorlesung Programmierung" \ + + +) + + +M_PKGS=(\ + + +"TRUE" "singular" "Tool für die Vorlesung Computeralgebra" \ + + +\end{verbatim} +\end{document} \ No newline at end of file diff --git a/Installer-USB-Stick/Doku/unrar-free.pdf b/Installer-USB-Stick/Doku/unrar-free.pdf new file mode 100644 index 0000000000000000000000000000000000000000..6fdb78ce4f3b50bf0321f911fe97cd2814ced4f7 Binary files /dev/null and b/Installer-USB-Stick/Doku/unrar-free.pdf differ diff --git a/Installer-USB-Stick/Doku/unrar-free.tex b/Installer-USB-Stick/Doku/unrar-free.tex new file mode 100644 index 0000000000000000000000000000000000000000..506115707d276871dbe89b944e503696964a61d5 --- /dev/null +++ b/Installer-USB-Stick/Doku/unrar-free.tex @@ -0,0 +1,28 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} + +\subsection{unrar-free} + +~ + + Unrar-free packt und entpackt Archieve verschiedener Art(z.B. .tar.gz, zip). Kann einige nicht-freien Formate nicht ohne weiteres entpacken. + +~ + +Aufzurufen im Terminal mit: + +~ + +\texttt{unrar-free 'Argumente'} + +~ + +Übersicht der möglichen Argumente gibt es in + +\texttt{man unrar-free} + +\end{document} \ No newline at end of file diff --git a/Installer-USB-Stick/Doku/wxmaxima.tex b/Installer-USB-Stick/Doku/wxmaxima.tex new file mode 100644 index 0000000000000000000000000000000000000000..d363110b4639bd1908b1cee14f35822c6e2d0f72 --- /dev/null +++ b/Installer-USB-Stick/Doku/wxmaxima.tex @@ -0,0 +1,23 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} + +\subsection{wxmaxima} + +~ + + Wxmaxima ist ein Programm mit grafischer Oberfläche um Funktionen als Graphen zwei- oder dreidimensionale Graphen zu plotten. + +~ + +Aufzurufen im Terminal mit: + +~ + +\texttt{wxmaxima} + + +\end{document} \ No newline at end of file diff --git a/Installer-USB-Stick/Doku/xubuntu-desktop.pdf b/Installer-USB-Stick/Doku/xubuntu-desktop.pdf new file mode 100644 index 0000000000000000000000000000000000000000..ecc801233695d0a93273513f6f36e03f032d3d82 Binary files /dev/null and b/Installer-USB-Stick/Doku/xubuntu-desktop.pdf differ diff --git a/Installer-USB-Stick/Doku/xubuntu-desktop.tex b/Installer-USB-Stick/Doku/xubuntu-desktop.tex new file mode 100644 index 0000000000000000000000000000000000000000..626affced403fdcdcbf9bba819faa37661b3e91b --- /dev/null +++ b/Installer-USB-Stick/Doku/xubuntu-desktop.tex @@ -0,0 +1,16 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} + +\subsection{Xubuntu-Desktop} + +~ + + Xubuntu-Desktop installiert die XFCE Desktop Umgebung und XFCE StandardProgramme. XFCE kann nach der Installation im Loginmenu als Desktop Umgebung eingestellt werden. Im Vergleich zu KDE und Gnome ist XFCE ressourcensparender, deswegen gut für Netbooks oder ältere Laptops geeignet. +~ + + +\end{document} \ No newline at end of file diff --git a/Installer-USB-Stick/Doku/zsh-doc.tex b/Installer-USB-Stick/Doku/zsh-doc.tex new file mode 100644 index 0000000000000000000000000000000000000000..db6a68036fb589b62c22b5d041759134e2e8901b --- /dev/null +++ b/Installer-USB-Stick/Doku/zsh-doc.tex @@ -0,0 +1,14 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} + +\subsection{zsh-doc} + +~ + + Zsh-doc installiert die passende Dokumentation zu zsh. + +\end{document} \ No newline at end of file diff --git a/Installer-USB-Stick/Doku/zsh.pdf b/Installer-USB-Stick/Doku/zsh.pdf new file mode 100644 index 0000000000000000000000000000000000000000..5503d03344fb433667f5f2794fbef0acc3d92d7a Binary files /dev/null and b/Installer-USB-Stick/Doku/zsh.pdf differ diff --git a/Installer-USB-Stick/Doku/zsh.tex b/Installer-USB-Stick/Doku/zsh.tex new file mode 100644 index 0000000000000000000000000000000000000000..0ced009b34e053b9e1e0c73460244866ea758c70 --- /dev/null +++ b/Installer-USB-Stick/Doku/zsh.tex @@ -0,0 +1,14 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} + +\subsection{zsh} + +~ + + Zsh ist eine alternative shell zum bash Terminal. Die Einrichtung und grundlegende Benutzung werden auf der KISS vorgestellt. + +\end{document} \ No newline at end of file