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.

169 lines
2.2 KiB

3 years ago
  1. \documentclass[8pt,letterpaper,twoside]{extreport}
  2. \usepackage[utf8]{inputenc}
  3. \usepackage[english]{babel}
  4. \usepackage{amsmath}
  5. \usepackage{amsfonts}
  6. \usepackage{amssymb}
  7. \usepackage{makeidx}
  8. \usepackage{graphicx}
  9. \usepackage{kpfonts}
  10. % page size
  11. \usepackage[
  12. paperheight=8.5in,
  13. paperwidth=5.5in,
  14. left=1cm,
  15. right=1cm,
  16. top=2cm,
  17. bottom=2cm]
  18. {geometry}
  19. % fancy headers
  20. \usepackage{fancyhdr}
  21. \pagestyle{fancy}
  22. \fancyhf{}
  23. \fancyhead[LE,RO]{\textit{A Linux Dictionary}}
  24. \fancyhead[RE,LO]{1\textsuperscript{st} Edition}
  25. \cfoot{Page \thepage}
  26. \renewcommand{\footrulewidth}{0.5pt}
  27. % multicolumns
  28. \usepackage{multicol}
  29. \setlength{\columnsep}{0.25in}
  30. \setlength{\columnseprule}{0.4pt}
  31. % hanging indents
  32. \usepackage{hanging}
  33. % paragraph spacing in hanging indents
  34. \usepackage{parskip}
  35. \setlength{\parskip}{2pt}
  36. \author{Kenneth John Odle}
  37. \begin{document}
  38. What follows is a basic dictionary of any all terms related to Linux. \textbf{Note:} A lot of these terms also relate to Unix. \textit{Caveat emptor!}
  39. \begin{multicols}{2}
  40. \begin{small}
  41. \begin{hangparas}{.5cm}{1}
  42. \textbf{apt} --- Some information about apt.
  43. \textbf{apt-get}
  44. \textbf{bash}
  45. \textbf{bin}
  46. \textbf{bin}
  47. \textbf{binary}
  48. \textbf{boot}
  49. \textbf{command binary}
  50. \textbf{command line}
  51. \textbf{cowsay}
  52. \textbf{cp}
  53. \textbf{CUPS}
  54. \textbf{Debian}
  55. \textbf{dev}
  56. \textbf{dvipdf}
  57. \textbf{Elementary OS}
  58. \textbf{etc}
  59. \textbf{Fedora}
  60. \textbf{fsck}
  61. \textbf{git}
  62. \textbf{GUI}
  63. \textbf{home}
  64. \textbf{init}
  65. \textbf{KDE}
  66. \textbf{kernel}
  67. \textbf{kernel module}
  68. \textbf{Kubuntu} --- A GUI for Linux, based on Ubuntu. It uses KDE.
  69. \textbf{latex}
  70. \textbf{lib}
  71. \textbf{ls}
  72. \textbf{man} A command-line utility to display the ``man'' page for a particular command. It has many parameters. Try \texttt{man man} to start.
  73. \textbf{media}
  74. \textbf{mkdir}
  75. \textbf{mnt}
  76. \textbf{mv}
  77. \textbf{opt}
  78. \textbf{pandoc}
  79. \textbf{pdftk}
  80. \textbf{proc}
  81. \textbf{Puppy Linux}
  82. \textbf{rm}
  83. \textbf{root}
  84. \textbf{run}
  85. \textbf{sbin}
  86. \textbf{shell}
  87. \textbf{srv}
  88. \textbf{sudo}
  89. \textbf{sys}
  90. \textbf{terminal}
  91. \textbf{tex}
  92. \textbf{tmp}
  93. \textbf{Ubuntu}
  94. \textbf{unix principle}
  95. \textbf{usr}
  96. \textbf{var}
  97. \end{hangparas}
  98. \end{small}
  99. \end{multicols}
  100. \end{document}