Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 7afc948

Browse files
committed
Add Linux manuals refs to bibliography database
1 parent 6e42c5b commit 7afc948

File tree

2 files changed

+21
-8
lines changed

2 files changed

+21
-8
lines changed

src/linux/index.txt

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,14 @@
33
:author: Serhii Horodilov
44
:keywords: linux, basics, index
55

6-
.. todo
7-
8-
.. attention:: Page is under construction
9-
10-
.. figure:: /../assets/img/construction.svg
11-
:figwidth: 250
12-
:align: center
13-
146
###############################################################################
157
Linux Basics
168
###############################################################################
179

10+
Linux is a powerful, open-source operating system widely used in various
11+
domains, from embedded systems to supercomputers. It is known for its
12+
stability, security, and flexibility, making it a preferred choice for
13+
developers, especially in server environments.
14+
1815
.. toctree::
1916
:name: linux

src/refs.bib

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,3 +225,19 @@ @misc{medium:db-acid-cap
225225
date = {2017.1.12},
226226
url = {https://cinish.medium.com/database-acid-cap-isolation-levels-371b7e06a112}
227227
}
228+
229+
@manual{linux-intro,
230+
title = {Introduction to Linux. A hands on guide},
231+
author = {Machtelt Garrels},
232+
}
233+
234+
@manual{linux-tutorial,
235+
title = {Linux Tutorial},
236+
author = {Jon Wakelin and Liam Gretton and Gary Gilchrist and Teri Forey},
237+
}
238+
239+
@manual{linux-grd1-manual,
240+
title = {Introduction to Linux for Users and Administrators},
241+
author = {Tobias Elsner and Anselm Lingnau},
242+
editor = {Anselm Lingnau},
243+
}

0 commit comments

Comments
 (0)