Quickies

[categories] [index] [all (527)] [latest]

Unix
  1. Set the 4th byte of /tmp/test to 0xFF:

    $ printf '\xFF' | dd bs=1 seek=4 conv=notrunc of=/tmp/test