6 thoughts on “Tuning Linux (Debian) in a vSphere VM – Part 3 – /dev/random

  1. Great reading! Helps a lot to increase performance by following simple tasks/commands.
    Thank you very much!

  2. To disable tty on recent systems with Systemd:

    for i in $(seq 2 6); do systemctl disable service getty@tty$i ; done

Leave a Reply

Your email address will not be published. Required fields are marked *