index

Recherche

Voici les résultats de votre recherche.

ffmpeg
1 Occurrences trouvées, Dernière modification :
====== FFMPEG ====== FFMPEG exemple script visual Original article : https://lukaprincic.si/development-
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
obselete @terminal
2 Occurrences trouvées, Dernière modification :
omplex rules for when non-zero statuses cause the script to abort. Conversely, large software projects wit... er set on the command line rather than within the script itself.\\ Most of this also applies to the ''ERR'
behaviours @terminal
2 Occurrences trouvées, Dernière modification :
p files. When the command that is run is a shell script, then the restrictions are **turned off** for the (sub-)shell that runs that shell script. __**The restricted shell can be switched on by
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.
lire @secu
1 Occurrences trouvées, Dernière modification :
s.log Si tout fonctionne bien on peut placer ce script dans /etc/cron.weekly pour avoir un rapport par s
redirection @scripts
2 Occurrences trouvées, Dernière modification :
and error-messages on ''stderr''. If you write a script that outputs error messages, please make sure you... specified directly at the command line (or in the script), no "external" source. The redirection-operator
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> >
obsolete @scripts
2 Occurrences trouvées, Dernière modification :
omplex rules for when non-zero statuses cause the script to abort. Conversely, large software projects wit... er set on the command line rather than within the script itself.\\ Most of this also applies to the ''ERR'
flac2mp3 @scripts
1 Occurrences trouvées, Dernière modification :
s://blog.seboss666.info/2014/04/convertir-ses-flac-en-mp3-sous-linux/ {{tag>flac2mp3 flac mp3 script sh}}
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
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 -
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}}
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>
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 ...
mirc @irc
1 Occurrences trouvées, Dernière modification :
url @google
2 Occurrences trouvées, Dernière modification :
php @feed
1 Occurrences trouvées, Dernière modification :
logrotate @debian
21 Occurrences trouvées, Dernière modification :
log @debian
1 Occurrences trouvées, Dernière modification :
iptables @debian
2 Occurrences trouvées, Dernière modification :
hosts.deny @debian
1 Occurrences trouvées, Dernière modification :
cron @debian
2 Occurrences trouvées, Dernière modification :
commandes @debian
1 Occurrences trouvées, Dernière modification :
bash @debian
7 Occurrences trouvées, Dernière modification :
backup @debian
3 Occurrences trouvées, Dernière modification :
redbook @doc
5 Occurrences trouvées, Dernière modification :
dorks @google
1 Occurrences trouvées, Dernière modification :
error @apache
1 Occurrences trouvées, Dernière modification :
tips @google
1 Occurrences trouvées, Dernière modification :
  • index.txt
  • Dernière modification : 2022/11/08 16:43
  • de 127.0.0.1