All public logs

Jump to navigation Jump to search

Combined display of all available logs of DN Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 23:38, 25 August 2023 Dave talk contribs created page Linux Services (Created page with "Category:Linux <div style="float:right;">__TOC__</div> Service files are in <code>/etc/systemd/system/iperf.service</code>. This one runs iPerf3 server so you can do bandwidth tests whenever you want. <pre> # /etc/systemd/system/iperf.service [Unit] Description=iperf3 server After=syslog.target network.target auditd.service [Service] Type=simple Restart=on-failure RestartSec=1 RemainAfterExit=yes ExecStart=/usr/bin/iperf3 --server --verbose --logfile /var/log/iper...")