Inital commit
This commit is contained in:
parent
3f1499a1ba
commit
61eb4c32c9
170
linux-dictionary.tex
Normal file
170
linux-dictionary.tex
Normal file
@ -0,0 +1,170 @@
|
||||
\documentclass[8pt,letterpaper,twoside]{extreport}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[english]{babel}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{amsfonts}
|
||||
\usepackage{amssymb}
|
||||
\usepackage{makeidx}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{kpfonts}
|
||||
|
||||
% page size
|
||||
\usepackage[
|
||||
paperheight=8.5in,
|
||||
paperwidth=5.5in,
|
||||
left=1cm,
|
||||
right=1cm,
|
||||
top=2cm,
|
||||
bottom=2cm]
|
||||
{geometry}
|
||||
|
||||
% fancy headers
|
||||
\usepackage{fancyhdr}
|
||||
\pagestyle{fancy}
|
||||
\fancyhf{}
|
||||
\fancyhead[LE,RO]{\textit{A Linux Dictionary}}
|
||||
\fancyhead[RE,LO]{1\textsuperscript{st} Edition}
|
||||
\cfoot{Page \thepage}
|
||||
\renewcommand{\footrulewidth}{0.5pt}
|
||||
|
||||
% multicolumns
|
||||
\usepackage{multicol}
|
||||
\setlength{\columnsep}{0.25in}
|
||||
\setlength{\columnseprule}{0.4pt}
|
||||
|
||||
% hanging indents
|
||||
\usepackage{hanging}
|
||||
|
||||
% paragraph spacing in hanging indents
|
||||
\usepackage{parskip}
|
||||
\setlength{\parskip}{2pt}
|
||||
|
||||
\author{Kenneth John Odle}
|
||||
|
||||
\begin{document}
|
||||
|
||||
What follows is a basic dictionary of any all terms related to Linux. \textbf{Note:} A lot of these terms also relate to Unix. \textit{Caveat emptor!}
|
||||
|
||||
\begin{multicols}{2}
|
||||
|
||||
\begin{small}
|
||||
|
||||
\begin{hangparas}{.5cm}{1}
|
||||
|
||||
\textbf{apt} --- Some information about apt.
|
||||
|
||||
\textbf{apt-get}
|
||||
|
||||
\textbf{bash}
|
||||
|
||||
\textbf{bin}
|
||||
|
||||
\textbf{bin}
|
||||
|
||||
\textbf{binary}
|
||||
|
||||
\textbf{boot}
|
||||
|
||||
\textbf{command binary}
|
||||
|
||||
\textbf{command line}
|
||||
|
||||
\textbf{cowsay}
|
||||
|
||||
\textbf{cp}
|
||||
|
||||
\textbf{CUPS}
|
||||
|
||||
\textbf{Debian}
|
||||
|
||||
\textbf{dev}
|
||||
|
||||
\textbf{dvipdf}
|
||||
|
||||
\textbf{Elementary OS}
|
||||
|
||||
\textbf{etc}
|
||||
|
||||
\textbf{Fedora}
|
||||
|
||||
\textbf{fsck}
|
||||
|
||||
\textbf{git}
|
||||
|
||||
\textbf{GUI}
|
||||
|
||||
\textbf{home}
|
||||
|
||||
\textbf{init}
|
||||
|
||||
\textbf{KDE}
|
||||
|
||||
\textbf{kernel}
|
||||
|
||||
\textbf{kernel module}
|
||||
|
||||
\textbf{Kubuntu} --- A GUI for Linux, based on Ubuntu. It uses KDE.
|
||||
|
||||
\textbf{latex}
|
||||
|
||||
\textbf{lib}
|
||||
|
||||
\textbf{ls}
|
||||
|
||||
\textbf{man} A command-line utility to display the ``man'' page for a particular command. It has many parameters. Try \texttt{man man} to start.
|
||||
|
||||
\textbf{media}
|
||||
|
||||
\textbf{mkdir}
|
||||
|
||||
\textbf{mnt}
|
||||
|
||||
\textbf{mv}
|
||||
|
||||
\textbf{opt}
|
||||
|
||||
\textbf{pandoc}
|
||||
|
||||
\textbf{pdftk}
|
||||
|
||||
\textbf{proc}
|
||||
|
||||
\textbf{Puppy Linux}
|
||||
|
||||
\textbf{rm}
|
||||
|
||||
\textbf{root}
|
||||
|
||||
\textbf{run}
|
||||
|
||||
\textbf{sbin}
|
||||
|
||||
\textbf{shell}
|
||||
|
||||
\textbf{srv}
|
||||
|
||||
\textbf{sudo}
|
||||
|
||||
\textbf{sys}
|
||||
|
||||
\textbf{terminal}
|
||||
|
||||
\textbf{tex}
|
||||
|
||||
\textbf{tmp}
|
||||
|
||||
\textbf{Ubuntu}
|
||||
|
||||
\textbf{unix principle}
|
||||
|
||||
\textbf{usr}
|
||||
|
||||
\textbf{var}
|
||||
|
||||
\end{hangparas}
|
||||
|
||||
\end{small}
|
||||
|
||||
\end{multicols}
|
||||
|
||||
\end{document}
|
Loading…
Reference in New Issue
Block a user