Difference between revisions of "Sysctl (command)"
Jump to navigation
Jump to search
↑ https://github.com/moby/moby/pull/37701
Line 6: | Line 6: | ||
sysctl -w net.ipv4.ip_forward=1 | sysctl -w net.ipv4.ip_forward=1 | ||
sysctl -p /etc/sysctl.conf | sysctl -p /etc/sysctl.conf | ||
+ | |||
+ | |||
+ | == Related terms == | ||
+ | * [[Docker]] added support for sysctl options in [[docker services]]<ref>https://github.com/moby/moby/pull/37701</ref> | ||
Revision as of 10:38, 16 February 2020
sysctl -a
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
Related terms
- Docker added support for sysctl options in docker services[1]
See also
procps
: Proc,sysctl
,slabtop
,/etc/timezone
- Process, zombie process, fork, thread:
ps
,tree
,pstree
,ps axf
,proc
,pwdx
,which
,watch
,sar -q
,tload
,uptime
, Interrupts,pgrep
,tasklist
(Windows), Zombie process,pstack
,docker ps
,docker-compose ps
,jobs
,acct
,process mrelease
,pidstat
, IPC,pidof
- Linux Kernel: namespaces, Cgroups, OOM, proc, Linux Kernel changelog,
sysctl, userfaultfd
, Grub, ENOSPC, ENOMEM, DKMS, syscall, Transparent huge pages, smatch, sysfs, vm.swappiness, CFS, Runlevel, Jens Axboe, Consistent Network Device Naming, Initial ramdisk (initrd),modprobe
, MTD, Linux Kernel vulnerabilities,/sys/kernel/
, KernelCare,unix://
, Data Plane Development Kit (DPDK)
Advertising: