index

hidepages plugin - suppressed page: sidebar

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
19 Occurrences trouvées, Dernière modification :
====== Scripting with style ====== FIXME continue These are some coding guidelines that helped me to rea... 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.
obselete @terminal
22 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... ible with POSIX. ^ Syntax ^ Replacement ^ Description ^ |''&>FILE'' and ''>&FILE'' |''>FILE 2>&1''
behaviours @terminal
3 Occurrences trouvées, Dernière modification :
== Bash's behaviour ====== {{keywords>bash shell scripting startup files dotfiles modes POSIX}} FIXME in... 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
23 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
lire @secu
2 Occurrences trouvées, Dernière modification :
es qu'elle rencontre. ====== Mise en place des scripts ====== Pour commencer nous allons générer des... s.log Si tout fonctionne bien on peut placer ce script dans /etc/cron.weekly pour avoir un rapport par s
redirection @scripts
25 Occurrences trouvées, Dernière modification :
there are 3 files open, accessible by the file descriptors 0, 1 and 2, all connected to your terminal: ^Name^FD^Description^ |''stdin''|0|standard input stream (e.g. keyb... Both, ''stdout'' and ''stderr'' are output file descriptors. Their difference is the **convention** that a... and error-messages on ''stderr''. If you write a script that outputs error messages, please make sure you
positional-parameters @scripts
23 Occurrences trouvées, Dernière modification :
will come when you want to give arguments to your scripts. These arguments are known as **positional param... l parameters are described below: ^Parameter(s)^Description^ |''$0''|the first positional 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]]| |''$@''|a
obsolete @scripts
22 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... ible with POSIX. ^ Syntax ^ Replacement ^ Description ^ |''&>FILE'' and ''>&FILE'' |''>FILE 2>&1''
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
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
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}}
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
8 Occurrences trouvées, Dernière modification :
ges/sort_none.gif" alt="↓"></span></a></th> <th>Description<a href="#" class="sortheader" onclick="ts_reso... 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
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
4 Occurrences trouvées, Dernière modification :
php @feed
17 Occurrences trouvées, Dernière modification :
logrotate @debian
39 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
2 Occurrences trouvées, Dernière modification :
bash @debian
7 Occurrences trouvées, Dernière modification :
backup @debian
3 Occurrences trouvées, Dernière modification :
terminal
11 Occurrences trouvées, Dernière modification :
erreur32 @user
1 Occurrences trouvées, Dernière modification :
quoting @scripts
3 Occurrences trouvées, Dernière modification :
eggdrop @irc
1 Occurrences trouvées, Dernière modification :
command @irc
2 Occurrences trouvées, Dernière modification :
dorks @google
6 Occurrences trouvées, Dernière modification :
redbook @doc
6 Occurrences trouvées, Dernière modification :
tput @debian
1 Occurrences trouvées, Dernière modification :
sysv-rc-conf @debian
1 Occurrences trouvées, Dernière modification :
error @apache
9 Occurrences trouvées, Dernière modification :
chmod @debian
1 Occurrences trouvées, Dernière modification :
tips @google
2 Occurrences trouvées, Dernière modification :
ipv6 @doc
1 Occurrences trouvées, Dernière modification :
commande_info @debian
46 Occurrences trouvées, Dernière modification :
  • index.txt
  • Dernière modification : 2022/11/08 16:43
  • de 127.0.0.1