From 21b246c24446fe10e179c6b4475eff5fbc93aaeb Mon Sep 17 00:00:00 2001 From: tth Date: Sun, 27 Sep 2020 17:15:15 +0200 Subject: [PATCH] un debut assez timide... --- .gitignore | 11 +++ Makefile | 17 ++++ README.md | 4 + chap/alsamixer.png | Bin 0 -> 2308 bytes chap/backups.tex | 36 ++++++++ chap/dino.tex | 81 ++++++++++++++++++ chap/gadgets.tex | 100 ++++++++++++++++++++++ chap/son.tex | 202 +++++++++++++++++++++++++++++++++++++++++++++ chap/streaming.tex | 201 ++++++++++++++++++++++++++++++++++++++++++++ go.sh | 10 +++ main.tex | 106 ++++++++++++++++++++++++ numberlines.awk | 4 + 12 files changed, 772 insertions(+) create mode 100644 .gitignore create mode 100644 Makefile create mode 100644 README.md create mode 100644 chap/alsamixer.png create mode 100644 chap/backups.tex create mode 100644 chap/dino.tex create mode 100644 chap/gadgets.tex create mode 100644 chap/son.tex create mode 100644 chap/streaming.tex create mode 100755 go.sh create mode 100644 main.tex create mode 100755 numberlines.awk diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..71247d2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ + +log.* + +main.aux +main.idx +main.ilg +main.ind +main.log +main.pdf +main.toc + diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..adc9ace --- /dev/null +++ b/Makefile @@ -0,0 +1,17 @@ +# exemples du bouquin + +ex_curses: ex_curses.c Makefile + gcc -Wall $< -o $@ -lncurses + + +TOTAR = chap/*.tex chap/*.png *.tex *.c Makefile *.sh *.awk + + +tarball: $(TOTAR) + date >> tarball + ls $(TOTAR) | sed 's/^/Ordinateur\//' > MANIFEST + ( cd .. ; tar zcvf livre_ordinateur.tar.gz `cat Ordinateur/MANIFEST` ) + + + + diff --git a/README.md b/README.md new file mode 100644 index 0000000..27d815d --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# TetaTricks + +Astuces diverses... + diff --git a/chap/alsamixer.png b/chap/alsamixer.png new file mode 100644 index 0000000000000000000000000000000000000000..46f51434152bdf9fe7d7ffe384214ab9afd93745 GIT binary patch literal 2308 zcmV+f3H$bmP)00000DpCOz00002VoOIv0063u zBQgL0010qNS#tmY3labT3lag+-G2N400^i_L_t(|+U=cBXd}rLhdb^4#R8^ z)xP935SNTdiv(QVG#RPVovysyTY6 z_?qh>O=u``bBPp1L=9bmNZpX=3e5GenbJg;@3SHSW|eV$VP` zw?^TaYBP5oZKn>N!DWnW$P4zIL=t+2&}lJqjaZCcp-YeJY5yJ_0qZJg-TEu(T&>EKUzR>8-tQcY@$d$v{tQG6OB9dW7P95;|`L0c%<}B;Ro-y0kq$c*`?#Mnvgx2lhS?yC| zQi6xYko6e3m)$fDpBlPpL)3m1dv$Px#kAo`rNGE;(&IJ>k* z$*19@$DJr@B4RUI$}ExkX&&HV;J@~~H}_*$0Sw zN0VVq(*%)T2nAIjlJFy_?k;HzkAA&LszdJ59f-fEG>M52?Fn%ch~EQIfT++&L#O4; zS`e!q1sC}dk!Fb>H^U5MvhF7vn;Vv$iCP(wS_ky96*vEgHVa@&hOa0#*P5&Ys*Ye=zR=x#Tht>H>%V zwWXEu2C}+3?*_FOkk^cE5z!W#l zW-T%W)@qg!6R{vdWsV9ox+37&G@{59@Umr^A+ZNUm^I#K1w_A)SQWG0)V4Ly*xg3o zbsHE8&KLXk^xZ?ntSQVI@C-6o*%yv)h@uFyz)<~URL<1ToHRQ1ucnDMf4 zjnR}ipCeV|$MpiowfwsjNt8rMl*Btg94X3=;;seFn`QHA;;?M2*rj zQlr!;HOfpOHA;HCa@ zcjx92_x$)>MqHnf%e@@$`6)3q8H2HG3b7J2Vj>nMy41^Yytor4V^+{$voyLO!A*!W zG`gXf?GqPV851+T9L#k0q-H45&D-Im<^&aJ z!ciosxa4v#2Q%H_sp+~f*1b(}ZDej|Uf7I@>uqIaiNv6s5`S{qR+P3HjVeK_CNHd( z*4n~66RjfbtO)~toFV##^2?a`(=1VKXNYR&%aC{q%{^u9vq=*MyqzI3LwR((y0ZFn zMft@9QJEmFXNbbinqokEOmq$9XTLf5^ZK`K<-OB`(*0)-N)Jkc_@GpJyYwI-z8ewY z!&T+o-Pe@4cy!b`>a<}US32!4)Tixe9o2V2;@|Ie zj-D#-e5SUurdUU{bJQMdTtE4IKq^ZarJ4eF(#hgQ#&DM!W0@; zk2~%0I2EhxkAHMm%a> log.toto + + diff --git a/main.tex b/main.tex new file mode 100644 index 0000000..b0c5bff --- /dev/null +++ b/main.tex @@ -0,0 +1,106 @@ +\documentclass[a4paper,11pt,openany]{book} + +\usepackage[francais]{babel} +\usepackage[utf8]{inputenc} +\usepackage{xspace} +\usepackage{makeidx} +\usepackage{graphicx} +\usepackage{listings} + +\makeindex + +\setlength \parindent {2em} + +% XXX \setlength \parskip {0.333em} + +%------ reglages des 'listings' +\lstset{frame=single} % dessin d'un cadre autour du listing +\lstset{basicstyle=\ttfamily\small} +\lstset{aboveskip=1em,belowskip=1em} + + +\makeatletter +\def\verbatim@font{\normalfont\ttfamily\small} +\makeatother + +\title{Utiliser pleinement mon ordinateur} +\author{Thierry (aka tTh) Boudet} + +\begin{document} + +\maketitle +% ============================================================== +\chapter{Introduction} + +Un nouveau nouvel ouvrage, en vrac, complètement coronavraqué. +Des notes informelles sur l'utilisation +d'un ordinateur moderne, vous allez en avoir vraiment beaucoup. +Mais elles sont en vrac. + +Tout cette ouvrage a été écrit avec mousepad et \LaTeX{} +selon la méthode éprouvée dite +de «~La~Rache~», essentiellement sur une machine Debian/amd64. + +Your mileage may vary\dots + + +% ============================================================== +{ + \setlength \parskip {0pt} + \tableofcontents +} +% ============================================================== + +% \input{chap/textes} +% \input{chap/editeurs} +% \input{chap/X11} +\input{chap/son} +% \input{chap/musique} +% \input{chap/puredata} +% \input{chap/MIDI} +\input{chap/backups} + +% \input{chap/processing} +% \input{chap/video} +% \input{chap/webcam} +% \input{chap/SCSI} +\input{chap/dino} +% \input{chap/MINITEL} +% \input{chap/threads} +% \input{chap/dosbox} +% \input{chap/photos} +% \input{chap/reseau} +% \input{chap/IRC} +% \input{chap/Usenet} +% \input{chap/DNS} +% \input{chap/ssh} +% \input{chap/hardware} +\input{chap/streaming} +\input{chap/gadgets} +% \input{chap/slang} +% \input{chap/curses} +% \input{chap/WiFi} +% \input{chap/GIT} +% \input{chap/divers} +% \input{chap/peer2peer} + +% ============================================================== + + +\chapter{On est bientôt arrivé ?} + +Non, la route est longue, mais la voie est libre. + + +\printindex + + +% ============================================================== + + + + +\end{document} + + + diff --git a/numberlines.awk b/numberlines.awk new file mode 100755 index 0000000..300455f --- /dev/null +++ b/numberlines.awk @@ -0,0 +1,4 @@ +#!/usr/bin/awk -f + +{ printf "%5d\t%s\n", NR, $0; } +