A dictionary of Linux terms, in zine form.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

350 lines
6.4 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. \documentclass[8pt,letterpaper,twoside]{extreport}
  2. \usepackage[utf8]{inputenc}
  3. \usepackage[english]{babel}
  4. \usepackage{amsmath}
  5. \usepackage{amssymb}
  6. \usepackage{makeidx}
  7. \usepackage{graphicx}
  8. \usepackage{kpfonts}
  9. % page size
  10. \usepackage[
  11. paperheight=8.5in,
  12. paperwidth=5.5in,
  13. left=1cm,
  14. right=1cm,
  15. top=2cm,
  16. bottom=2cm]
  17. {geometry}
  18. % fancy headers
  19. \usepackage{fancyhdr}
  20. \pagestyle{fancy}
  21. \fancyhf{}
  22. \fancyhead[RO]{\textit{A Linux Dictionary}}
  23. \fancyhead[LE]{1\textsuperscript{st} Edition}
  24. \cfoot{Page \thepage}
  25. \renewcommand{\footrulewidth}{0.5pt}
  26. % multicolumns
  27. \usepackage{multicol}
  28. \setlength{\columnsep}{0.25in}
  29. \setlength{\columnseprule}{0.1pt}
  30. % hanging indents
  31. \usepackage{hanging}
  32. % paragraph spacing in all paragraphs
  33. \usepackage{parskip}
  34. \setlength{\parskip}{2pt}
  35. % Use tab stops when we need to (especially in footnotes)
  36. \usepackage{tabto}
  37. \author{Kenneth John Odle}
  38. \begin{document}
  39. \begin{center}
  40. \section*{The Introduction}
  41. \end{center}
  42. \begin{multicols}{2}
  43. What follows is a dictionary of various terms related to Linux. It currently resides at\\ \texttt{https://git.kjodle.net/kjodle/linux-dictionary}. Go here to buy a paper copy of this book.
  44. \tabto{0.3cm} \textbf{Note:} A lot of these terms also relate to Unix. \textit{Caveat emptor!}
  45. \tabto{0.3cm} \textbf{n.b.:} Some of these terms may also refer to Mac OSX or Windows. \textit{Intense shuddering intensifies.}
  46. \end{multicols}
  47. \bigskip
  48. \begin{center}
  49. \section*{The Abbreviations}
  50. \end{center}
  51. \begin{multicols}{2}
  52. Standard Latin definitions are used extensively throughout this document.
  53. \tabto{0.3cm} \textit{c.f.} --
  54. \tabto{0.3cm} \textit{e.g.} --
  55. \tabto{0.3cm} \textit{i.e.} --
  56. \tabto{0.3cm} \textit{n.b.} --
  57. \tabto{0.3cm} \textit{q.v.} -- This is an abbreviation of the Latin phrase \textit{quae vide}, which translates as ``which see'' which denotes a cross reference to another item. Essentially, it means ``see also (this other thing).''
  58. \tabto{0.3cm} \textit{q.q.v.} -- Similar to \textit{q.v.}, this denotes a cross reference to two or more other items. Essentially, it means ``see also (these other things).''
  59. \medskip
  60. Additional modern abbreviations used include:
  61. \tabto{0.3cm} \textbf{RTFM} -- ``Read the effing manual''
  62. \tabto{0.3cm} \textbf{tl;dr:} -- ``too long; didn't read''
  63. \tabto{0.3cm} \textbf{YMMV} -- ``Your mileage may vary''
  64. \end{multicols}
  65. \bigskip
  66. \begin{center}
  67. \section*{The Words}
  68. \end{center}
  69. \bigskip
  70. \begin{multicols}{2}
  71. %\begin{small}
  72. \begin{hangparas}{.3cm}{1}
  73. \begin{centering}
  74. \subsection*{A-F}
  75. \end{centering}
  76. % Replace the letters with actual words later
  77. \textbf{ALSA}
  78. \textbf{apt} -- The Advanced Packaging Tool. It is the front end for the Debian package management system. It performs a large number of functions, including downloading of packages, resolving dependencies, and installation of Debian packages (which have a .deb file extention).
  79. \textbf{apt-get}
  80. \textbf{Arch Linux}
  81. \textbf{bash}
  82. \textbf{bin}
  83. \textbf{binary}
  84. \textbf{boot}
  85. \textbf{build}
  86. \textbf{chmod}
  87. \textbf{chown}
  88. \textbf{Cinnamon}
  89. \textbf{clear}
  90. \textbf{CLI} -- The Command Line Interface, that is, a text-based interface, which is the opposite of a GUI or graphical user interface.
  91. \textbf{codec} -- A piece of software that encodes and decodes (i.e., plays) digital data, typically audio and video streams.
  92. \textbf{command binary}
  93. \textbf{command line}
  94. \textbf{compile}
  95. \textbf{console}
  96. \textbf{cowsay}
  97. \textbf{cp}
  98. \textbf{CUPS} -- The Common Unix Print Server. It is Ubuntu's print server, which is a dream when it works properly and a nightmare when it doesn't.
  99. \textbf{daemon} -- A process that runs in the background. These perform a large number of tasks, such as writing to system logs or monitoring your network.
  100. \textbf{Debian}
  101. \textbf{dependency}
  102. \textbf{dev}
  103. \textbf{df}
  104. \textbf{diff}
  105. \textbf{distro} -- Short for ``distribution,'' this refers to a specific version of Linux that is customized with its own software, options, and look and feel. These include things like \textbf{Ubuntu}, \textbf{Debian}, and \textbf{Fedora}. \textit{c.f.} \textbf{flavor}.
  106. \textbf{dpkg}
  107. \textbf{du}
  108. \textbf{dvipdf}
  109. \textbf{echo}
  110. \textbf{Elementary OS}
  111. \textbf{etc}
  112. \textbf{Fedora}
  113. \textbf{find}
  114. \textbf{fsck}
  115. \begin{centering}
  116. \subsection*{G-M}
  117. \end{centering}
  118. \textbf{Ghost Script}
  119. \textbf{git}
  120. \textbf{GNOME}
  121. \textbf{grep}
  122. \textbf{groff}
  123. \textbf{GUI}
  124. \textbf{head}
  125. \textbf{history}
  126. \textbf{home}
  127. \textbf{hostname}
  128. \textbf{info}
  129. \textbf{init}
  130. \textbf{jobs}
  131. \textbf{KDE} -- A graphical environment used by the openSuse Linux distro as well as others.
  132. \textbf{kernel}
  133. \textbf{kernel module}
  134. \textbf{kill}
  135. \textbf{Kubuntu} -- A GUI for Linux, based on Ubuntu. It uses KDE.
  136. \textbf{latex}
  137. \textbf{lib}
  138. \textbf{Linux Mint}
  139. \textbf{locate} -- command
  140. \textbf{ls}
  141. \textbf{man} -- A command-line utility to display the ``man'' (i.e., manual) page for a particular command. It has many parameters. Try \texttt{man man} to start. \\ \tabto{0.3cm}A lot of people don't find the \texttt{man} command very helpful, as it generally contains no examples. If you are in this camp, \textit{q.v.} both the ``tldr'' and ``info'' entries.
  142. \textbf{media}
  143. \textbf{mkdir}
  144. \textbf{mnt}
  145. \textbf{mv}
  146. \begin{centering}
  147. \subsection*{N-S}
  148. \end{centering}
  149. \textbf{opt}
  150. \textbf{package}
  151. \textbf{pandoc}
  152. \textbf{pdftk}
  153. \textbf{ping}
  154. \textbf{Plasma}
  155. \textbf{proc}
  156. \textbf{Pulse}
  157. \textbf{Puppy Linux}
  158. \textbf{pwd} -- Short for ``print working directory,'' this command displays the path you are on from your home directory.
  159. \textbf{rm}
  160. \textbf{rpm}
  161. \textbf{root}
  162. \textbf{run}
  163. \textbf{SANE}
  164. \textbf{sbin}
  165. \textbf{shell}
  166. \textbf{srv}
  167. \textbf{sudo}
  168. \textbf{sys}
  169. \begin{centering}
  170. \subsection*{T-Z}
  171. \end{centering}
  172. \textbf{tail}
  173. \textbf{tar}
  174. \textbf{terminal}
  175. \textbf{tex}
  176. \textbf{tldr}
  177. \textbf{tmp}
  178. \textbf{top}
  179. \textbf{touch}
  180. \textbf{troff}
  181. \textbf{Ubuntu}
  182. \textbf{uname}
  183. \textbf{Unity} -- Ubuntu's desktop environment, \textit{i.e.}, the name for Ubuntu's graphical interface. A ``shell'' for GNOME.
  184. \textbf{unix principle}
  185. \textbf{unzip}
  186. \textbf{useradd}
  187. \textbf{userdel}
  188. \textbf{usr}
  189. \textbf{var}
  190. \textbf{wget}
  191. \textbf{X}, \textbf{X-11}, \textbf{X-Windows} -- A windowing system for bitmap displays which is common on Unix-like operating systems. It handles the low-level tasks for the graphical interface.
  192. \textbf{Xfce}
  193. \textbf{zip}
  194. \end{hangparas}
  195. %\end{small}
  196. \end{multicols}
  197. \end{document}