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
8 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
2 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
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
6 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
14 Occurrences trouvées, Dernière modification :
exits, Bash reads and executes commands from the file ''~/.bash_logout'', if it exists. Why an extra l... ds and executes commands from ''~/.bashrc''. This file should contain, for example, aliases, since they ... ''/etc/bash.bashrc'' or a similar system-wide rc-file is specific to vendors and distributors that ship... Bash//. The classic way to have a system-wide rc file is to ''source /etc/bashrc'' from every user's ''
basics @terminal
17 Occurrences trouvées, Dernière modification :
les ===== 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> b... extension, but by **permissions** (filemode). The file name can be any combination of legal filename cha... ng else. <code> chmod +x ./myfile </code> If the file is executable, and you want to use it by calling
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
15 Occurrences trouvées, Dernière modification :
tances, there are 3 files open, accessible by the file descriptors 0, 1 and 2, all connected to your ter... wrap> Both, ''stdout'' and ''stderr'' are output file descriptors. Their difference is the **convention... rror messages (stderr) to the bit bucket cat some_file.txt 2>/dev/null </code> Whenever you **reference** a descriptor, to point to its current target file, then you use a "''&''" followed by a the 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
4 Occurrences trouvées, Dernière modification :
: ''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... re options break ;; esac done # End of file </code> ==== Filter unwanted options with a wrap
obsolete @scripts
6 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
1 Occurrences trouvées, Dernière modification :
port @network
57 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
13 Occurrences trouvées, Dernière modification :
redbook @doc
7 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
47 Occurrences trouvées, Dernière modification :
log @debian
4 Occurrences trouvées, Dernière modification :
ipset @debian
5 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
4 Occurrences trouvées, Dernière modification :
error @apache
1 Occurrences trouvées, Dernière modification :
  • index.txt
  • Dernière modification : 2022/11/08 16:43
  • de 127.0.0.1