index

hidepages plugin - suppressed page: test

Recherche

Voici les résultats de votre recherche.

terminal
57 Occurrences trouvées, Dernière modification :
can be related to switching colors or positioning the cursor, i.e. anything that can't be done by the application itself. ===== How it technically works =... racters that is printed (like any other text). If the terminal understands the code, it won't display the character-sequence, but will perform some action.
netdata
6 Occurrences trouvées, Dernière modification :
nodejs </panel> You can install the latest release of netdata, using your package man... e installation, on any modern Linux system** (the suggested way of installing the latest netdata and keep it up to date automatically) bash <... this command, it will do it by itself as needed; the target system does not need bash installed, check
ffmpeg
7 Occurrences trouvées, Dernière modification :
your audio file, often autogenerated visuals. All the code is supposed to be used as one line without l... a -b:v 700k -b:a 360k OUTPUT_VIDEO.mp4 </code> The code above creates a mp4 video file with a vector... 80p) video. If you need a 1:1 video, just exclude the pad part: <code csharp [enable_line_numbers="tru... create almost completely desaturated spectrum of the audio sliding from right to left. Again, there ar
shortcut @windows
20 Occurrences trouvées, Dernière modification :
te without formatting. **Shift + F10**: Display the shortcut menu for the selected item. **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 layout when multiple keyb
erreur32 @user
1 Occurrences trouvées, Dernière modification :
ng|}} https://www.youtube.com/embed/lJpWD9jxJMo The answer is: 42 🅴🆁🆁🅴🆄🆁32 </block> {{tag>
truecolor @terminal
31 Occurrences trouvées, Dernière modification :
\x1b[${bg};2;${red};${green};${blue}m\n" </code> The 256-color palette is configured at start and is a... support can only display 256 different colors in the terminal while "true color" means that you can display 16 million different colors at the same time. Truecolor escape codes do not use a color palette. They just specify the color itself. This is a good test case: <cod
scripting @terminal
86 Occurrences trouvées, Dernière modification :
helped me to read and understand my own code over the years. They also will help to produce code that w... and terrible code (not only in shell) during all the years, that I'm 100% convinced there needs to be ... ughout your code (at least don't change it within the same shellscript file); don't change your code la... er a while. And of course it helps others to read the code. ===== Indentation guidelines ===== Indent
putty @terminal
1 Occurrences trouvées, Dernière modification :
====== An open source telnet and SSH Client for the Windows and Unix. ====== from PuTTY Colour Schem
obselete @terminal
96 Occurrences trouvées, Dernière modification :
bsolete by some measure. A thorough discussion of the rationale is beyond the scope of this page. See the [[scripting:nonportable | portability page]] for a discussion on portabili... lfers. New scripts should never use them. None of the items on this list are specified by the most curr
color @terminal
31 Occurrences trouvées, Dernière modification :
\x1b[${bg};2;${red};${green};${blue}m\n" </code> The 256-color palette is configured at start and is a... support can only display 256 different colors in the terminal while "true color" means that you can display 16 million different colors at the same time. Truecolor escape codes do not use a color palette. They just specify the color itself. This is a good test case: <code b
behaviours @terminal
172 Occurrences trouvées, Dernière modification :
s a "login shell", Bash reads and sets (executes) the user's profile from ''/etc/profile'' and one of '... _login'', or ''~/.profile'' (in that order, using the first one that's readable!). When a login shell exits, Bash reads and executes commands from the file ''~/.bash_logout'', if it exists. Why an ex... ctions and variable sets that only make sense for the initial user login. That's why all UNIX(r) shells
basics @terminal
128 Occurrences trouvées, Dernière modification :
====== The basics of shell scripting ====== {{keywords>bash shell scripting basics learning tutorial}}... === A shell script usually resides inside a file. The file can be executable, but you can call a Bash s... from UNIX(r), where executables are not tagged by the extension, but by **permissions** (filemode). The file name can be any combination of legal filename c
redirection @scripts
73 Occurrences trouvées, Dernière modification :
\ Redirection makes it possible to control where the output of a command goes to, and where the input of a command comes from. It's a mighty tool that, together with pipelines, makes the shell powerful. The redirection operators are checked whenever a [[syntax:grammar:parser_exec | simple
quoting @scripts
62 Occurrences trouvées, Dernière modification :
ing and escaping are important, as they influence the way Bash acts upon your input. There are three re... '<nowiki>'stuff'</nowiki>'' All three forms have the very same purpose: **They give you general contro... string) you'll meet below. :!: **ATTENTION** :!: The quote characters (''"'', double quote and ''<nowi... ment that influence parsing. It is not related to the quote characters passed as text to the command li
positional-parameters @scripts
85 Occurrences trouvées, Dernière modification :
positional parameters ====== ===== Intro ===== The day will come when you want to give arguments to ... scribed below: ^Parameter(s)^Description^ |''$0''|the first positional parameter, equivalent to ''argv[0]'' in C, see [[scripting:posparams#the_first_argument | the first argument]]| |''$FUNCNAME''| the function name (__**attention**__: inside a
obsolete @scripts
96 Occurrences trouvées, Dernière modification :
check-script @scripts
7 Occurrences trouvées, Dernière modification :
ping @php
6 Occurrences trouvées, Dernière modification :
scripts @nimp
2 Occurrences trouvées, Dernière modification :
netatmo @nimp
1 Occurrences trouvées, Dernière modification :
port @network
61 Occurrences trouvées, Dernière modification :
osi @network
1 Occurrences trouvées, Dernière modification :
tips @js
2 Occurrences trouvées, Dernière modification :
mirc @irc
98 Occurrences trouvées, Dernière modification :
command @irc
1 Occurrences trouvées, Dernière modification :
dorks @google
32 Occurrences trouvées, Dernière modification :
web-history @doc
1 Occurrences trouvées, Dernière modification :
redbook @doc
239 Occurrences trouvées, Dernière modification :
dns @doc
2 Occurrences trouvées, Dernière modification :
code_html @doc
103 Occurrences trouvées, Dernière modification :
tput @debian
15 Occurrences trouvées, Dernière modification :
sysv-rc-conf @debian
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
163 Occurrences trouvées, Dernière modification :
log @debian
11 Occurrences trouvées, Dernière modification :
ipset @debian
78 Occurrences trouvées, Dernière modification :
interfaces @debian
1 Occurrences trouvées, Dernière modification :
cron @debian
16 Occurrences trouvées, Dernière modification :
chmod @debian
2 Occurrences trouvées, Dernière modification :
buster @debian
45 Occurrences trouvées, Dernière modification :
bashrc @debian
1 Occurrences trouvées, Dernière modification :
htaccess @apache
4 Occurrences trouvées, Dernière modification :
error @apache
8 Occurrences trouvées, Dernière modification :
  • index.txt
  • Dernière modification : 2022/11/08 16:43
  • de 127.0.0.1