Browse Source

Made text smaller, added some entries

main
Kenneth John Odle 2 years ago
parent
commit
71e99e4e14
  1. 33
      linux-dictionary.tex

33
linux-dictionary.tex

@ -31,31 +31,16 @@
\setlength{\columnsep}{0.25in}
\setlength{\columnseprule}{0.1pt}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Comment out the following in favor of using definition lists
% hanging indents; keep this as we need it for the bibliography
% hanging indents; we need it for the bibliography
\usepackage{hanging}
% paragraph spacing in all paragraphs
% \usepackage{parskip}
% \setlength{\parskip}{0pt}
% Use tab stops when we need to (especially in footnotes)
% \usepackage{tabto}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Use definition lists instead:
% Use definition lists
\usepackage{enumitem}
% Do not insert space between items
% Do not insert space between items in list
% We will space between items when we create the definition list
\setlist{noitemsep}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Include sections and subsections in the TOC
% https://latex-tutorial.com/tutorials/table-of-contents/
@ -187,7 +172,7 @@ Additional modern abbreviations used include:
\begin{multicols}{2}
%\begin{small}
\begin{small}
\begin{description}[leftmargin=4mm,labelsep=3mm,itemindent=0mm,itemsep=1mm]
@ -243,7 +228,7 @@ Additional modern abbreviations used include:
\item[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.
\item[Debian]
\item[Debian] One of the most popular Linux distros, developed by the Debian Project, which was established by Ian Murdock on August 16 1993. It is one of the oldest Linux distros, and is the basis for many other distros, including Ubuntu (q.v.). All of their distribution codenames are based on characters from the movie \textit{Toy Story}, with the unstable trunk being named ``Sid'' after the character who regularly destroys his toys. ``Debian'' is a portmanteau of Ian's then girlfriend Debra Lynn and his own first name.
\item[dependency]
@ -365,7 +350,7 @@ Additional modern abbreviations used include:
\subsection{nano -- sys}
\end{centering}
\item[nano] A text editor for *nix systems, based on curses (\textit{q.v.}) It is a clone of Pico form the Pine email client.
\item[nano] A text editor for *nix systems, based on curses (\textit{q.v.}) It is a clone of Pico from the Pine email client.
\item[Nautilus] The default file manager for GNOME and Ubuntu. It is the equivalent of MacOSX's Finder or Windows Explorer.
@ -403,6 +388,8 @@ Additional modern abbreviations used include:
\item[shell]
\item[Softlanding Linux System (SLS)] The second Linux distros (after MCC), founded by Peter MacDonald in May 1992. Although touted as an alternative to DOS (its original slogan was ``Gentle Touchdowns for DOS Bailouts'') it was considered buggy by many of its users. It was the first comprehensive Linux distributions in that in addition to the Linux kernel in also included other basic utilities, such as the X Window System (q.v.). It formed the basis of the Slackware distro (q.v.).
\item[srv]
\item[sudo] An acronym for \textbf{s}uper\textbf{u}ser \textbf{do}. It provides a fairly safe environment (YMMV, however) for non-root users to access files, directories, and settings, without native root permission. It is required to execute some commands.
@ -486,7 +473,7 @@ Additional modern abbreviations used include:
\end{description}
%\end{small}
\end{small}
\end{multicols}
@ -516,6 +503,8 @@ The Linux Development Project. (n.d.). \textit{Linux Filesystem Hierarchy: Gloss
Linuxtopia. (n.d.). \textit{Linux - Glossary}. \texttt{https://www.linuxtopia.org/online\_books/introduction\_to\_li \\ nux/gloss.html} [Accessed 2021.11.17.]
Softlanding Linux System. (2021, December 04). In \textit{Wikipedia}. \texttt{https://en.wikipedia.org/wiki/Soft \\ landing\_Linux\_System}
\end{small}

Loading…
Cancel
Save