index

Recherche

Voici les résultats de votre recherche.

terminal
1 Occurrences trouvées, Dernière modification :
ent variable: <code> export LESS=X less /path/to/file </code> Similarly, ''vim'' can be configured not
ffmpeg
9 Occurrences trouvées, Dernière modification :
ricks, how to add interesting video to your audio file, often autogenerated visuals. All the code is sup... O.mp4 </code> The code above creates a mp4 video file with a vectorscope nicely centered inside a 854×4... -f flv "$YOUTUBE_URL/$KEY" </code> # Print file metadata etc. ffmpeg -i path/to/file.ext # Convert all m4a files to mp3 for f in *.m4a; do f
shortcut @windows
3 Occurrences trouvées, Dernière modification :
em. **Ctrl + Shift + N**: Create a new folder in File Explorer. **Ctrl + Shift + E**: Display all folders above the selected folder in the File Explorer. **Ctrl + Shift**: Switch the keyboard ... off. **Shift + Delete**: Permanently delete all files. ====== Les bases: ====== **Ctrl
truecolor @terminal
1 Occurrences trouvées, Dernière modification :
their own method (e.g. an option in their config file). They should use whichever method best matches t
scripting @terminal
5 Occurrences trouvées, Dernière modification :
least don't change it within the same shellscript file); don't change your code layout with your mood. ... counting variables, etc., ... (in the example: ''file'') * prefer ''lowercase'' variables * if yo... the prefix 'MY_' MY_LOG_DIRECTORY=/var/adm/ for file in "$MY_LOG_DIRECTORY"/*; do echo "Found Logfile: $file" done </code> ==== Variable initialization ====
obselete @terminal
8 Occurrences trouvées, Dernière modification :
^ Syntax ^ Replacement ^ Description ^ |''&>FILE'' and ''>&FILE'' |''>FILE 2>&1'' |This redirection syntax is short for ''>FILE 2>&1'' and originates in the C Shell. The latter
color @terminal
1 Occurrences trouvées, Dernière modification :
their own method (e.g. an option in their config file). They should use whichever method best matches
behaviours @terminal
37 Occurrences trouvées, Dernière modification :
r ====== {{keywords>bash shell scripting startup files dotfiles modes POSIX}} FIXME incomplete =====... exits, Bash reads and executes commands from the file ''~/.bash_logout'', if it exists. Why an extra l... rofile</nowiki>'' disables reading of all profile files ==== Interactive shell ==== When Bash star... ds and executes commands from ''~/.bashrc''. This file should contain, for example, aliases, since they
basics @terminal
31 Occurrences trouvées, Dernière modification :
cripting 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 ./myfile </code>
lire @secu
3 Occurrences trouvées, Dernière modification :
maine : #!/bin/sh lr_log2mail combined --log-file /var/log/apache2/access.log.1 -s "Apache access r... on_addresse@mail.com lr_log2mail syslog --log-file /var/log/syslog.0 -s "Syslog report" -o html mon_addresse@mail.com lr_log2mail syslog --log-file /var/log/auth.log.0 -s "Auth report" -o html mon_
redirection @scripts
30 Occurrences trouvées, Dernière modification :
cuted]]. Under normal circumstances, there are 3 files open, accessible by the file descriptors 0, 1 and 2, all connected to your terminal: ^Name^FD^Descript... wrap> Both, ''stdout'' and ''stderr'' are output file descriptors. Their difference is the **convention... ow this convention! Whenever you **name** such a filedescriptor, i.e. you want to redirect this descrip
quoting @scripts
2 Occurrences trouvées, Dernière modification :
ral ''*'' as argument. It will, unless you have a file named ''*'', spit out an error. <code> echo "You... h ['' you will see that there is in fact a binary file with that name. So if we were writing this as a t
positional-parameters @scripts
5 Occurrences trouvées, Dernière modification :
a bad idea if you write a script that takes many filenames as arguments. => forget that one ==== Loop... : ''COMMAND [options] <params>'' # Like 'cat -A file.txt' See simple option parsing code below. It's ... d more. while : do case "$1" in -f | --file) file="$2" # You may want to check validity of $2 shift 2 ;; -h | --help) display_h
obsolete @scripts
8 Occurrences trouvées, Dernière modification :
^ Syntax ^ Replacement ^ Description ^ |''&>FILE'' and ''>&FILE'' |''>FILE 2>&1'' |This redirection syntax is short for ''>FILE 2>&1'' and originates in the C Shell. The latter
flac2mp3 @scripts
3 Occurrences trouvées, Dernière modification :
flac2mp3.sh Version2 ########## #!/bin/bash for FILE in *.flac; do ffmpeg -i "$FILE" -ab 320k -map_metadata 0 "${FILE%.*}.mp3"; done </code> ## links https://blog.seboss666.info/2014/04
check-script @scripts
10 Occurrences trouvées, Dernière modification :
port @network
70 Occurrences trouvées, Dernière modification :
tips @js
1 Occurrences trouvées, Dernière modification :
mirc @irc
4 Occurrences trouvées, Dernière modification :
recherche @google
4 Occurrences trouvées, Dernière modification :
dorks @google
100 Occurrences trouvées, Dernière modification :
redbook @doc
9 Occurrences trouvées, Dernière modification :
code_html @doc
1 Occurrences trouvées, Dernière modification :
sensors @debian
1 Occurrences trouvées, Dernière modification :
sec @debian
2 Occurrences trouvées, Dernière modification :
logrotate @debian
83 Occurrences trouvées, Dernière modification :
log @debian
4 Occurrences trouvées, Dernière modification :
ipset @debian
10 Occurrences trouvées, Dernière modification :
cron @debian
7 Occurrences trouvées, Dernière modification :
commande_info @debian
3 Occurrences trouvées, Dernière modification :
buster @debian
6 Occurrences trouvées, Dernière modification :
error @apache
5 Occurrences trouvées, Dernière modification :
tput @debian
1 Occurrences trouvées, Dernière modification :
chmod @debian
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