Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

42 total results found

TP : Déploiement K8s 3 noeuds avec NFS

Applications Kubernetes

Source : https://akylson.com/kubernetes-cluster-on-debian-12-34d7d0ef5e92 https://computingforgeeks.com/configure-nfs-as-kubernetes-persistent-volume-storage/ Lien pour avoir des ressources K8s à gogo : https://killercoda.com/playgrounds/scenario/kubernetes...

TRIM sur disque chiffré

Linux Disk Health

Booter en live CD Ne pas monter de système de fichier, ce sera fait plus tard (sélectionner Do not use a root file system) cryptsetup --allow-discards luksOpen /dev/vda3 vda3crypt lvscan lvchange -a y dvsXXXXX-vg mount -o discard /dev/dvsXXXXX-vg/root /mnt fst...

Profile

Windows Powershell

Le script chargé de base est dans la variable $PROFILE Contexte - Scope Emplacement Utilisateur courant - Shell courant Affecte uniquement l'utilisateur actuel et la session PowerShell en cours $PROFILE = C:\Users\{NomUtilisateur}\Documents\PowerShell\Microsof...

Profile : Examples

Windows Powershell

##write-host "+$("-"*21)" -fore yellow -NoNewline ##write-host " " -BackgroundColor blue -NoNewline ##write-host " " -BackgroundColor white -NoNewline ##write-host " " -BackgroundColor red -NoNewline ##write-host "$("-"*21)+" -fore yellow ##write-host "Â...

Médicat

Applications Troubleshooting

URL project : https://medicatusb.com/ Source de la documentation : https://lecrabeinfo.net/tutoriels/reinitialiser-mot-de-passe-windows-perdu-ou-oublie-avec-cle-usb-medicat/ Pré-requis: Avoir une clé USB d'au moins 32 Go (ou du moins une partition) Pré-requ...

Monter un volume Google Drive avec Rclone

Linux Tools

Pré-requis Curl Accès WAN Un compte Google Installation de Rclone curl -fsSL https://rclone.org/install.sh | bash Tunnel SSH ssh -L 53682:localhost:53682 root@192.168.1.200