with

hidepages plugin - suppressed page: test

Recherche

Voici les résultats de votre recherche.

redbook @doc
33 Occurrences trouvées, Dernière modification :
u></b><br><br> NOTE: If at any time you need help with any topic found in this guide, feel free to join ... s nothing personal, there have just been problems with abuse of the program in the past on the IRC serve... lder. You should have a button called "Start Tor" with an onion on it, click this to start (if you want ... or Button for Firefox.<br> 5) Once again for help with making a bridge if your ISP blocks Tor please ask
obsolete @scripts
23 Occurrences trouvées, Dernière modification :
Bourne, csh, or some other backward compatibility with obsolete shells, or were Bash-specific features c... red failed experiments and deprecated or replaced with a better alternative. These should be irrelevant ... nt version of POSIX, and some may be incompatible with POSIX. ^ Syntax ^ Replacement ^ Description... ey also introduce parsing ambiguity, and conflict with POSIX. Shells without this feature treat ''cmd1 &
obselete @terminal
23 Occurrences trouvées, Dernière modification :
Bourne, csh, or some other backward compatibility with obsolete shells, or were Bash-specific features c... red failed experiments and deprecated or replaced with a better alternative. These should be irrelevant ... nt version of POSIX, and some may be incompatible with POSIX. ^ Syntax ^ Replacement ^ Description... ey also introduce parsing ambiguity, and conflict with POSIX. Shells without this feature treat ''cmd1 &
behaviours @terminal
20 Occurrences trouvées, Dernière modification :
art from the ''login'' binary * Bash is started with the ''-l'' option * Bash is started with the ''<nowiki>--login</nowiki>'' option __**Methods to test... Bash maintainer's document): <code> Starting Bash with the `--posix' command-line option or executing `s... nd the new location. This is also available with `shopt -s checkhash'. 2. The message printed b
logrotate @debian
15 Occurrences trouvées, Dernière modification :
Old versions of log files are compressed with gzip(1) by default. See also nocompress. c... ostrotate script is run) the log file is created (with the same name as the log file just... y has effect when used in combination with compress. It can be used when some program canno... time. extension ext Log files with ext extension can keep it after the rotation. If
basics @terminal
15 Occurrences trouvées, Dernière modification :
can be executable, but you can call a Bash script with that filename as a parameter: <code> bash ./myfil... nt, the program specified after ''#!'' is started with the scriptname and all its arguments. These two c... e Operating System does, it calls "''/bin/echo''" with the name of the executable file and following arg... sh/bin/test testword hello </code> The same way, with ''#!/bin/bash'' the shell "''/bin/bash''" is call
buster @debian
9 Occurrences trouvées, Dernière modification :
ebian-goodies) \\ **The rust compiler 1.34 ships with more than 450 libraries (crates) with new great software like ripgrep, fd or exa.** \\ ===== Changes =... bianPkg:sudo instead. `sudo` still runs commands with an altered `PATH` variable. To get a regular root shell with the correct `PATH`, you may use '''sudo -s'''. T
dorks @google
9 Occurrences trouvées, Dernière modification :
just Google), you must type in the query followed with the domain name without the .com or .net "htt... Index of" config.php This search brings up sites with "config.php" files. To skip the technical discuss... me and a password for an SQL database. Most sites with forums run a PHP message base. This file gives y... BR * the key is the 94FBR code.. it was included with many MS Office registration codes so this will he
color @terminal
9 Occurrences trouvées, Dernière modification :
lain ASCII \\ - ANSI escape codes: 16 color codes with bold/italic and background \\ - 256 color palette... g/xfce4-terminal-0.6.90) release, if compiled with GTK+3\\ - **libvte**-based [Terminator](http://... terminal](http://sourceforge.net/projects/lxde) - with **--enable-gtk3** configure flag.\\ - **lib... - [mlterm](http://mlterm.sourceforge.net) - built with **--with-gtk=3.0** configure flag. Approximates
scripting @terminal
9 Occurrences trouvées, Dernière modification :
====== Scripting with style ====== FIXME continue These are some coding guidelines that helped me to r... shellscript file); don't change your code layout with your mood. Some good code layout helps you to re... option \ some_other_option </code> Personally, with some exceptions, I prefer the first form because ... if you use ''UPPERCASE'' names, prepend the name with a unique prefix (''MY_'' in the example below) <
truecolor @terminal
9 Occurrences trouvées, Dernière modification :
- Plain ASCII - ANSI escape codes: 16 color codes with bold/italic and background - 256 color palette: 2... g/xfce4-terminal-0.6.90) release, if compiled with GTK+3 - **libvte**-based [Terminator](http:... terminal](http://sourceforge.net/projects/lxde) - with **--enable-gtk3** configure flag. - **libvt... - [mlterm](http://mlterm.sourceforge.net) - built with **--with-gtk=3.0** configure flag. Approximates
terminal
7 Occurrences trouvées, Dernière modification :
will perform some action. You can print the codes with a simple ''echo'' command. __**Note:**__ I see c... o mail me or fix it. The ANSI codes always start with the ESC character. (ASCII 0x1B or octal 033) This... e ''tput'' command!** All codes that can be used with ''tput'' can be found in terminfo(5). (on OpenBSD... s__ section. The //cap-name// is the code to use with tput. A description of each code is also provided
port @network
7 Occurrences trouvées, Dernière modification :
> <td> Port/application combination is registered with IANA</td> </tr> <tr> <td style="background: none ... /application combination is <b>not</b> registered with IANA</td> </tr> <tr> <td style="background: none ... </td> <td></td> <td>UDP</td> <td>comsat, together with <a href="/wiki/Biff_%28computing%29" title="Biff ... or example, a packet sniffer showing a TCP packet with source port 1080 and destination port 1494 might
quoting @scripts
7 Occurrences trouvées, Dernière modification :
ing a backslash: ''\$stuff'' * **weak quoting** with double-quotes: ''"stuff"'' * **strong quoting** with single-quotes: ''<nowiki>'stuff'</nowiki>'' All ... ("weak quoting") occurs, there are 2 ways to deal with it * if the baskslash is followed by a characte... sh variants including dash, (except busybox built with "bash compatibility" features). ===== I18N/L10N =
redirection @scripts
7 Occurrences trouvées, Dernière modification :
and comes from. It's a mighty tool that, together with pipelines, makes the shell powerful. The redirect... g file descriptors above 9, since you may collide with file descriptors Bash uses internally. ===== ... iting starts. If the option ''noclobber'' is set with [[commands:builtin:set | the set builtin]], with cause the redirection to fail, when ''TARGET'' names a
positional-parameters @scripts
6 Occurrences trouvées, Dernière modification :
mirc @irc
4 Occurrences trouvées, Dernière modification :
ffmpeg
3 Occurrences trouvées, Dernière modification :
ipset @debian
3 Occurrences trouvées, Dernière modification :
code_html @doc
3 Occurrences trouvées, Dernière modification :
cron @debian
2 Occurrences trouvées, Dernière modification :
netdata
1 Occurrences trouvées, Dernière modification :
error @apache
1 Occurrences trouvées, Dernière modification :
htaccess @apache
1 Occurrences trouvées, Dernière modification :
log @debian
1 Occurrences trouvées, Dernière modification :
tput @debian
1 Occurrences trouvées, Dernière modification :
ping @php
1 Occurrences trouvées, Dernière modification :