Outils pour utilisateurs

Outils du site


linux:adminsys_vrac

Ceci est une ancienne révision du document !


Adminsys et shell vrac

Accéder à des ressources réseau sur XFCE

Source : The xfce-desktop task installs only gvfs, but not the gvfs-backends package.

apt install gvfs-backends

Dokuwiki

Effacer le cache

ajouter : ?purge=true après 'page' à la fin de l'url :

http://www.example.com/namespace/page?purge=true

Mode édition : Enregistrer

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).

Umount busy target if on NFS share

Lorsque le point de montage fait partie d'un export NFS (sous-dossier). Stopper le serveur NFS peut aider.

TAR : outil d'archivage

commandes usuelles

-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 behind a NAT

traceroute -I

Top

Config à la volée : f ; choisir le champ par lequel trier s ; pour revenir q ; puis pour quitter q

''su'' vs ''su -''

'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>.

ROT13

http://en.wikipedia.org/wiki/Rot13

alias rot13=tr A-Za-z N-ZA-Mn-za-m

A TRIER

commands_reference.txt

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

search?q=dokuwiki%20bash&amp;btnI=lucky

linux/adminsys_vrac.1541973520.txt.gz · Dernière modification: 2018/11/11 22:58 par oli