add install
This commit is contained in:
parent
cfa9829d45
commit
3d596f8d19
39
install.sh
Normal file → Executable file
39
install.sh
Normal file → Executable file
@ -1,41 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Mettre à jour la liste des paquets
|
sudo apt update -y && sudo apt install -y git curl vim net-tools iproute2 procps lsof psmisc tree htop dstat iotop strace ltrace tcpdump nmap curl wget jq sed gawk grep coreutils dnsutils traceroute whois sysstat iputils-ping iputils-tracepath
|
||||||
sudo apt update
|
sudo apt install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
|
||||||
|
|
||||||
# Installer les outils de base
|
#./update_repos.sh
|
||||||
sudo apt install -y \
|
|
||||||
git \
|
|
||||||
bash \
|
|
||||||
zsh \
|
|
||||||
vim \
|
|
||||||
net-tools \ # contient netstat, ifconfig...
|
|
||||||
iproute2 \ # commandes ip, ss
|
|
||||||
procps \ # commandes ps, top
|
|
||||||
lsof \ # fichiers ouverts
|
|
||||||
psmisc \ # fuser, killall
|
|
||||||
tree \ # affichage arborescent
|
|
||||||
htop \ # top amélioré
|
|
||||||
dstat \ # stats système
|
|
||||||
iotop \ # IO disque
|
|
||||||
strace \ # traçage des appels système
|
|
||||||
ltrace \ # traçage des appels de bibliothèque
|
|
||||||
tcpdump \ # capture réseau
|
|
||||||
nmap \ # scanner réseau
|
|
||||||
curl \ # requêtes HTTP
|
|
||||||
wget \ # téléchargement
|
|
||||||
jq \ # traitement JSON
|
|
||||||
sed \ # traitement de flux
|
|
||||||
gawk \ # awk GNU
|
|
||||||
grep \ # recherche
|
|
||||||
coreutils \ # cat, tee, etc.
|
|
||||||
dnsutils \ # dig, nslookup
|
|
||||||
traceroute \ # traceroute réseau
|
|
||||||
whois \ # requêtes whois
|
|
||||||
sysstat \ # iostat, mpstat, sar
|
|
||||||
iputils-ping \ # ping
|
|
||||||
iputils-tracepath # tracepath
|
|
||||||
|
|
||||||
./update_repos.sh
|
|
||||||
|
|
||||||
echo "Installation terminée."
|
echo "Installation terminée."
|
Loading…
x
Reference in New Issue
Block a user