Outils pour utilisateurs

Outils du site


blog

Notes initramfs

Voir aussi :

  • tinyramfs

initramfs-tools (0.119) unstable; urgency=medium

  • The initramfs will now run fsck on the root filesystem before mounting it. If the chosen init program is systemd and there is a separate /usr filesystem, it will also fsck and mount /usr.
  • If the /usr filesystem is on a RAID device and the INITRDSTART setting in /etc/default/mdadm is not 'all', you will need to change it to include that device.
  • If the RTC (real time clock) is set to local time and the local time is ahead of UTC, e2fsck will print a warning during boot about the time changing backward (bug #767040). You can disable this by putting the following lines in /etc/e2fsck.conf: [options] broken_system_clock=1

-- Ben Hutchings ben@decadent.org.uk Sat, 17 Jan 2015 16:56:56 +0000

2025/03/24 15:06

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
2025/03/24 15:06

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
2025/03/24 15:06
blog.txt · Dernière modification : de 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki