3087 links
  • Liens
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
3 results tagged ssd x
  • #UnpopularOpinion : Je ne veux pas mettre mes données sur SSD - Liens en vrac de sebsauvage
    "Mais comment on détruit ça de manière fiable ?"

    Comme tout disque dur, avec un marteau et beaucoup de "conviction".
    November 18, 2019 at 11:36:47 AM GMT+1 - permalink - archive.org - https://sebsauvage.net/links/?TcE6Jw
    ssd
  • SSD: how to optimize your Solid State Drive for Linux Mint 18.1, Ubuntu 16.04 and Debian - Easy Linux tips project
    Je ne note que ce que je juge nécessaire/intéressant/pas automatique :
    * Activer l'AHCI dans le BIOS/UEFI
    * Mettre à jour le firmware
    * relatime (c'est par défaut maintenant)
    * Faire un TRIM par semaine (et non pas tous les jours comme indiqué : ça use le SSD) : /sbin/fstrim --all
    * Swappiness à 1
    * Modifier Firefox :
       * Cache à 0 (à mon avis c'est un peu extrême)
       * Suppression de la restauration de session en cas de crash (pareil)
    * Placer le scheduler (des disques) à deadline :
       * cat /sys/block/sda/queue/scheduler
       * Dans /etc/default/grub => ajouter "elevator=deadline" à GRUB_CMDLINE_LINUX_DEFAULT
       * update-grub

    Voir aussi l'utilisation de XFS.
    Et ça : https://famille-michon.fr/links/?EvDe2Q
    December 29, 2016 at 6:49:19 PM GMT+1 - permalink - archive.org - https://sites.google.com/site/easylinuxtipsproject/ssd
    installation linux ssd
  • Ubuntu Project : SSD tweaks for Ubuntu - http://www.ubuntublueprint.com/2016/01/ssd-tweaks-for-ubuntu.html
    En complément de ça : https://famille-michon.fr/links/?X3TlPw
    et ça (swappiness) : https://famille-michon.fr/links/?WdjPUA

    Sinon, les infos intéressantes de ce post :
    """
    sudo gedit /etc/rc.local  
     ##Add the following above "exit 0"##
    echo 0 > /sys/block/sda/queue/add_random (prevents the I/O of your SSD from cotributing to the entropy pool)

    echo 0 > /sys/block/sda/queue/rotational (informs Ubuntu your are using an SSD)
    echo 2 > /sys/block/sda/queue/rq_affinity (only use when you have a powerful CPU , if you experience lagging while gaming you can undo the changes by removing this line)
    [...]
    Moving Temporary Files to Memory (RAM):
    [...]
    tmpfs /tmp tmpfs defaults,noatime,size=1G,mode=1777 0 0
    tmpfs /var/tmp tmpfs defaults,noatime,mode=1777 0 0
    tmpfs /var/log tmpfs defaults,noatime,mode=0755 0 0
    tmpfs /var/log/apt tmpfs defaults,noatime 0 0
    """
    January 8, 2016 at 12:18:53 PM GMT+1 - permalink - archive.org - http://www.ubuntublueprint.com/2016/01/ssd-tweaks-for-ubuntu.html
    linux ssd todo
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation