index

Recherche

Voici les résultats de votre recherche.

logrotate @debian
21 Occurrences trouvées, Dernière modification :
Immediately after rotation (before the postrotate script is run) the log file is created (with the same na... noolddir option. postrotate/endscript The lines between postrotate and endscript (both of which must appear on lines by themselves... edscripts for error handling. prerotate/endscript The lines between prerotate and ends
scripting @terminal
18 Occurrences trouvées, Dernière modification :
de (at least don't change it within the same shellscript file); don't change your code layout with your mo... entation is nothing that technically influences a script, it's only for us humans. I'm used to seeing/usi... commands]] form the structures that make a shell script different from a stupid enumeration of commands. ... roblem to pass an **environment variable** to the script. If you blindly assume that all variables you use
positional-parameters @scripts
17 Occurrences trouvées, Dernière modification :
parameters reflect exactly what was given to the script when it was called. Option-switch parsing (e.g. ... is referenced as ''$0''. It is usually set to the script's name exactly as called, and it's set on shell initialization: __Testscript__ - it just echos ''$0'': <code> #!/bin/bash echo... de> You see, ''$0'' is always set to the name the script is called with (''>'' is the prompt...): <code> >
basics @terminal
13 Occurrences trouvées, Dernière modification :
shell scripting basics learning tutorial}} ===== Script files ===== A shell script usually resides inside a file. The file can be executable, but you can call a Bash script with that filename as a parameter: <code> bash ./... table, and you want to use it by calling only the script name, the shebang must be included in the file.
tips @js
11 Occurrences trouvées, Dernière modification :
====== TIPS ====== ===== How to make JavaScript execute after page load? ===== https://stackoverflow.com/questions/807878/how-to-make-javascript-execute-after-page-load __These solutions will w... As mentioned in comments use defer: <sxh js> <script src="deferMe.js" defer></script> or <body onload="script();"> or document.onload = function ...
bash @debian
7 Occurrences trouvées, Dernière modification :
d) $EDITOR -> L'éditeur invoqué par défaut par un script $EUID -> Numéro d'identifiant << effectif >> de l... ée au début de chaque ligne d'affichage lorsqu'un script a été appelé avec l'option -x. Elle affiche un <<... ECONDS -> Le nombre de secondes pendant lequel le script s'exécutait $SHELLOPTS -> La liste des options ac... ons, passés à partir de la ligne de commande à un script, passés à une fonction, ou initialisés (set) à un
port @network
6 Occurrences trouvées, Dernière modification :
d></td> <td>Print-srv, Network <a href="/wiki/PostScript" title="PostScript">PostScript</a></td> <td>Official</td> </tr> <tr> <td>177</td> <td>TCP</td> <td>UDP</td> <td><a href="/w... itle="Sub7">Sub7</a> default. Most <a href="/wiki/Script_kiddie" title="Script kiddie">script kiddies</a>
redbook @doc
5 Occurrences trouvées, Dernière modification :
/fPmjm">http://goo.gl/fPmjm</a><br><br> <strong>NoScript</strong>: A very useful plugin that will disable javascript on sites to protect your privacy and stop malicio... ividual sites or deny globally. <a href="http://noscript.net/">http://noscript.net/</a><br><br> <strong>BetterPrivacy</strong>: This plugin is a tool to identify
backup @debian
3 Occurrences trouvées, Dernière modification :
==== fichier pour SQL nécessaire nano /tmp/script.sql ==== SHOW DATABASES; Puis le script bash que vous donnerez à manger à un cron. #!/bin/bash ... es BDD dispo $ mysql -u root -pXXXXX < /tmp/script.sql > /tmp/output.tab $ cat /tmp/output.tab
scripts @nimp
3 Occurrences trouvées, Dernière modification :
arset=utf-8" /> <title>Document sans nom</title> <script> function flip() { var result = flipString(docum... in flipTable) { flipTable[flipTable[i]] = i } </script> </head> <body> <form name="f"> <strong>Texte ori... ANSI Cyan: 255/160/160 ANSI Cyan Bold: 255/215/0 ANSI White: 245/222/179 {{tag>script text fun}}
ping @php
3 Occurrences trouvées, Dernière modification :
of the original source code: <sxh php; | PHP script: //CURl to check if web site is alive//> <?php $... ost in Code" URL. Issue a ping command from a PHP script As a final option, if you can run the ping comma... ine, you can also just execute it with a PHP ping script, like this: <sxh php;> <?php $str = exec("ping -
check-script @scripts
3 Occurrences trouvées, Dernière modification :
te simple util ==== We have a simple **stat.sh** script: <sxh sh; title: simple stat.sh script> #!/usr/bin/env bash if [ -z "$1" ] then DIR=./ else DIR... LES" echo "PYTHON LINES: $LINES" </sxh> This script evaluate the number of python files and the numbe
cron @debian
2 Occurrences trouvées, Dernière modification :
====== SCRIPT: list ALL cron on Debian ====== ====== all_ban.sh ====== #!/bin/bash # System-wide ... th\td\tm\tw\tuser\tcommand" | column -s"${tab}" -t rm --force "${temp}" {{tag>tips cron script}}
iptables @debian
2 Occurrences trouvées, Dernière modification :
d/firewall** : <code> #!/bin/bash # Lancement du script de Firewall # Fonction pour le lancement du firew... od +x /etc/init.d/firewall </code> - Ajouter ce script au démarrage : **update-rc.d firewall defaults**
url @google
2 Occurrences trouvées, Dernière modification :
f="http://userscripts.org/scripts/show/121923">le script suivant</a>. Ce script a aussi la particularité de cacher le <a target="_blank" href="http://fr.wikipedia
obsolete @scripts
2 Occurrences trouvées, Dernière modification :
redirection @scripts
2 Occurrences trouvées, Dernière modification :
behaviours @terminal
2 Occurrences trouvées, Dernière modification :
obselete @terminal
2 Occurrences trouvées, Dernière modification :
ffmpeg
1 Occurrences trouvées, Dernière modification :
error @apache
1 Occurrences trouvées, Dernière modification :
commandes @debian
1 Occurrences trouvées, Dernière modification :
hosts.deny @debian
1 Occurrences trouvées, Dernière modification :
log @debian
1 Occurrences trouvées, Dernière modification :
php @feed
1 Occurrences trouvées, Dernière modification :
dorks @google
1 Occurrences trouvées, Dernière modification :
tips @google
1 Occurrences trouvées, Dernière modification :
mirc @irc
1 Occurrences trouvées, Dernière modification :
flac2mp3 @scripts
1 Occurrences trouvées, Dernière modification :
lire @secu
1 Occurrences trouvées, Dernière modification :
  • index.txt
  • Dernière modification : 2022/11/08 16:43
  • de 127.0.0.1