4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
2 results tagged byte x
  • Octet — Wikipédia

    Pour remettre les choses au clair : kilo/mega/giga != kibi/mebi/gibi

    Création de deux fichiers : un de 1000 octets et un de 1024 octets

    [16:34:57] arnaud@mac : ~
    $ dd if=/dev/urandom of=/tmp/test bs=1 seek=1000 count=0

    [16:35:12] arnaud@mac : ~
    $ dd if=/dev/urandom of=/tmp/testsi bs=1 seek=1024 count=0

    [16:35:16] arnaud@mac : ~
    $ ls -l /tmp/test*
    -rw-rw-r-- 1 arnaud arnaud 1000 févr. 20 16:35 /tmp/test
    -rw-rw-r-- 1 arnaud arnaud 1024 févr. 20 16:35 /tmp/testsi

    [16:35:26] arnaud@mac : ~
    $ ls -lh /tmp/test*
    -rw-rw-r-- 1 arnaud arnaud 1000 févr. 20 16:35 /tmp/test
    -rw-rw-r-- 1 arnaud arnaud 1,0K févr. 20 16:35 /tmp/testsi

    On peut voir que ls compte en kibi et non en kilo. Pour avoir de "vrais" kilo, il faut ajouter --si

    [16:35:20] arnaud@mac : ~
    $ ls -lh --si /tmp/test*
    -rw-rw-r-- 1 arnaud arnaud 1,0k févr. 20 16:35 /tmp/test
    -rw-rw-r-- 1 arnaud arnaud 1,1k févr. 20 16:35 /tmp/testsi

    February 20, 2014 at 4:36:14 PM GMT+1 - permalink - archive.org - http://fr.wikipedia.org/wiki/Octet
    bit byte octet si
  • Byte Converter - Bytes to Kilobytes to Megabytes to Gigabytes to Terabytes
    November 13, 2013 at 5:53:21 PM GMT+1 - permalink - archive.org - http://www.whatsabyte.com/P1/byteconverter.htm
    bit byte calc conversion convert converter
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