index

hidepages plugin - suppressed page: sidebar

Recherche

Voici les résultats de votre recherche.

basics @terminal
19 Occurrences trouvées, Dernière modification :
====== The basics of shell scripting ====== {{keywords>bash 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
obsolete @scripts
18 Occurrences trouvées, Dernière modification :
ated syntax ====== https://wiki.bash-hackers.org/scripting/obsolete This (incomplete) page describes ... onale is beyond the scope of this page. See the [[scripting:nonportable | portability page]] for a discuss... t to most everyone except maybe code golfers. New scripts should never use them. None of the items on this... from the Bourne shell due to complaints of broken scripts and changes in previously documented behavior. M
obselete @terminal
18 Occurrences trouvées, Dernière modification :
d deprecated syntax ====== {{keywords>bash shell scripting obsolete deprecated outdated}} This (incomple... onale is beyond the scope of this page. See the [[scripting:nonportable | portability page]] for a discuss... t to most everyone except maybe code golfers. New scripts should never use them. None of the items on this... from the Bourne shell due to complaints of broken scripts and changes in previously documented behavior. M
scripting @terminal
18 Occurrences trouvées, Dernière modification :
====== Scripting with style ====== FIXME continue These are some coding guidelines that helped me to rea... 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 :
will come when you want to give arguments to your scripts. These arguments are known as **positional param... parameter, equivalent to ''argv[0]'' in C, see [[scripting:posparams#the_first_argument | the first argum... ''|all positional parameters except ''$0'', see [[scripting:posparams#mass_usage | mass usage]]| |''$@''|all positional parameters except ''$0'', see [[scripting:posparams#mass_usage | mass usage]]| |''$#''|t
logrotate @debian
14 Occurrences trouvées, Dernière modification :
Immediately after rotation (before the postrotate script is run) the log file is created (with the same na... scripts Run prerotate and postrotate scripts for every log file which is rotated (this is the default, and overrides the shared‐ scripts option). If the scripts exit with error, the remaining actions will not be executed for the affected log
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
tips @js
7 Occurrences trouvées, Dernière modification :
As mentioned in comments use defer: <sxh js> <script src="deferMe.js" defer></script> or <body onload="script();"> or document.onload = function ... or even window.onload = funct... more standard.// ---- **Example** <code js> <script type="text/javascript" src="jquery.js"></script>
check-script @scripts
6 Occurrences trouvées, Dernière modification :
The one of the simplest way to check your bash/sh scripts is run it and check it output or run it and chec... m/pahaz/bashtest|bashtest]] tool for testing your scripts. https://wiki.bash-hackers.org/howto/testing-your-scripts ==== Write simple util ==== We have a simple **stat.sh** script: <sxh sh; title: simple stat.sh script> #!/usr/b
terminal
4 Occurrences trouvées, Dernière modification :
ntroduction ====== https://wiki.bash-hackers.org/scripting/terminalcodes? Terminal (control) codes are... et's keep the discussion centered on common shell scripting ;-) If I couldn't find a matching ANSI escape... rsion of Charles Cooke's colorful Mandelbrot plot scripts ([[http://earth.gkhs.net/ccooke/shell.html | ori... y Roland Mainz can be found [[http://svn.nrubsig.org/svn/people/gisburn/scripts/mandelbrotset1.sh | here]]
ping @php
4 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 -... can work. REF: https://alvinalexander.com/php/php-ping-scripts-examples-ping-command/ {{tag>php ping}}
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
url @google
3 Occurrences trouvées, Dernière modification :
r <a target="_blank" href="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
port @network
3 Occurrences trouvées, Dernière modification :
itle="Sub7">Sub7</a> default. Most <a href="/wiki/Script_kiddie" title="Script kiddie">script kiddies</a> do not change from this</td> <td>Unofficial</td> </tr> <tr bgcolor="lightsteel
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}}
quoting @scripts
3 Occurrences trouvées, Dernière modification :
redirection @scripts
3 Occurrences trouvées, Dernière modification :
behaviours @terminal
3 Occurrences trouvées, Dernière modification :
cron @debian
2 Occurrences trouvées, Dernière modification :
iptables @debian
2 Occurrences trouvées, Dernière modification :
command @irc
2 Occurrences trouvées, Dernière modification :
lire @secu
2 Occurrences trouvées, Dernière modification :
ffmpeg
1 Occurrences trouvées, Dernière modification :
error @apache
1 Occurrences trouvées, Dernière modification :
chmod @debian
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 :
sysv-rc-conf @debian
1 Occurrences trouvées, Dernière modification :
tput @debian
1 Occurrences trouvées, Dernière modification :
redbook @doc
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 :
eggdrop @irc
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 :
erreur32 @user
1 Occurrences trouvées, Dernière modification :
  • index.txt
  • Dernière modification : 2022/11/08 16:43
  • de 127.0.0.1