kalvn's links
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
9 results tagged stockage  ✕
2018 Hard Drive Reliability Stats by Manufacturer and Model https://www.backblaze.com/blog/hard-drive-stats-for-2018/
23/01/2019 10:26:45

Stats de fiabilité de disques durs.

disque stockage fiabilité statistique
GitHub - bustle/mobiledoc-kit: A toolkit for building WYSIWYG editors with Mobiledoc https://github.com/bustle/mobiledoc-kit
09/03/2018 13:32:19

Une méthode pour stocker du texte formaté de manière fiable et indépendante de la manière dont vous l'affichez. Pas comme avec du HTML par exemple.

Particulièrement adapté si vous voulez réaliser un éditeur de texte riche.

wysiwyg editeur stockage format texte
VeraCrypt : comment chiffrer et cacher des fichiers, un disque dur externe ou une clef USB https://www.nextinpact.com/news/91703-veracrypt-comment-chiffrer-et-cacher-fichiers-disque-dur-externe-ou-clef-usb.htm
23/02/2017 18:43:03
veracrypt chiffrement usb stockage
An Overview of Client-Side Storage https://bitsofco.de/an-overview-of-client-side-storage/
03/01/2017 10:15:10

Un inventaire très complet des possibilités de stockage d'information côté navigateur. Les avantages et inconvénients de chacun y sont notamment décrits.

stockage client navigateur PWA cookie database
How to Safely Store a Password in 2016 https://paragonie.com/blog/2016/02/how-safely-store-password-in-2016
17/02/2016 10:19:17

Comment stocker un mot de passe de manière sécurisée en 2016. Des solutions sont proposées pour les principaux langages.

password stockage hash
How to delete a partition on a USB drive? http://superuser.com/questions/536813/how-to-delete-a-partition-on-a-usb-drive/536833#536833
12/02/2016 08:56:40

Supprimer une ou des partitions sur un support de stockage à l'aide de l'outil diskpart en ligne de commande sous Windows.

Ça m'a été bien utile après avoir tenté de créer une clé USB bootable et interrompu le processus en cours de route. Je me retrouvais avec une partition de 2 Mo et tout le reste en non-alloué.

Je me recopie ici la procédure.

Open an elevated command prompt.

$ diskpart
$ list disk

Note the disk number that corresponds to your USB drive (it should be obvious going by size)

$ select disk X
$ list partition

There should be two, numbered 0 and 1, each about 7 GB

$ select partition 0
$ delete partition
$ select partition 1
$ delete partition
$ create partition primary
$ exit

Exit Command Prompt (type exit or just close the window)
In Windows, go to Computer and try to open the disk. It will ask you to format it.
Format it with the default settings and give it a name if you want.

partition stockage usb supprime
My Disk Wiper | Wipe and delete hard disk drive | My Portable Software http://www.myportablesoftware.com/mydiskwiper.aspx
11/02/2016 13:27:27

Effacer complètement les données d'un support de stockage.

Via http://korben.info/my-disk-wiper-pour-effacer-proprement-vos-supports.html

usb stockage efface wipe
Upgrade de VPS OVH - Comment augmenter la taille de votre partition ? - Korben http://korben.info/upgrade-de-vps-ovh-comment-augmenter-la-taille-de-votre-partition.html
24/09/2015 14:44:15

Très intéressant. Ça pourrait me servir un jour, étant donné que les VPS OVH me font de l'oeil.

vps ovh dimension partition stockage disque
Intel 3D Xpoint, la technologie qui pourrait remplacer à la fois la mémoire RAM et la mémoire de stockage http://www.frandroid.com/marques/intel-materiels-accessoires/299630_intel-3d-xpoint-la-technologie-qui-pourrait-remplacer-a-la-fois-la-memoire-ram-et-la-memoire-de-stockage
30/07/2015 11:47:06

Hâte de voir ce que ça va donner :)

ssd hdd stockage ram
3869 links, including 129 private
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Theme by kalvn