Remove printers auto detection (avahi-* and cups-browsed).
Also rewrite "Office tools for shell" documentation.
This commit is contained in:
parent
7c788b0f0d
commit
bce0fec6cf
40
README.md
40
README.md
@ -2,6 +2,7 @@
|
||||
|
||||
1. [Post installation script for Debian Sid](#post_install_sid.sh)
|
||||
* [System tools for shell](#system-tools-for-shell)
|
||||
* [Office tools for shell](#office-tools-for-shell)
|
||||
* [Manpages - Documentation](#manpages-documentation)
|
||||
|
||||
## post_install_sid.sh
|
||||
@ -32,6 +33,45 @@ iface enp0s25 inet dhcp
|
||||
post-up openvpn /etc/openvpn/XYZ_tunnel.conf
|
||||
```
|
||||
|
||||
#### Office tools for shell
|
||||
|
||||
#### Add
|
||||
* cups
|
||||
* Common UNIX Printing System(tm) - PPD/driver support, web interface.
|
||||
* devtodo
|
||||
* Manipulate and display a hierarchical and prioritised list of tasks.
|
||||
* graphviz
|
||||
* Rich set of graph drawing tools.
|
||||
* imagemagick
|
||||
* ImageMagick is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats.
|
||||
* imagemagick-doc
|
||||
* Document files of ImageMagick.
|
||||
* odt2txt
|
||||
* Simple converter from OpenDocument Text to plain text.
|
||||
* Used with lesspipe for example.
|
||||
* pdftk
|
||||
* PDFtk is a simple tool for doing everyday things with PDF documents.
|
||||
* texlive
|
||||
* A decent selection of the TeX Live packages
|
||||
* texlive-latex-extra
|
||||
* A very large collection of add-on packages for LaTeX.
|
||||
* vim-latexsuite
|
||||
* View, edit and compile LaTeX documents from within Vim.
|
||||
* Activation in vim:
|
||||
```vim
|
||||
vim-addons install latex-suite
|
||||
```
|
||||
|
||||
##### Remove
|
||||
* avahi-daemon
|
||||
* Avahi allows programs to publish and discover services and hosts running on a local network with no specific configuration.
|
||||
* cups-browsed
|
||||
* Browses the Bonjour broadcasts of shared remote CUPS printers and makes the printers available locally.
|
||||
|
||||
##### Configuration
|
||||
* Add the standard user to lpadmin group to be able to manage Cups administration via webgui.
|
||||
|
||||
|
||||
#### Network share
|
||||
|
||||
##### Add
|
||||
|
@ -1374,55 +1374,24 @@ EOF
|
||||
|
||||
|
||||
###########################################################
|
||||
## Outils bureautique (shell)
|
||||
## Liste: cups - devtodo - graphviz - imagemagick - imagemagick-doc - odt2txt - pdftk - texlive - texlive-latex-extra - vim-latexsuite
|
||||
## Office tools (shell)
|
||||
## List: cups - devtodo - graphviz - imagemagick - imagemagick-doc - odt2txt - pdftk - texlive - texlive-latex-extra - vim-latexsuite
|
||||
## Remove: avahi-autopid - avahi-daemon - cups-browsed - libnss-mdns
|
||||
###########################################################
|
||||
###### Pré-configuration
|
||||
# Chargement d'un fichier preseed
|
||||
###### Pre-configuration
|
||||
# Load preseed file
|
||||
preconfig cups
|
||||
|
||||
###### Installation
|
||||
aptins "Outils bureautique shell" cups devtodo graphviz imagemagick imagemagick-doc odt2txt pdftk texlive texlive-latex-extra vim-latexsuite
|
||||
|
||||
###### Remove
|
||||
aptitude remove avahi-autopid avahi-daemon cups-browsed libnss-mdns
|
||||
|
||||
###### Post-configuration
|
||||
# Ajout de l'utilisateur dans le groupe lpadmin
|
||||
# Add the standard user to lpadmin group to be able to manage Cups administration via webgui.
|
||||
adduser "${UTILISATEUR}" lpadmin > /dev/null 2> "${fichier_erreur}"
|
||||
# Redémarrage de cups
|
||||
/etc/init.d/cups restart
|
||||
# cups nécessite une installation de samba !!!
|
||||
|
||||
# Activation de vim-latexsuite
|
||||
#vim-addons install latex-suite
|
||||
|
||||
###### Information pour l'utilisateur final
|
||||
cat >> "${INFORMATION}" << EOF
|
||||
|
||||
======Instructions Outils bureautique (shell)======
|
||||
Voici la liste des paquets installés :
|
||||
|
||||
+cups : Système commun d'impression
|
||||
|
||||
+devtodo : Gestionnaire de liste de chose à faire qui sont stockés dans un simple fichier .todo
|
||||
|
||||
+graphviz : Ensemble complet pour tracer des graphes
|
||||
|
||||
+imagemagick : Programme avancé de manipulation d'image
|
||||
-imagemagick-doc : Documentation d'imagemagick
|
||||
|
||||
+odt2txt : Convertisseur simple de fichier format odt au format texte.
|
||||
--Utiliser notamment avec lesspipe
|
||||
|
||||
+pdftk : Outils pour la manipulation de fichiers pdf
|
||||
|
||||
+texlive : Une sélection de paquets pour la distribution Tex Live
|
||||
-texlive-latex-extra : Supplément de paquet
|
||||
|
||||
+vim-latexsuite : Permet de voir, éditer et compiler des documents tex directement depuis vim
|
||||
--Activation de vim-latexsuite
|
||||
vim-addons install latex-suite
|
||||
|
||||
EOF
|
||||
|
||||
# cups needs samba!
|
||||
|
||||
###########################################################
|
||||
## Outils bureautique (graphique)
|
||||
|
Loading…
Reference in New Issue
Block a user