All public logs

Jump to navigation Jump to search

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

Logs
  • 13:18, 5 December 2024 Drizzt talk contribs created page Dev/Host/Firewall (Created page with "== Principe == == EntĂȘte du script == ### BEGIN INIT INFO # Provides: firewall # Required-Start: $remote_fs $syslog # Required-Stop: $remote_fs $syslog # Default-Start: 2 3 4 5 # Default-Stop: # Short-Description: Personnal iptables setup ### END INIT INFO == Structure == #! /bin/sh ### Add init info here ### PATH=/sbin:/bin ### Add "includes" (sourced scripts) ### do_start () { ### Add "start" content here ### echo "Firewal...")