parent
d20a832a8d
commit
0ad7108d5a
@ -0,0 +1,7 @@ |
||||
|
||||
# Les chapitres |
||||
|
||||
Le label d'un chapitre est de la forme |
||||
`chap:filename`. |
||||
|
||||
|
@ -0,0 +1,21 @@ |
||||
\chapter{Buzybox} |
||||
\label{chap:buzybox} |
||||
\index{buzybox} |
||||
|
||||
Buzybox est un peu le couteau suisse des systèmes Unix minimalistes, |
||||
tels que ceux que l'on peut trouver dans des routeurs WiFi |
||||
(OpenWrt\index{OpenWrt}, par exemple. Cf page \pageref{chap:openwrt}), |
||||
ou des systèmes embarqués de toutes natures. |
||||
|
||||
% |
||||
% https://opensource.com/article/21/8/what-busybox |
||||
% |
||||
\begin{quote} |
||||
BusyBox is an open source (GPL) project providing simple implementations |
||||
of nearly \textbf{400} common commands, including ls, mv, ln, mkdir, more, ps, |
||||
gzip, bzip2, tar, and grep. It also contains a version of the programming |
||||
language awk, the stream editor sed, the filesystem checker fsck, the |
||||
rpm and dpkg package managers, and of course, a shell (sh) that provides |
||||
easy access to all of these commands. |
||||
\end{quote} |
||||
|
@ -0,0 +1,30 @@ |
||||
\chapter{CD \& DVD} |
||||
\label{chap:cd-dvd} |
||||
\index{cdrom} \index{dvd} |
||||
|
||||
Vous allez bien dire : « Encore un truc de vieux\dots ». |
||||
Oui, peut-être, mais il y a quand même pas mal d'usages |
||||
assez cools pour ces technologies du passé. Nous allons |
||||
en explorer quelques uns. |
||||
|
||||
|
||||
% -------------------------------------------------------- |
||||
|
||||
\section{CD Audio} |
||||
|
||||
\subsection {Riping} |
||||
|
||||
Le \textsl{ripage} est l'action d'extraire les pistes d'un |
||||
ce audion pour les convertir en fichier numérique audio. |
||||
|
||||
\subsection {Mastering} |
||||
|
||||
% -------------------------------------------------------- |
||||
|
||||
\section{DVD} |
||||
|
||||
% -------------------------------------------------------- |
||||
|
||||
|
||||
% -------------------------------------------------------- |
||||
|
@ -0,0 +1,11 @@ |
||||
\chapter{OpenWrt} |
||||
\label{chap:openwrt} |
||||
\index{openwrt} |
||||
|
||||
\begin{verbatim} |
||||
TP Ling |
||||
AC 1750 |
||||
Archer C7 |
||||
\end{verbatim} |
||||
|
||||
|
Loading…
Reference in new issue