- Configurer le micrologiciel de démarrage.
- Trouver le bouton permettant le redémarrage dans le micrologiciel. Cela dépend de la machine, alors il faut chercher pour son modèle et les
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
keymaps 0-127 | |
keycode 1 = Escape Escape Escape Escape Escape Escape Escape Escape Meta_Escape Meta_Escape Meta_Escape Meta_Escape Meta_Escape Meta_Escape Meta_Escape Meta_Escape Escape Escape Escape Escape Escape Escape Escape Escape Meta_Escape Meta_Escape Meta_Escape Meta_Escape Meta_Escape Meta_Escape Meta_Escape Meta_Escape Escape Escape Escape Escape Escape Escape Escape Escape Meta_Escape Meta_Escape Meta_Escape Meta_Escape Meta_Escape Meta_Escape Meta_Escape Meta_Escape Escape Escape Escape Escape Escape Escape Escape Escape Meta_Escape Meta_Escape Meta_Escape Meta_Escape Meta_Escape Meta_Escape Meta_Escape Meta_Escape Escape Escape Escape Escape Escape Escape Escape Escape Meta_Escape Meta_Escape Meta_Escape Meta_Escape Meta_Escape Meta_Escape Meta_Escape Meta_Escape Escape Escape Escape Escape Escape Escape Escape Escape Meta_Escape Meta_Escape Meta_Escape Meta_Escape Meta_Escape Meta_Escape Meta_Escape Meta_Escape Escape Escape Escape Escape Escape Escape Escape Escape Meta_Escape Meta_Escape Meta_E |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=PulseAudio DLNA | |
After=network.target sound.target pulseaudio.target | |
[Service] | |
ExecStart=/usr/bin/pulseaudio-dlna --port 8080 | |
[Install] | |
WantedBy=default.target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit 0c5b7265da27913ffbaccce77262b4d9f061a8ec | |
Author: Simon Désaulniers <[email protected]> | |
Date: Sat Feb 20 14:09:56 2016 -0500 | |
adding systemd service file | |
diff --git a/PKGBUILD b/PKGBUILD | |
index f0bef97..1f4582e 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
texinputs := sty | |
compiler := env TEXINPUTS=".:$(addsuffix :,$(texinputs))" lualatex | |
bibcompiler := biber | |
out_exts := out log aux toc snm nav pdf dvi vrb bbl blg bcf run.xml | |
main_tex_file := #TODO | |
tex_files := $(basename $(wildcard *.tex) $(wildcard dessins/*.tex)) | |
final_pdf_file_title := #TODO | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[gist]: https://gist.github.com/sim590/0303eba626afa05fd721f4ca1d6efdab | |
# Installfest | |
## Étapes | |
1. Configurer le micrologiciel de démarrage. | |
* Trouver le bouton permettant le redémarrage dans le micrologiciel. Cela | |
dépend de la machine, alors il faut chercher pour son modèle et les |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[gist]: https://gist.github.com/sim590/0303eba626afa05fd721f4ca1d6efdab | |
# Installfest | |
## Étapes | |
1. Configurer le micrologiciel de démarrage. | |
* Trouver le bouton permettant le redémarrage dans le micrologiciel. Cela | |
dépend de la machine, alors il faut chercher pour son modèle et les |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[12pt]{article} | |
\begin{document} | |
\input{toto.tex} | |
\end{document} | |
% vim: set sts=2 ts=2 sw=2 tw=100 et : | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[12pt]{memoireuqam1.3} | |
\usepackage[french]{babel} | |
\usepackage[utf8]{inputenc} | |
\usepackage[T1]{fontenc} | |
\usepackage[colorlinks]{hyperref} | |
\usepackage{amsthm} | |
\usepackage{amssymb} |
OlderNewer