Browse Source

Changed to definition lists to avoid extra formatting

definition
Kenneth John Odle 2 years ago
parent
commit
226f0dff59
  1. 348
      linux-dictionary.tex

348
linux-dictionary.tex

@ -31,15 +31,31 @@
\setlength{\columnsep}{0.25in}
\setlength{\columnseprule}{0.1pt}
% hanging indents
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Comment out the following in favor of using definition lists
% hanging indents; keep this as we need it for the bibliography
\usepackage{hanging}
% paragraph spacing in all paragraphs
\usepackage{parskip}
\setlength{\parskip}{0pt}
% \usepackage{parskip}
% \setlength{\parskip}{0pt}
% Use tab stops when we need to (especially in footnotes)
\usepackage{tabto}
% \usepackage{tabto}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Use definition lists instead:
\usepackage{enumitem}
% Do not insert space between items
% 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/
@ -69,6 +85,7 @@
% Tighten up the typography
\usepackage{microtype}
\raggedbottom
\author{Kenneth John Odle}
@ -94,25 +111,25 @@ Pages 1-40 are in volume 1. Pages 41-80 are in volume 2.
% \begin{small}
What follows is a dictionary of various terms related to Linux. It currently resides online at \texttt{https://git.kjodle.net/kjodle/linux-dictionary}. Go there to buy a paper copy of this book.
What follows is a dictionary of various terms related to Linux. It currently resides online at \texttt{https://git.kjodle.net/kjodle/li \\ nux-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!}
\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.} I have tried to keep these references to a minimum.
\textbf{n.b.:} Some of these terms may also refer to Mac OSX or Windows. \textit{Intense shuddering intensifies.} I have tried to keep these references to a minimum.
\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.
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.
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.
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.
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} With regard to alphabetizing, I do not include the leading dot that indicates a file name (so \texttt{.deb} is in the `d' section), nor do I include an asterisk used as a wildcard (meaning that \texttt{*nix} is alphabetized with other terms that start with `n'). Information about . (dot) and .. (dot dot) is found in the `d' section as well.
With regard to alphabetizing, I do not include the leading dot that indicates a file name (so \texttt{.deb} is in the `d' section), nor do I include an asterisk used as a wildcard (meaning that \texttt{*nix} is alphabetized with other terms that start with `n'). Information about . (dot) and .. (dot dot) is found in the `d' section as well.
\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.
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.
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}
@ -130,27 +147,27 @@ What follows is a dictionary of various terms related to Linux. It currently res
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.
\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.''
\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.''
\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.
\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).''
\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).''
\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''
\textbf{RTFM} ``Read the effing manual''
\tabto{0.3cm} \textbf{tl;dr:} -- ``too long; didn't read''
\textbf{tl;dr:} ``too long; didn't read''
\tabto{0.3cm} \textbf{YMMV} -- ``Your mileage may vary''
\textbf{YMMV} ``Your mileage may vary''
% \end{small}
@ -164,310 +181,313 @@ Additional modern abbreviations used include:
\bigskip
{\parskip=2pt %Add parskip
% {\parskip=2pt %Add parskip
\begin{multicols}{2}
%\begin{small}
\begin{hangparas}{.3cm}{1}
\begin{description}[leftmargin=4mm,labelsep=3mm,itemindent=0mm,itemsep=1mm]
\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.
\item[alias] A command for creating a shell alias for a command.
\textbf{ALSA} --
\item[ALSA]
\textbf{apt} -- A command (\textbf{a}dvanced \textbf{p}ackaging \textbf{t}ool) for installing new software. It is the front end for the Debian package management system, performing a large number of functions, including downloading of packages, resolving dependencies, and installation of Debian packages (which have a \texttt{.deb} file extension).
\item[apt] A command (\textbf{a}dvanced \textbf{p}ackaging \textbf{t}ool) for installing new software. It is the front end for the Debian package management system, performing a large number of functions, including downloading of packages, resolving dependencies, and installation of Debian packages (which have a \texttt{.deb} file extension).
\textbf{apt-get} --
\item[apt-get]
\textbf{Arch Linux} --
\item[Arch Linux]
\textbf{bash} --
\item[bash]
\textbf{bin} --
\item[bin]
\textbf{binary} --
\item[binary]
\textbf{boot} --
\item[boot]
\textbf{build} --
\item[build]
\textbf{chmod} --
\item[chmod]
\textbf{chown} --
\item[chown]
\textbf{Cinnamon} --
\item[Cinnamon]
\textbf{clear} --
\item[clear]
\textbf{CLI} -- The Command Line Interface, that is, a text-based interface, which is the opposite of a GUI or graphical user interface.
\item[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.
\item[codec] A piece of software that encodes and decodes (i.e., plays) digital data, typically audio and video streams.
\textbf{command binary} --
\item[command binary]
\textbf{command line} --
\item[command line]
\textbf{compile} --
\item[compile]
\textbf{console} --
\item[console]
\textbf{cowsay} --
\item[cowsay]
\textbf{cp} --
\item[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.
\item[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.
\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.
\textbf{Debian} --
\item[Debian]
\textbf{dependency} --
\item[dependency]
\textbf{dev} --
\item[dev]
\textbf{df} --
\item[df]
\textbf{diff} --
\item[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 Ubuntu, Debian, and Fedora. \textit{c.f.} flavor.
\item[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 Ubuntu, Debian, and Fedora. \textit{c.f.} flavor.
\textbf{. (dot)} --
\item[. (dot)]
\textbf{.. (dot dot)} --
\item[.. (dot dot)]
\textbf{dpkg} --
\item[dpkg]
\textbf{du} --
\item[du]
\textbf{dvipdf} --
\item[dvipdf]
\textbf{echo} --
\item[echo]
\textbf{Elementary OS} --
\item[Elementary OS]
\textbf{etc} --
\item[etc]
\textbf{Fedora} --
\item[Fedora]
\textbf{find} --
\item[find]
\textbf{flabor} --
\item[flabor]
\textbf{fsck} -- A utility (\textbf{f}ile \textbf{s}ystem che\textbf{ck}) for checking the consistency of a file system. (The Windows equivalent is \texttt{chkdsk}.) fsck runs automatically on every 30th boot of Ubuntu.
\item[fsck] A utility (\textbf{f}ile \textbf{s}ystem che\textbf{ck}) for checking the consistency of a file system. (The Windows equivalent is \texttt{chkdsk}.) fsck runs automatically on every 30th boot of Ubuntu.
\medskip
\hrule
\medskip
\begin{centering}
\subsection{gedit - mv}
\end{centering}
\textbf{gedit} -- GNOME's standard GUI text editor.
\item[gedit] GNOME's standard GUI text editor.
\item[Ghost Script]
\textbf{Ghost Script} --
\item[git]
\textbf{git} --
\item[GNOME]
\textbf{GNOME} --
\item[gpdf] An application for viewing pdf files.
\textbf{gpdf} -- An application for viewing pdf files.
\item[grep]
\textbf{grep} --
\item[groff]
\textbf{groff} --
\item[GUI]
\textbf{GUI} --
\item[gv] A command (GhostView) for viewing postscript files from the command line.
\textbf{gv} -- A command (GhostView) for viewing postscript files from the command line.
\item[head]
\textbf{head} --
\item[history]
\textbf{history} --
\item[home]
\textbf{home} --
\item[hostname]
\textbf{hostname} --
\item[info]
\textbf{info} --
\item[init]
\textbf{init} --
\item[JED] A powerful but easy to use text editor available for both GNU Linux and other operating systems.
\textbf{JED} -- A powerful but easy to use text editor available for both GNU Linux and other operating systems.
\item[jobs]
\textbf{jobs} --
\item[KDE] A desktop environment used by the openSuse and Kubuntu Linux distros as well as others.
\textbf{KDE} -- A desktop environment used by the openSuse and Kubuntu Linux distros as well as others.
\item[KDM] The \textbf{K}DE \textbf{D}isplay \textbf{M}anager, which is the standard display manager for the KDE desktop. It provides the initial login screen, and also manages the starting and stopping of X (\textit{q.v.}) server sessions.
\textbf{KDM} -- The \textbf{K}DE \textbf{D}isplay \textbf{M}anager, which is the standard display manager for the KDE desktop. It provides the initial login screen, and also manages the starting and stopping of X (\textit{q.v.}) server sessions.
\item[kdvi] A KDE application, similiar to xdvi (\textit{q.v.}) for viewing dvi files.
\textbf{kdvi} -- A KDE application, similiar to xdvi (\textit{q.v.}) for viewing dvi files.
\item[kernel]
\textbf{kernel} --
\item[kernel module]
\textbf{kernel module} --
\item[kill]
\textbf{kill} --
\item[kpdf] An application for viewing pdf files.
\textbf{kpdf} -- An application for viewing pdf files.
\item[Kubuntu] A GUI for Linux, based on Ubuntu. It uses KDE.
\textbf{Kubuntu} -- A GUI for Linux, based on Ubuntu. It uses KDE.
\item[latex]
\textbf{latex} --
\item[lib]
\textbf{lib} --
\item[Linux Mint]
\textbf{Linux Mint} --
\item[locate] command
\textbf{locate} -- command
\item[ls]
\textbf{ls} --
\item[man] A command-line utility to display the ``man'' (i.e., manual) page for a particular command. It has many parameters. Some people jest that \texttt{man} is the only command you really need to know. Try \texttt{man man} to start. The actual files that \texttt{man} reads from are generally stored in \texttt{/usr/share/man}. \\ 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{qq.v.} ``tldr'' and ``info.''
\textbf{man} -- A command-line utility to display the ``man'' (i.e., manual) page for a particular command. It has many parameters. Some people jest that \texttt{man} is the only command you really need to know. Try \texttt{man man} to start. The actual files that \texttt{man} reads from are generally stored in \texttt{/usr/share/man}. \\ \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{qq.v.} ``tldr'' and ``info.''
\item[media]
\textbf{media} --
\item[Metacity] The window manager of the GNOME desktop.
\textbf{mkdir} --
\item[mkdir]
\textbf{mnt} --
\item[mnt]
\textbf{mv} --
\item[mv] A command for moving files and directories.
\medskip
\hrule
\medskip
\begin{centering}
\subsection{opt -- sys}
\subsection{nano -- sys}
\end{centering}
\textbf{opt} --
\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[Nautilus] The default file manager for GNOME and Ubuntu. It is the equivalent of MacOSX's Finder or Windows Explorer.
\item[opt]
\textbf{package} --
\item[package]
\textbf{pandoc} --
\item[pandoc]
\textbf{pdftk} -- A command line utility for manipulating pdf files. PDF Chain is a GUI wrapper for pdftk.
\item[pdftk] A command line utility for manipulating pdf files. PDF Chain is a GUI wrapper for pdftk.
\textbf{ping} --
\item[ping]
\textbf{Plasma} --
\item[Plasma]
\textbf{proc} --
\item[proc]
\textbf{Pulse} --
\item[Pulse]
\textbf{Puppy Linux} --
\item[Puppy Linux]
\textbf{pwd} -- Short for ``print working directory,'' this command displays the path you are on from your home directory.
\item[pwd] Short for ``print working directory,'' this command displays the path you are on from your home directory.
\textbf{rm} --
\item[rm]
\textbf{rpm} --
\item[rpm]
\textbf{root} --
\item[root]
\textbf{run} --
\item[run]
\textbf{SANE} --
\item[SANE]
\textbf{sbin} --
\item[sbin]
\textbf{shell} --
\item[shell]
\textbf{srv} --
\item[srv]
\textbf{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.
\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.
\textbf{sudoer} -- A user with \texttt{sudo} permission rights.
\item[sudoer] A user with \texttt{sudo} permission rights.
\textbf{sys} --
\item[sys] A root-level directory that contains information about devices, drivers, and some kernel features.
\medskip
\hrule
\medskip
\begin{centering}
\subsection{tail -- zip}
\end{centering}
\textbf{tail} --
\item[tail]
\textbf{tar} -- A command for archiving files into tarballs. As a noun, it is also shorthand for the tarball itself.
\item[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.
\item[tar (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}.
\item[terminal] A text-based user interface. On most Linux distros, it can be accessed by pressing \texttt{Ctrl + Alt + t}.
\textbf{tex} --
\item[tex]
\textbf{tldr} --
\item[tldr]
\textbf{tmp} --
\item[tmp]
\textbf{top} --
\item[top]
\textbf{touch} --
\item[touch]
\textbf{troff} --
\item[troff]
\textbf{Tux} --
\item[Tux]
\textbf{Ubuntu} --
\item[Ubuntu]
\textbf{uname} --
\item[uname]
\textbf{Unity} -- Ubuntu's desktop environment, \textit{i.e.}, the name for Ubuntu's graphical interface. A ``shell'' for GNOME.
\item[Unity] Ubuntu's desktop environment, \textit{i.e.}, the name for Ubuntu's graphical interface. A ``shell'' for GNOME.
\textbf{unix principle} --
\item[unix principle]
\textbf{unzip} -- A command for decompressing \texttt{.zip} archives.
\item[unzip] A command for decompressing \texttt{.zip} archives.
\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 apt (\textit{q.v.}) application handles updates.
\item[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 apt (\textit{q.v.}) application handles updates.
\textbf{useradd} --
\item[useradd]
\textbf{userdel} --
\item[userdel]
\textbf{usr} --
\item[usr]
\textbf{var} --
\item[var]
\textbf{VI} (also \textbf{vi}) -- A command line text editor. ``VI'' is refers to the word ``visual.''
\item[VI (vi)] A command line text editor. ``VI'' refers to the word ``visual.''
\textbf{VIM} -- Acronym for ``VI Improved.''
\item[VIM] Acronym for ``VI Improved.''
\textbf{wget} --
\item[wget]
\textbf{which} -- A command which shows where an app is installed. The default usage is \texttt{which <appname>}.
\item[which] A command which shows where an app is installed. The default usage is \texttt{which <appname>}.
\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.
\item[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{working directory} --
\item[working directory]
\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.
\item[X, X-11, 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. We typically discuss \textbf{X-11} as the eleventh version is the one currently in use on most Linux desktop systems.
\textbf{xdvi} -- An application for viewing dvi files.
\item[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.
\item[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.
\item[xpdf] An application for viewing pdf files.
\textbf{Xubuntu} -- A distro derived from Ubuntu that uses the Xfce desktop (\textit{q.v.}).
\item[Xubuntu] A distro derived from Ubuntu that uses the Xfce desktop (\textit{q.v.}).
\textbf{zip} -- A command for compressing one or more files into an archive using the zip compression algorithm.
\item[zip] A command for compressing one or more files into an archive using the zip compression algorithm.
\end{hangparas}
\end{description}
%\end{small}
\end{multicols}
} % End parskip
\hrule
\begin{center}

Loading…
Cancel
Save