index

Recherche

Voici les résultats de votre recherche.

iptables
31 Occurrences trouvées, Dernière modification :
186.0.0.0/8 187.0.0.0/8 189.0.0.0/8 190.0.0.0/8" echo "Paramétrage des règles du firewall..." #### Init... ore les ping envoyés par broadcasts ou multicasts echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts # Interdit toute connexion entrante ou sortante ipta... iptables -P FORWARD DROP iptables -P OUTPUT DROP echo "- Interdire toute connexion entrante ou sortante
cron
8 Occurrences trouvées, Dernière modification :
ngle tab character. Annoyingly necessary. tab=$(echo -en "\t") # Given a stream of crontab lines, ex... n_cron_lines() { while read line ; do echo "${line}" | egrep --invert-match '^($... } # Given a stream of cleaned crontab lines, echo any that don't include the # run-parts command,... arts() { while read line ; do match=$(echo "${line}" | egrep -o 'run-parts (-{1,2}\S+ )*\S+'
tput
2 Occurrences trouvées, Dernière modification :
raw the user's attention. *Example usage* echo "$(tput setaf 1)Red text $(tput setab 7)and white... by echoing a multiline string and piping it: echo -e "setf 7\nsetb 1" | tput -S # set fg white and
  • index.txt
  • Dernière modification : 2022/11/08 16:43
  • de 127.0.0.1