Outils pour utilisateurs

Outils du site


linux

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
linux [2025/05/28 15:13] – [LINUX] huracanlinux [2025/12/10 15:44] (Version actuelle) – [UTILISATEUR SOUS LINUX] huracan
Ligne 1: Ligne 1:
 ====== LINUX ====== ====== LINUX ======
  
-  apt update && apt install python3 python3-pip vim apt-transport-https ca-certificates curl wget software-properties-common telnet locate tree nmap dnsutils tcpdump openssh-client ipcalc ncal -y+  apt update && apt install python3 python3-pip vim apt-transport-https ca-certificates curl wget software-properties-common telnet locate tree nmap bind9-dnsutils tcpdump openssh-client ipcalc remmina ncal -y
  
-  Decouverte new srv: last, env, ps -aux, top, find / -iname "test.txt",+  Decouverte new srv: last, env, alias, ps -aux, top, find / -iname "test.txt",
   grep word /file.txt,ss -tunlp, systemctl list-timers, systemctl --type=service   grep word /file.txt,ss -tunlp, systemctl list-timers, systemctl --type=service
  
Ligne 10: Ligne 10:
  
 {{:linux_perf_troubleshoot.png?500|}} {{:linux_perf_troubleshoot.png?500|}}
 +[[https://youtu.be/rwVLa9me7e4?si=1GGNKou3Uvjl1vfd|YT]]
  
 ----- -----
Ligne 253: Ligne 254:
 Sous Debian: Sous Debian:
  
-  #dpkg --list +  #dpkg --list   
-  +  #apt list --installed 
 +  #apt list --installed search ruby
  
 Voir la version installée/dispo: Voir la version installée/dispo:
Ligne 274: Ligne 276:
  
  
-==== REPRENDRE UNE MISE A JOUR APRES UNE INTERUPTION ====+==== REPRENDRE UNE MISE A JOUR APRES UNE INTERRUPTION ====
  
 Taper la commande suivante: Taper la commande suivante:
Ligne 286: Ligne 288:
   #tail /var/log/apt/term.log   #tail /var/log/apt/term.log
   #tail /var/log/dpkg.log   #tail /var/log/dpkg.log
 +
 +
 +----
 +
 +
 +==== Fix “404 Not Found” Errors in Debian During apt upgrade ====
 +
 +
 +[[https://www.tecmint.com/fix-apt-get-404-errors-debian|How to Fix “404 Not Found” Errors in Debian During apt-get upgrade]]
  
  
Ligne 1020: Ligne 1031:
  
   user    ALL=(ALL:ALL) ALL   user    ALL=(ALL:ALL) ALL
 +  
 +  ou
 +  
 +  kl      ALL=(ALL) NOPASSWD:     /bin/ping
  
 ---- ----
Ligne 1705: Ligne 1720:
 | mdadm | Permet de manipuler les configuration RAID logiciel | | mdadm | Permet de manipuler les configuration RAID logiciel |
 | cat /proc/mdstat | Affiche les informations RAID logiciel | | cat /proc/mdstat | Affiche les informations RAID logiciel |
 +| journalctl --since "2025-12-03 13:00:00" --until "2025-12-03 16:00:00" | affiche les logs |
  
 ---- ----
linux.1748438018.txt.gz · Dernière modification : 2025/05/28 15:13 de huracan

DokuWiki Appliance - Powered by TurnKey Linux