Slashdot Mirror


User: mrtickle74

mrtickle74's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Can't you turn this off on Linux? on Tracking a Specific Machine Anywhere On The Net · · Score: 1

    Add

    net.ipv4.tcp_timestamps = 0

    to /etc/sysctl.conf and then

    sysctl -p /etc/sysctl.conf

    to activate the setting change. The setting will then persist after a reboot.