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

Access Linux filesystems in Windows and WSL 2

Windows

https://devblogs.microsoft.com/commandline/access-linux-filesystems-in-windows-and-wsl-2/

Disk Comandline

Windows Powershell

wmic diskdrive list brief

Diskpart

Windows Powershell

facl

Linux Acess List

https://www.ibm.com/docs/en/zos/2.1.0?topic=scd-setfacl-set-remove-change-access-control-lists-acls https://symfony.com/doc/current/setup/file_permissions.html#using-acl-on-a-system-that-supports-setfacl-linux-bsd

CLI git

Applications Gitlab

git fetch upstream/master ; git rebase -i upstream/master

FSCK

Linux Disk Health

https://phoenixnap.com/kb/fsck-command-linux

BookStack on Docker

Applications Wiki

Power DNS

Applications DNS

Terminal | Console

MacOS Mes outils

Navigateur WEB

MacOS Mes outils

ARC https://arc.net/ Safari BRAVE https://brave.com/fr/ Google Chrome https://www.google.fr/chrome/

Gestionnaire de paquets

MacOS Mes outils

Homebrew https://brew.sh/

Outillage

Linux Tools

Réseau iperf nuttcp

mod security

Applications WAF

La commande suivante permet de générer les instructions SecRuleUpdateTargetById à partir des logs d'un serveur. cat /var/log/messages | grep ModSec | perl -pe 's/.*at\s([^\s\.]+)\s*.*\[id "([0-9]+)"\].*/SecRuleUpdateTargetById $2 !$1/' | sort | uniq cat /var/...

Restic : Déploiement

Applications Restic Backup

Docker Restic REST with SSL Pré-requis : Posséder un binaire restic : apt install restic Posséder la suite openssl : apt install openssl Posséder docker et docker compose : apt install docker docker-compose Savoir lire :) 1) Préparation du répertoire proj...

Restic : Ligne de commandes

Applications Restic Backup

Bashrc & Alias Sur votre utilisateur courant (différent de root), éditer votre fichier bashrc vim /home/user/.bashrc alias restic='restic --insecure-tls' export RESTIC_PASSWORD="${USER_MDP}" export RESTIC_REPOSITORY="rest:https://${USER_PROJECT}:${USER_MDP}@${...

Restic : Annexes

Applications Restic Backup

Logiciels clients Testé et approuvé : Restic-browser https://github.com/emuell/restic-browser Restic Restatic : https://github.com/Mebus/restatic autorestic : https://github.com/cupcakearmy/autorestic crestic : https://github.com/nils-werner/crestic Runrest...

Restic : Scénarios de sauvegarde

Applications Restic Backup

Sauvegarde MariaDB #!/bin/bash DATE=$(date +%Y%m%d-%Hh%M) DUMP="/mnt/data/dump" ## Récupérer les bdd présent dans le SGBDR listBdd=$(echo "SHOW DATABASES" |mysql |grep -v "Database" |grep -v "schema") ##Backup bases de données for bdd in ${listBdd}; do ec...

Modifier une table de partition GPT vers MBR

Windows

shift + F10 diskpart list disk SELECT DISK NUM SELECT DISK 5 Vider le contenu du disk clean Puis convertissez la table de partition convert MBR