Informatique
<alphalist>
</alphalist>
Musique
Trucs en vrac
Wiki
Informatique
<alphalist>
</alphalist>
Musique
Trucs en vrac
Wiki
Ceci est une ancienne révision du document !
Source : The xfce-desktop task installs only gvfs, but not the gvfs-backends package.
apt install gvfs-backends
ajouter : ?purge=true après 'page' à la fin de l'url :
http://www.example.com/namespace/page?purge=true
Sauver l'édition et afficher la page : ALT + SHIFT + S (pour Firefox, mais ça dépend du navigateur et de l'OS, voir doc Dokuwiki officielle).
Lorsque le point de montage fait partie d'un export NFS (sous-dossier). Stopper le serveur NFS peut aider.
-c create
-t view inside
-x extract
-p preserve permissions (especially for system backup ;))
-z compress (using gzip)
-v verbose (verbose lvl 2 : -vv)
-f target file (.tgz)
-C /path/to/extract/
-r add file (same as create but source is the file to append)
-u update (same as create but replace only newer files version)
tar -czvvf /tmp/docsLisa2015.tgz /home/lisa/
traceroute -I
Config à la volée : f ; choisir le champ par lequel trier s ; pour revenir q ; puis pour quitter q
'su <user>' gives the current user the identity of <user> whereas 'su - <user>' gives the current user the identity of <user> together with <user>'s environment that would be obtained by logging in as <user>.
http://en.wikipedia.org/wiki/Rot13
alias rot13=tr A-Za-z N-ZA-Mn-za-m
systemctl ###
target (equiv run level)
systemctl –type=target all list all targets
systemctl get-default show target enabled on boot by default
systemctl set-default set new default taget
examples:
systemctl set-default multi-user.target
systemctl set-default graphical.target