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.

263 lines
4.9 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
  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[LE,RO]{\textit{A Linux Dictionary}}
  23. \fancyhead[RE,LO]{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. \textbf{{\LARGE 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. \textbf{{\LARGE 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. \textbf{{\LARGE The Words}}
  68. \end{center}
  69. \bigskip
  70. \begin{multicols}{2}
  71. %\begin{small}
  72. \begin{hangparas}{.3cm}{1}
  73. \textbf{ALSA}
  74. \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).
  75. \textbf{apt-get}
  76. \textbf{Arch Linux}
  77. \textbf{bash}
  78. \textbf{bin}
  79. \textbf{binary}
  80. \textbf{boot}
  81. \textbf{clear}
  82. \textbf{CLI} -- The Command Line Interface, that is, a text-based interface, which is the opposite of a GUI or graphical user interface.
  83. \textbf{codec} -- A piece of software that encodes and decodes (i.e., plays) digital data, typically audio and video streams.
  84. \textbf{command binary}
  85. \textbf{command line}
  86. \textbf{cowsay}
  87. \textbf{cp}
  88. \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.
  89. \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.
  90. \textbf{Debian}
  91. \textbf{dependency}
  92. \textbf{dev}
  93. \textbf{dpkg}
  94. \textbf{dvipdf}
  95. \textbf{Elementary OS}
  96. \textbf{etc}
  97. \textbf{Fedora}
  98. \textbf{fsck}
  99. \textbf{Ghost Script}
  100. \textbf{git}
  101. \textbf{GNOME}
  102. \textbf{groff}
  103. \textbf{GUI}
  104. \textbf{home}
  105. \textbf{info}
  106. \textbf{init}
  107. \textbf{KDE}
  108. \textbf{kernel}
  109. \textbf{kernel module}
  110. \textbf{Kubuntu} -- A GUI for Linux, based on Ubuntu. It uses KDE.
  111. \textbf{latex}
  112. \textbf{lib}
  113. \textbf{Linux Mint}
  114. \textbf{ls}
  115. \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.
  116. \textbf{media}
  117. \textbf{mkdir}
  118. \textbf{mnt}
  119. \textbf{mv}
  120. \textbf{opt}
  121. \textbf{package}
  122. \textbf{pandoc}
  123. \textbf{pdftk}
  124. \textbf{Plasma}
  125. \textbf{proc}
  126. \textbf{Pulse}
  127. \textbf{Puppy Linux}
  128. \textbf{rm}
  129. \textbf{root}
  130. \textbf{run}
  131. \textbf{SANE}
  132. \textbf{sbin}
  133. \textbf{shell}
  134. \textbf{srv}
  135. \textbf{sudo}
  136. \textbf{sys}
  137. \textbf{terminal}
  138. \textbf{tex}
  139. \textbf{tldr}
  140. \textbf{tmp}
  141. \textbf{troff}
  142. \textbf{Ubuntu}
  143. \textbf{unix principle}
  144. \textbf{usr}
  145. \textbf{var}
  146. \end{hangparas}
  147. %\end{small}
  148. \end{multicols}
  149. \end{document}