blog
Table des matières
- 2026:
- 2025:
6 billet(s) pour juillet 2026
| Contre DNS | 2026/07/28 09:29 | Jean-Baptiste |
| Limiter la consommation de la RAM d'une application avec les cgroups slices | 2026/07/28 05:29 | Jean-Baptiste |
| Procédure simple augmentation de la SWAP | 2026/07/17 15:49 | Jean-Baptiste |
| Exemple git clone avec Ansible | 2026/07/16 14:47 | Jean-Baptiste |
| Windows exe - Comparaison de fichiers binaires | 2026/07/16 10:25 | Jean-Baptiste |
| Pb git | 2026/07/01 17:36 | Jean-Baptiste |
Notes images raw conversion
http://askubuntu.com/questions/483379/how-to-convert-cr2-to-jpg-or-png
sudo apt-get install ufraw-batch ufraw-batch --out-type jpeg *.CR2
Notes ImageMagick conversion images en ligne de commandes
Lien :
Source : https://openclassrooms.com/forum/sujet/decouper-une-image-en-9-rectangles-de-taille-egales-40181
convert carte.jpg -crop 210x210 +repage carte_%03d.png
convert -resize 1000x700 -colors 16 -quality 75 original.png image2.png
Notes IDS
Voir aussi :
- OSSEC
- EDR (Endpoint detection and response)
CrowdSec https://linuxfr.org/news/detectez-et-bloquez-les-tentatives-d-exploitation-de-log4j-avec-crowdsec
open-scap / oscap
oscap info /usr/share/xml/scap/ssg/content/ssg-rhel8-ds.xml oscap-ssh root@plop 22 xccdf --profile pci-dss --report /tmp/report.html /usr/share/xml/scap/ssg/content/ssg-rhel8-ds.xml
Scanning the system for configuration compliance and vulnerabilities
wget -O - https://www.redhat.com/security/data/oval/v2/RHEL8/rhel-8.oval.xml.bz2 | bzip2 --decompress > rhel-8.oval.xml oscap oval eval --report vulnerability.html rhel-8.oval.xml
Voir :
- xccdf
Report au format ARF ou HTML
Notes icônes
Voir :
- FontAwesome
blog.txt · Dernière modification : de 127.0.0.1
