• Aller au contenu

wikinotes

Outils pour utilisateurs

  • S'identifier

Outils du site

  • Derniers changements
  • Gestionnaire Multimédia
  • Plan du site
Piste : • probleme_plugin_mathpublish • nfs • bcdboot • copier-coller • 155_ajout_tests_unitaires • notes_utilisation • verifier_permissions_via_stat • visualisation_des_logs_loki_grafana • test-reconstruction • introduction_aux_dashboards

bash

Recherche

Voici les résultats de votre recherche.

Commence par
  • Correspondance exacte
  • Commence par
  • Se termine par
  • Contient
@software
  • toute catégorie
  • software:applications (136)
  • software:formats (7)
  • software:jeux (3)
  • software:condor-soaring (1)
toute date
  • toute date
  • la semaine dernière
  • le mois dernier
  • l'année dernière
Trier par nombre de résultats
  • Trier par nombre de résultats
  • Trier par date de modification

Résultats plein texte:

virsh @software:applications
12 Occurrences trouvées, Dernière modification : il y a 6 mois
e connecter en mode interactif localement: <code bash> virsh # équivalent à virsh --connect qemu:///sy... nes) on dispose de la commande **dominfo** <code bash> dominfo aVm </code> * **domstate** : état de ... diter le document XML décrivant le domaine: <code bash> virsh edit aDomainName </code> Utiliser la comm... e la réimporte si la syntaxe est correcte: <code bash> # Exporter la configuration de la VM virsh dumpx
installer_pile_logicielle_elasticsearch @software:applications:elasticsearch
9 Occurrences trouvées, Dernière modification : il y a 17 mois
G utilisée pour la signature des paquets : <code bash> apt-get install gpg wget -qO - "https://artifac... keyrings/elasticsearch-keyring.gpg </code> <code bash> #Installer le paquet pour les mises a jour via H... e sur le répertoire ''/srv/elasticsearch'' <code bash> # Création des dossiers data et log mkdir /srv/e... ice elasticsearch au démarrage de l’hôte : <code bash> systemctl daemon-reload systemctl enable elastic
installation_docker @software:applications:ffsync
9 Occurrences trouvées, Dernière modification : il y a 4 ans
erver ===== Test ===== Récupérer l'image <code bash> docker pull mozilla/syncserver:1.9.1 </code> Cr... r un volume pour la persistance des données <code bash> docker volume create ffsync_data </code> <code bash> # générer une clé secrète $ head -c 20 /dev/uran... e directement la variable d'environnement: <code bash> # Générer la clé dans un fichier $ head -c 20 /d
installation_docker @software:applications:grafana
8 Occurrences trouvées, Dernière modification : il y a 4 ans
d'utiliser l'image basée sur Alpine Linux. <code bash> docker container run --name grafana_test --rm --... e stockage persistant (ou volume docker): <code bash> docker volume create grafana_data </code> Lors ... u conteneur le montage doit être effectué: <code bash> docker run -d -p 9090:3000 --name=grafana -v gra... on monte (lier ou bind) dans le conteneur. <code bash> # creation du dossier local pour les données gra
installer_serveur_tftp @software:applications:tftpd-hpa
8 Occurrences trouvées, Dernière modification : il y a 17 mois
uetage, installer le paquet **tftp-hpa** : <code bash> sudo apt-get install tftpd-hpa </code> <note> S... </note> Pour vérifier l'état du service : <code bash> systemctl status tftpd-hpa.service netstat -anp... r le service seulement au besoin). </note> <code bash> # Désactive le démarrage automatique du service ... age ''Error code 0: Permission denied'' : <code bash> sudo chown tftp:tftp /srv/tftp/ </code> Relance
check_by_ssh @software:applications:nagios:plugins
8 Occurrences trouvées, Dernière modification : il y a 5 ans
e mode de d'authentification par la suite: <code bash> useradd --create-home nagios passwd nagios </cod... écutant le service ne possède pas de home: <code bash> # générer le home utilisateur pour un utilisateu... nt que nagios et générer une paire de clés: <code bash> su - nagios cd /home/nagios mkdir .ssh cd .ssh s... ie la clé publique sur l’hôte à superviser: <code bash> ssh-copy-id -i id_nagios_rsa.pub nagios@hote-a-s
nrpe @software:applications:nagios:plugins
8 Occurrences trouvées, Dernière modification : il y a 16 mois
taller NRPE via le gestionnaire de paquets: <code bash> apt-get install nagios-nrpe-plugin </code> Coté... agent NRPE via le gestionnaire de paquets: <code bash> apt-get install monitoring-plugins-basic nagios-... sponibles pour les superviseurs distants. <code bash> systemctl restart nagios-nrpe-server.service </... isant le traffic entrant pour l'agent NRPE: <code bash> ufw --dry-run allow in on ethX proto tcp from ip
mosquitto @software:applications
7 Occurrences trouvées, Dernière modification : il y a 3 ans
ur tester le service est d'utiliser Docker: <code bash> docker image pull eclipse-mosquitto:2.0.14 dock... essus souscripteur qui recevra les messages <code bash> # ouvrir un shell interactif dans le conteneur d... un message, on procède de façon similaire: <code bash> # Ouvrir un autre shell interactif dans le conte... iser une authentification par mot de passe: <code bash> password_file /etc/mosquitto/password_file </cod
crimson_skies @software:jeux
7 Occurrences trouvées, Dernière modification : il y a 3 ans
le jeu en utilisant un préfixe wine dédié: <code bash> sudo mount -t iso9660 -o ro,loop Crimson_Skies_U... s d'intégration au Bureau et les montages. <code bash> cd /mnt/cdrom env WINEARCH="win32" WINEPREFIX="/... /mnt/cdrom </code> Installer le patch 1.02 <code bash> env WINEARCH="win32" WINEPREFIX="/home/yoann/App... " wine Crimson_Skies_Patch_102.exe </code> <code bash> cd ~/Applications/.wine.CSKIES/drive_c/GAMES/CSk
installation_docker @software:applications:dokuwiki
7 Occurrences trouvées, Dernière modification : il y a 4 ans
ici on utilise celle proposée par bitnami: <code bash> docker image pull bitnami/dokuwiki:latest </code... idement l'application, créer un conteneur <code bash> docker container run --rm -it -p 9090:8080 --env... = Créer un volume qui stockera les données <code bash> docker volume create dokuwiki_datavol </code> <... external: name: labinfo </file> <code bash> # vérifie la syntaxe docker-compose config # l
010_premiers_pas @software:applications:elasticsearch
7 Occurrences trouvées, Dernière modification : il y a 5 ans
ourra utiliser la syntaxe globale suivante: <code bash> culr -X<VERB> 'https://host:port/path?query' -d ... s. ===== Afficher l'état des nœuds ===== <code bash> curl -X GET "localhost:9200/_cat/nodes?v=true&pr... </code> ===== Indexer un document ===== <code bash> curl -X PUT "localhost:9200/customer/_doc/1?pret... . Le document est accessible immédiatement <code bash> curl -X GET "localhost:9200/customer/_doc/1?pret
installer-joplin-3.4.x-ubuntu @software:applications:joplin
7 Occurrences trouvées, Dernière modification : il y a 13 jours
s installation du paquet **libfuse2t64** : <code bash> apt install -y libfuse2t64 </code> ===== Instal... ectly|dédiee au format AppImage]]. </note> <code bash> mkdir -p ~/Applications/joplin/joplin-3.4.12 cd ... égration à l'environnement de bureau ===== <code bash> mkdir -p ~/.local/share/icons/hicolor/512x512/ap... 512.png" </code> Créer le fichier .desktop <code bash> vim ~/.local/share/applications/joplin.desktop <
installation_debian12 @software:applications:postgresql
7 Occurrences trouvées, Dernière modification : il y a 13 mois
eSQL : Installation sous Debian12 ====== <code bash> apt install postgresql </code> Après installation le service est actif et lancé : <code bash> systemctl status postgresql.service </code> ... e client **psql** : depuis le client psql : <code bash> su - postgres psql </code> Puis depuis le promp... lement le répertoire de base et les logs : <code bash> pg_lsclusters Ver Cluster Port Status Owner
installer_node-exporter @software:applications:prometheus
7 Occurrences trouvées, Dernière modification : il y a 4 ans
t le choix d'utiliser un conteneur Docker. <code bash> docker image pull prom/node-exporter:v1.2.2 </code> Tester l’exécution de l'application <code bash> docker container run --rm --interactive --tty pr... monitoring en créant une requête via cURL: <code bash> docker container run --rm --interactive --tty --... st pas suporté, pour ajouter un horodatage: <code bash> echo my_batch_job_completion_time $(date +%s) >
convertir_heic_jpg @software:formats:conversions
7 Occurrences trouvées, Dernière modification : il y a 4 ans
n de convert disponible sur votre système: <code bash> convert --version Version: ImageMagick 6.9.10-23... hiers l'environnement pourra être détruit. <code bash> # Récupère l'image minimale ubuntu 20.04 docker ... ner run -it --name convert_tmp ubuntu:focal /bin/bash # Configure APT pour récupérer également les sou... nt temporaire supporte à présent le format: <code bash> convert --version Version: ImageMagick 7.1.0-37
shell_executor_error_prepare_environment @software:applications:gitlab:ci_cd:troubleshooting
7 Occurrences trouvées, Dernière modification : il y a 3 ans
installation_docker_traefik @software:applications:dokuwiki
6 Occurrences trouvées, Dernière modification : il y a 3 ans
installation @software:applications:kibana
6 Occurrences trouvées, Dernière modification : il y a 4 ans
deplacer-bases @software:applications:postgresql
6 Occurrences trouvées, Dernière modification : il y a 5 ans
introduction_client_postgres_psql @software:applications:postgresql
6 Occurrences trouvées, Dernière modification : il y a 3 ans
diff @software:applications
5 Occurrences trouvées, Dernière modification : il y a 3 ans
etcher @software:applications
5 Occurrences trouvées, Dernière modification : il y a 16 mois
ncftp @software:applications
5 Occurrences trouvées, Dernière modification : il y a 6 semaines
decrypter-fichiers-ms-office @software:applications:john
5 Occurrences trouvées, Dernière modification : il y a 5 ans
installation_docker @software:applications:pi-hole
5 Occurrences trouvées, Dernière modification : il y a 4 ans
installation_docker @software:applications:prometheus
5 Occurrences trouvées, Dernière modification : il y a 3 ans
installation_qgis_debian @software:applications:qgis
5 Occurrences trouvées, Dernière modification : il y a 4 ans
gerer_les_reseaux @software:applications:virsh
5 Occurrences trouvées, Dernière modification : il y a 5 semaines
installer_bconsole @software:applications:bareos:installation
5 Occurrences trouvées, Dernière modification : il y a 5 mois
installer_depot_bareos_sous_debian_12 @software:applications:bareos:installation
5 Occurrences trouvées, Dernière modification : il y a 5 mois
aides_et_manuels
4 Occurrences trouvées, Dernière modification : il y a 3 ans
extraire_icone_fichier_exe @software:applications
4 Occurrences trouvées, Dernière modification : il y a 3 ans
recoll @software:applications
4 Occurrences trouvées, Dernière modification : il y a 7 mois
teamviewer @software:applications
4 Occurrences trouvées, Dernière modification : il y a 5 ans
wget @software:applications
4 Occurrences trouvées, Dernière modification : il y a 5 ans
ground_control @software:jeux
4 Occurrences trouvées, Dernière modification : il y a 17 mois
installation_prerequis_managed_node @software:applications:ansible
4 Occurrences trouvées, Dernière modification : il y a 10 mois
mise-a-jour @software:applications:dokuwiki
4 Occurrences trouvées, Dernière modification : il y a 5 ans
installer_kibana @software:applications:elasticsearch
4 Occurrences trouvées, Dernière modification : il y a 17 mois
configuration_dokuwiki @software:applications:fail2ban
4 Occurrences trouvées, Dernière modification : il y a 3 ans
configuration-serveur @software:applications:mysql
4 Occurrences trouvées, Dernière modification : il y a 5 mois
redefinir-mdp-root @software:applications:mysql
4 Occurrences trouvées, Dernière modification : il y a 5 ans
supprimer_des_metriques @software:applications:prometheus
4 Occurrences trouvées, Dernière modification : il y a 3 ans
installation @software:applications:sdr
4 Occurrences trouvées, Dernière modification : il y a 2 ans
probleme_conversion_texte_vers_image @software:applications:dokuwiki:depannage
4 Occurrences trouvées, Dernière modification : il y a 3 ans
compiler_installer_plugins_nagios @software:applications:nagios:plugins
4 Occurrences trouvées, Dernière modification : il y a 5 ans
vsftpd @software:applications
3 Occurrences trouvées, Dernière modification : il y a 17 mois
executer_commandes_sur_node_manager @software:applications:ansible
3 Occurrences trouvées, Dernière modification : il y a 10 mois
installation_debian_10 @software:applications:bareos
3 Occurrences trouvées, Dernière modification : il y a 3 ans
dia @software:applications:dia
3 Occurrences trouvées, Dernière modification : il y a 5 ans
problemes-recheche-indexation @software:applications:dokuwiki
3 Occurrences trouvées, Dernière modification : il y a 5 ans
installation_docker @software:applications:elasticsearch
3 Occurrences trouvées, Dernière modification : il y a 4 ans
ajouter_runners @software:applications:gitlab
3 Occurrences trouvées, Dernière modification : il y a 4 ans
installer-john-the-ripper @software:applications:john
3 Occurrences trouvées, Dernière modification : il y a 5 ans
ajouter_icone @software:applications:nagios
3 Occurrences trouvées, Dernière modification : il y a 16 mois
client-ubuntu @software:applications:nextcloud
3 Occurrences trouvées, Dernière modification : il y a 5 ans
installer-nextcloud-files-unbuntu @software:applications:nextcloud
3 Occurrences trouvées, Dernière modification : il y a 13 jours
notes_utilisation @software:applications:pi-hole
3 Occurrences trouvées, Dernière modification : il y a 4 ans
installation-ubuntu-1604 @software:applications:printrun
3 Occurrences trouvées, Dernière modification : il y a 5 ans
airline @software:applications:vim
3 Occurrences trouvées, Dernière modification : il y a 2 ans
edition-xml @software:applications:vim
3 Occurrences trouvées, Dernière modification : il y a 5 ans
vundle @software:applications:vim
3 Occurrences trouvées, Dernière modification : il y a 2 ans
ajouter_image_disque_a_une_vm @software:applications:virsh
3 Occurrences trouvées, Dernière modification : il y a 6 mois
ajout_extensions @software:applications:virtualbox
3 Occurrences trouvées, Dernière modification : il y a 5 ans
convertir-flac-to-mp3 @software:formats:conversions
3 Occurrences trouvées, Dernière modification : il y a 5 ans
convertir-jpg-to-pdf @software:formats:conversions
3 Occurrences trouvées, Dernière modification : il y a 4 ans
convertir-mp4-to-mp3 @software:formats:conversions
3 Occurrences trouvées, Dernière modification : il y a 5 ans
convertir-wav-to-mp3 @software:formats:conversions
3 Occurrences trouvées, Dernière modification : il y a 5 ans
installation_ubuntu @software:applications:bareos:file-daemon
3 Occurrences trouvées, Dernière modification : il y a 14 mois
ajouter_serveur_stockage @software:applications:bareos:installation
3 Occurrences trouvées, Dernière modification : il y a 5 mois
mode-maintenance @software:applications:nextcloud:serveur
3 Occurrences trouvées, Dernière modification : il y a 5 ans
pb_echantillonage_lors_du_scraping @software:applications:prometheus:depannage
3 Occurrences trouvées, Dernière modification : il y a 3 ans
7-zip @software:applications
2 Occurrences trouvées, Dernière modification : il y a 3 ans
anydesk @software:applications
2 Occurrences trouvées, Dernière modification : il y a 11 mois
fstl @software:applications
2 Occurrences trouvées, Dernière modification : il y a 2 ans
htmlq @software:applications
2 Occurrences trouvées, Dernière modification : il y a 4 ans
ls @software:applications
2 Occurrences trouvées, Dernière modification : il y a 20 mois
minicom @software:applications
2 Occurrences trouvées, Dernière modification : il y a 5 ans
mqtt2prometheus @software:applications
2 Occurrences trouvées, Dernière modification : il y a 3 ans
mysqldump @software:applications
2 Occurrences trouvées, Dernière modification : il y a 3 ans
homeworld_2 @software:jeux
2 Occurrences trouvées, Dernière modification : il y a 3 ans
installation @software:applications:dokuwiki
2 Occurrences trouvées, Dernière modification : il y a 6 mois
plantage-recherche @software:applications:dokuwiki
2 Occurrences trouvées, Dernière modification : il y a 5 ans
sauvegarde @software:applications:dokuwiki
2 Occurrences trouvées, Dernière modification : il y a 6 mois
gnuplot @software:applications:gnuplot
2 Occurrences trouvées, Dernière modification : il y a 5 ans
afficher_cle_publique @software:applications:gpg
2 Occurrences trouvées, Dernière modification : il y a 4 ans
gestion_des_plugins @software:applications:grafana
2 Occurrences trouvées, Dernière modification : il y a 4 ans
reinitialisation_mot_de_passe_admin @software:applications:grafana
2 Occurrences trouvées, Dernière modification : il y a 3 ans
tester-configuration @software:applications:nagios
2 Occurrences trouvées, Dernière modification : il y a 5 ans
configuration-cli @software:applications:php
2 Occurrences trouvées, Dernière modification : il y a 5 ans
erreur_500_apres_migration @software:applications:phplist
2 Occurrences trouvées, Dernière modification : il y a 5 mois
authentification_postgres @software:applications:postgresql
2 Occurrences trouvées, Dernière modification : il y a 9 mois
installation_docker @software:applications:postgresql
2 Occurrences trouvées, Dernière modification : il y a 4 ans
installer_client @software:applications:postgresql
2 Occurrences trouvées, Dernière modification : il y a 5 ans
installer_pgadmin @software:applications:postgresql
2 Occurrences trouvées, Dernière modification : il y a 8 mois
postgresql @software:applications:postgresql
2 Occurrences trouvées, Dernière modification : il y a 9 mois
installation_docker @software:applications:redmine
2 Occurrences trouvées, Dernière modification : il y a 4 ans
installation_docker @software:applications:rustdesk
2 Occurrences trouvées, Dernière modification : il y a 3 ans
mise_a_jour_tuleap @software:applications:tuleap
2 Occurrences trouvées, Dernière modification : il y a 7 mois
deplacements @software:applications:vim
2 Occurrences trouvées, Dernière modification : il y a 18 mois
installer_vim-airline_sous_windows @software:applications:vim
2 Occurrences trouvées, Dernière modification : il y a 2 ans
trucs-et-astuces @software:applications:vim
2 Occurrences trouvées, Dernière modification : il y a 21 mois
installer_agent_qemu @software:applications:virsh
2 Occurrences trouvées, Dernière modification : il y a 3 ans
lister_adresses_ip_systeme_invite @software:applications:virsh
2 Occurrences trouvées, Dernière modification : il y a 3 ans
installation @software:applications:waveforms
2 Occurrences trouvées, Dernière modification : il y a 7 mois
convertir-wav-to-ogg @software:formats:conversions
2 Occurrences trouvées, Dernière modification : il y a 5 ans
probleme_connexion_filedaemon @software:applications:bareos:troubleshooting
2 Occurrences trouvées, Dernière modification : il y a 3 ans
probleme_plugin_mathpublish @software:applications:dokuwiki:depannage
2 Occurrences trouvées, Dernière modification : il y a 3 ans
debogage_local_scripts @software:applications:gitlab:ci_cd
2 Occurrences trouvées, Dernière modification : il y a 4 ans
nsclient @software:applications:nagios:plugins
2 Occurrences trouvées, Dernière modification : il y a 5 ans
changer-log-level @software:applications:nextcloud:serveur
2 Occurrences trouvées, Dernière modification : il y a 5 ans
appimagelauncher @software:applications
1 Occurrences trouvées, Dernière modification : il y a 4 ans
element @software:applications
1 Occurrences trouvées, Dernière modification : il y a 5 ans
lynx @software:applications
1 Occurrences trouvées, Dernière modification : il y a 5 ans
mail @software:applications
1 Occurrences trouvées, Dernière modification : il y a 5 ans
mosquitto_pub @software:applications
1 Occurrences trouvées, Dernière modification : il y a 4 ans
mosquitto_sub @software:applications
1 Occurrences trouvées, Dernière modification : il y a 3 ans
organizr @software:applications
1 Occurrences trouvées, Dernière modification : il y a 5 ans
xnec2c @software:applications
1 Occurrences trouvées, Dernière modification : il y a 5 ans
conception-cockpit @software:condor-soaring
1 Occurrences trouvées, Dernière modification : il y a 5 ans
redimensionner-pool @software:applications:bareos
1 Occurrences trouvées, Dernière modification : il y a 8 semaines
impossible-ajouter-supprimer-utilisateurs @software:applications:dokuwiki
1 Occurrences trouvées, Dernière modification : il y a 5 ans
pb-affichage-pages @software:applications:dokuwiki
1 Occurrences trouvées, Dernière modification : il y a 5 ans
syntax @software:applications:dokuwiki
1 Occurrences trouvées, Dernière modification : il y a 5 ans
parametrage @software:applications:filezilla-server
1 Occurrences trouvées, Dernière modification : il y a 4 ans
gestion_des_profils @software:applications:firefox
1 Occurrences trouvées, Dernière modification : il y a 18 mois
creer_projet_avec_importation_sources_git @software:applications:gitlab
1 Occurrences trouvées, Dernière modification : il y a 4 ans
exporter-cles-chiffrement @software:applications:gpg
1 Occurrences trouvées, Dernière modification : il y a 5 ans
introduction @software:applications:gschem
1 Occurrences trouvées, Dernière modification : il y a 5 ans
cli-mysql-charset @software:applications:mysql
1 Occurrences trouvées, Dernière modification : il y a 5 ans
afficher_plusieurs_certificats_pem @software:applications:openssl
1 Occurrences trouvées, Dernière modification : il y a 16 mois
installation_php8 @software:applications:php
1 Occurrences trouvées, Dernière modification : il y a 11 mois
supprimer_logo_powered_by_phplist @software:applications:phplist
1 Occurrences trouvées, Dernière modification : il y a 4 ans
autoriser_connexions_a_distance @software:applications:postgresql
1 Occurrences trouvées, Dernière modification : il y a 5 ans
erreur_invalid_command @software:applications:postgresql
1 Occurrences trouvées, Dernière modification : il y a 5 ans
les_exporteurs @software:applications:prometheus
1 Occurrences trouvées, Dernière modification : il y a 4 ans
installation_debian @software:applications:sublime_text
1 Occurrences trouvées, Dernière modification : il y a 16 mois
edi_c @software:applications:vim
1 Occurrences trouvées, Dernière modification : il y a 5 ans
espace-de-travail @software:applications:vim
1 Occurrences trouvées, Dernière modification : il y a 2 ans
gestion-plugins @software:applications:vim
1 Occurrences trouvées, Dernière modification : il y a 5 ans
installer_vundle_sous_windows @software:applications:vim
1 Occurrences trouvées, Dernière modification : il y a 2 ans
echec_demarrage_vm @software:applications:virsh
1 Occurrences trouvées, Dernière modification : il y a 20 mois
extension_pack @software:applications:virtualbox
1 Occurrences trouvées, Dernière modification : il y a 5 ans
convertir-msg-vers-eml @software:formats:conversions
1 Occurrences trouvées, Dernière modification : il y a 3 mois
timeout_waiting_privilege_escalation_prompt @software:applications:ansible:depannage
1 Occurrences trouvées, Dernière modification : il y a 10 mois
syntaxe-configuration @software:applications:bareos:configuration
1 Occurrences trouvées, Dernière modification : il y a 8 semaines
appimage_erreur_mesa-loader @software:applications:freecad:depannage
1 Occurrences trouvées, Dernière modification : il y a 17 mois
fichiers-supprimes @software:applications:nextcloud:serveur
1 Occurrences trouvées, Dernière modification : il y a 4 ans

Outils de la page

  • Afficher la page
  • Anciennes révisions
  • Liens de retour
  • Tout plier/déplier
  • Haut de page
Sauf mention contraire, le contenu de ce wiki est placé sous les termes de la licence suivante : GNU Free Documentation License 1.3
GNU Free Documentation License 1.3 Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki