Difference between revisions of "Sysctl (command)"

From wikieduonline
Jump to navigation Jump to search
Line 23: Line 23:
  
 
* [[macOS]]:  <code>[[sysctl]] machdep.cpu.features</code>
 
* [[macOS]]:  <code>[[sysctl]] machdep.cpu.features</code>
 +
 +
* <code>net.ipv4.tcp_[[mtu]]_probing</code>
  
 
== Related terms ==
 
== Related terms ==

Revision as of 13:51, 9 December 2020

  • sysctl -a
  • sysctl -p


sysctl vm.swappiness


KVM VNC remote viewer

iptables -t nat -A PREROUTING -i eno1 -p tcp --dport 5900 -j DNAT --to 127.0.0.1:5900
sysctl -w net.ipv4.ip_forward=1
sysctl -p /etc/sysctl.conf


sysctl -w kernel.perf_event_paranoid=X (node exporter [1])



  • sysctl -q net.ipv4.conf.all.src_valid_mark=1


  • net.ipv4.tcp_mtu_probing

Related terms

See also

  • https://github.com/prometheus/node_exporter
  • https://github.com/moby/moby/pull/37701
  • Advertising: