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.

478 lines
15 KiB

\documentclass[8pt,letterpaper,twoside]{extreport}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{amsmath}
\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[RO]{\textit{A Linux Dictionary}}
\fancyhead[LE]{1\textsuperscript{st} Edition}
\cfoot{Page \thepage}
\renewcommand{\footrulewidth}{0.5pt}
% multicolumns
\usepackage{multicol}
\setlength{\columnsep}{0.25in}
\setlength{\columnseprule}{0.1pt}
% hanging indents
\usepackage{hanging}
% paragraph spacing in all paragraphs
\usepackage{parskip}
\setlength{\parskip}{2pt}
% Use tab stops when we need to (especially in footnotes)
\usepackage{tabto}
% Include sections and subsections in the TOC
% https://latex-tutorial.com/tutorials/table-of-contents/
\setcounter{tocdepth}{2}
% Turn off section numbering
% https://tex.stackexchange.com/questions/246571/table-of-contents-problem
% Necessary to create table of contents with unnumbered sections
\setcounter{secnumdepth}{0}
% Use a custom title for the TOC
% https://tex.stackexchange.com/questions/35903/formatting-the-title-of-the-toc
\AtBeginDocument{\renewcommand\contentsname{The Contents}}
% Center the TOC title
% https://ctan.math.utah.edu/ctan/tex-archive/macros/latex/contrib/tocloft/tocloft.pdf
% https://tex.stackexchange.com/questions/114709/how-do-i-get-the-table-of-contents-list-of-figures-and-list-of-tables-to-have-t
% See Werner's note about the variable 'Z'
\usepackage{tocloft}
\renewcommand{\cfttoctitlefont}{\hfill\Large\textbf}
\renewcommand{\cftaftertoctitle}{\hfill}
% Change the space above and below the TOC title
% https://tex.stackexchange.com/questions/46724/remove-vertical-space-before-table-of-contents-title
\setlength{\cftbeforetoctitleskip}{-3em}
\setlength{\cftaftertoctitleskip}{1em}
% Tighten up the typography
\usepackage{microtype}
\author{Kenneth John Odle}
\begin{document}
\tableofcontents
\bigskip
\hrule
\begin{center}
\section{The Introduction}
\end{center}
{\parskip=0pt %Remove parskip
\begin{multicols}{2}
\begin{small}
What follows is a dictionary of various terms related to Linux. It currently resides at\\ \texttt{https://git.kjodle.net/kjodle/linux-dictionary}. Go there to buy a paper copy of this book.
\tabto{0.3cm} \textbf{Note:} A lot of these terms also relate to Unix, upon which Linux is based, and may have little meaning or a different meaning in a Linux context. \textit{Caveat emptor!}
\tabto{0.3cm} \textbf{n.b.:} Some of these terms may also refer to Mac OSX or Windows. \textit{Intense shuddering intensifies.}
\tabto{0.3cm} I make no warranty, express or implied, regarding the accuracy, completeness, or currency of any of these terms. Most of the software described herein is in a fairly heavy state of development and things change. Sometimes they change quickly, sometimes they evolve slowly over time, but the salient point is that they change. Sources sometimes confirm one another and sometimes contradict one another because they may be looking at information which was published in different years. The moving hand writes, and having written, moves on.
\tabto{0.3cm} As well, there is no small amount of controversy regarding the definition of some of these terms. This is to be expected: the Linux community is large and diverse, and some of these terms no doubt have different meanings in different contexts. I have tried to be as thorough in my research as I can, but I have no doubt missed a great many things. If you would like to make aware of errors and/or omissions, contact info is inside the back cover.
\tabto{0.3cm} I have tried to make as few value judgments as possible, particularly with regard to distros. The best distro is the one that works best for your particular set of needs. The same is true of command options. Anyone can get a directory listing with \textbf{ls}, but I prefer \textbf{ls -Ahl}. You may prefer \textbf{ls -al} or even just \textbf{ls -A}. The choice is yours. While there are often many wrong ways to do something, there are often many right ways to do something, as well.
\tabto{0.3cm} Likewise, when I point out that a lot of people like a particular item, or that a lot of people dislike a particular item, I am not suggesting that you should be in the same camp, or that I consider either option valid. I am merely reporting what has come up in my research. As much as is humanly possible, I have tried to exclude my own opinion from these pages. My experience is neither broad enough nor deep enough as to inform other's opinions on a wide range of Linux-related topics. When I say that people like or don't like something, I try to include the most often cited reason(s), and in the case where they don't like something, I also try to include the most popular alternatives, if there are any.
\tabto{0.3cm} I created this document in \LaTeX{}, which is an ideal situation for a document like this, because it makes it easy to keep things uniform. It does introduce other issues, however. To see what they were and how I handled them, please consult the source code, listed at the beginning of this introduction. Again, if you have suggestions as to how to do it better, contact info is inside the back cover.
\tabto{0.3cm} I have not included links in any of the entries. Links tend to change or fade away, and your best bet for finding anything is always an internet search.
\end{small}
\end{multicols}
} % End removal of parskip
\hrule
\begin{center}
\section{The Abbreviations}
\end{center}
{\parskip=0pt %Remove parskip
\begin{multicols}{2}
\begin{small}
Standard Latin definitions are used extensively throughout this document.
\tabto{0.3cm} \textit{cf.} -- An abbreviation of the Latin word \textit{confer}, meaning ``compare.'' Essentially, compare the current entry to this other one.
\tabto{0.3cm} \textit{e.g.} -- An abbreviation of the Latin phrase \textit{exempli gratia}, meaning ``for the sake of an example.''
\tabto{0.3cm} \textit{i.e.} -- An abbreviation of the Latin phrase \textit{id est}, meaning, ``that is.''
\tabto{0.3cm} \textit{n.b.} -- An abbreviation of the Latin phrase \textit{nota bene}, meaning ``note well.'' It indicates an aside, or more often, a warning.
\tabto{0.3cm} \textit{q.v.} -- This is an abbreviation of the Latin phrase \textit{quod vide}, which translates as ``which see'' which denotes a cross reference to another item. Essentially, it means ``see also (this other thing).''
\tabto{0.3cm} \textit{qq.v.} -- Similar to \textit{q.v.} (but an abbreviation of the Latin phrase \textit{quae vide}, this denotes a cross reference to two or more other items. Essentially, it means ``see also (these other things).''
\medskip
Additional modern abbreviations used include:
\tabto{0.3cm} \textbf{RTFM} -- ``Read the effing manual''
\tabto{0.3cm} \textbf{tl;dr:} -- ``too long; didn't read''
\tabto{0.3cm} \textbf{YMMV} -- ``Your mileage may vary''
\end{small}
\end{multicols}
} % End removal of parskip
\hrule
\begin{center}
\section{The Words}
\end{center}
\bigskip
\begin{multicols}{2}
%\begin{small}
\begin{hangparas}{.3cm}{1}
\begin{centering}
\subsection{alias -- fsck}
\end{centering}
% Replace the letters with actual words later
\textbf{alias} -- A command for creating a shell alias for a command.
\textbf{ALSA} --
\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).
\textbf{apt-get} --
\textbf{Arch Linux} --
\textbf{bash} --
\textbf{bin} --
\textbf{binary} --
\textbf{boot} --
\textbf{build} --
\textbf{chmod} --
\textbf{chown} --
\textbf{Cinnamon} --
\textbf{clear} --
\textbf{CLI} -- The Command Line Interface, that is, a text-based interface, which is the opposite of a GUI or graphical user interface.
\textbf{codec} -- A piece of software that encodes and decodes (i.e., plays) digital data, typically audio and video streams.
\textbf{command binary} --
\textbf{command line} --
\textbf{compile} --
\textbf{console} --
\textbf{cowsay} --
\textbf{cp} --
\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.
\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.
\textbf{Debian} --
\textbf{dependency} --
\textbf{dev} --
\textbf{df} --
\textbf{diff} --
\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}.
\textbf{dpkg} --
\textbf{du} --
\textbf{dvipdf} --
\textbf{echo} --
\textbf{Elementary OS} --
\textbf{etc} --
\textbf{Fedora} --
\textbf{find} --
\textbf{fsck} --
\medskip
\hrule
\medskip
\begin{centering}
\subsection{Ghost Script - mv}
\end{centering}
\textbf{Ghost Script} --
\textbf{git} --
\textbf{GNOME} --
\textbf{gpdf} -- An application for viewing pdf files.
\textbf{grep} --
\textbf{groff} --
\textbf{GUI} --
\textbf{gv} -- A command (GhostView) for viewing postscript files from the command line.
\textbf{head} --
\textbf{history} --
\textbf{home} --
\textbf{hostname} --
\textbf{info} --
\textbf{init} --
\textbf{jobs} --
\textbf{KDE} -- A graphical environment used by the openSuse Linux distro as well as others.
\textbf{kdvi} -- A KDE application, similiar to xdvi (\textit{q.v.}) for viewing dvi files.
\textbf{kernel} --
\textbf{kernel module} --
\textbf{kill} --
\textbf{kpdf} -- An application for viewing pdf files.
\textbf{Kubuntu} -- A GUI for Linux, based on Ubuntu. It uses KDE.
\textbf{latex} --
\textbf{lib} --
\textbf{Linux Mint} --
\textbf{locate} -- command
\textbf{ls} --
\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.
\textbf{media} --
\textbf{mkdir} --
\textbf{mnt} --
\textbf{mv} --
\medskip
\hrule
\medskip
\begin{centering}
\subsection{opt -- sys}
\end{centering}
\textbf{opt} --
\textbf{package} --
\textbf{pandoc} --
\textbf{pdftk} --
\textbf{ping} --
\textbf{Plasma} --
\textbf{proc} --
\textbf{Pulse} --
\textbf{Puppy Linux} --
\textbf{pwd} -- Short for ``print working directory,'' this command displays the path you are on from your home directory.
\textbf{rm} --
\textbf{rpm} --
\textbf{root} --
\textbf{run} --
\textbf{SANE} --
\textbf{sbin} --
\textbf{shell} --
\textbf{srv} --
\textbf{sudo} -- An acronym for \textbf{s}uper\textbf{u}ser \textbf{do}. It provides a fairly (YMMV, however) environment for non-root users to access files, directories, and settings, without native root permission.
\textbf{sys} --
\medskip
\hrule
\medskip
\begin{centering}
\subsection{tail -- zip}
\end{centering}
\textbf{tail} --
\textbf{tar} -- A command for archiving files into tarballs. As a noun, it is also shorthand for the tarball itself.
\textbf{tar} also, \textbf{tarball} -- Tar is shorthand for ``tape archive.'' Although tape archives are no longer around, tarballs are a common file archive format in Linux. Tarballs are not compressed, but you can use a compression tool such as gzip or bzip2 when creating them to compress the files. The common file extension for a tarball is .tar, as in archive.tar. When combined with gzip, tarballs often take the filename format archive.tar.gz and when combined with bzip2, filenames often assume the filename archive.tar.bz2.
\textbf{terminal} -- A text-based user interface. On most Linux distros, it can be accessed by pressing \texttt{Ctrl + Alt + t}.
\textbf{tex} --
\textbf{tldr} --
\textbf{tmp} --
\textbf{top} --
\textbf{touch} --
\textbf{troff} --
\textbf{Ubuntu} --
\textbf{uname} --
\textbf{Unity} -- Ubuntu's desktop environment, \textit{i.e.}, the name for Ubuntu's graphical interface. A ``shell'' for GNOME.
\textbf{unix principle} --
\textbf{unzip} --
\textbf{update} -- To change software or parts of software to newer versions, in order to add new features, eliminate bugs, or enhance security, or for a combination of those three reasons. In Ubuntu, the \textbf{apt} application handles updates.
\textbf{useradd} --
\textbf{userdel} --
\textbf{usr} --
\textbf{var} --
\textbf{VI} (also \textbf{vi}) -- A command line text editor. ``VI'' is refers to the word ``visual.''
\textbf{VIM} -- Acronym for ``VI Improved.''
\textbf{wget} --
\textbf{window manager} -- A layer of software that works with the X Window System (\textit{q.v.}) and provides windows management. KDE uses KWin and GNOME uses Metacity.
\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.
\textbf{xdvi} -- An application for viewing dvi files.
\textbf{Xfce} -- A desktop environment that is considered to be one of the most efficient in terms of resource usage, and is therefore often preferred on older machines. It forms the basis of Xubuntu.
\textbf{xpdf} -- An application for viewing pdf files.
\textbf{Xubuntu} -- A distro derived from Ubuntu that uses the Xfce desktop (\textit{q.v.}).
\textbf{zip} --
\end{hangparas}
%\end{small}
\end{multicols}
\hrule
\begin{center}
\section{The Sources}
\end{center}
\begin{multicols}{2}
As much as possible, I've tried to stick to APA style here, because it focuses on the date the article or book was published, which is relevant here (\textit{q.v.} my remarks in the introduction). I am sure this is not perfect, because the citation style I am most familiar with is MLA style. I have also added the date of access, with the exception of Wikipedia sources, because APA omits this except for Wikipedia articles. The date of access is in square brackets, in the format \texttt{YYYY.MM.DD}.
As always, \textit{caveat emptor!}
\end{multicols}
\begin{hangparas}{12mm}{1}
\begin{small}
Community Help Wiki. (n.d.) \textit{Glossary}. Ubuntu Documentation. \texttt{https://help.ubuntu.com/community/Gloss \\ ary} [Accessed 2021.11.18]
JED (text editor). (2021, November 15). In \textit{Wikipedia}. \texttt{https://en.wikipedia.org/wiki/JED\_(text\_editor)}
The Linux Development Project. (n.d.). \textit{Linux Filesystem Hierarchy: Glossary}. \texttt{https://tldp.org/LDP/Linux- \\ Filesystem-Hierarchy/html/glossary. \\ html} [Accessed 2021.11.17.]
Linuxtopia. (n.d.). \textit{Linux - Glossary}. \texttt{https://www.linuxtopia.org/online\_books/introduction\_to\_linux/g \\ loss.html} [Accessed 2021.11.17.]
\end{small}
\end{hangparas}
\end{document}