Difference between revisions of "Sysctl (command)"

From wikieduonline
Jump to navigation Jump to search
Line 32: Line 32:
 
* [[Docker]] added support for <code>sysctl</code> options in [[docker services]]<ref>https://github.com/moby/moby/pull/37701</ref> in docker (2019-07-22)
 
* [[Docker]] added support for <code>sysctl</code> options in [[docker services]]<ref>https://github.com/moby/moby/pull/37701</ref> in docker (2019-07-22)
 
* [[Tunning]]
 
* [[Tunning]]
 +
* [[sysctl]] fs.file-max
  
 
== See also ==
 
== See also ==

Revision as of 20:06, 28 March 2022



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


Related terms

See also

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