index

hidepages plugin - suppressed page: test

Recherche

Voici les résultats de votre recherche.

terminal
28 Occurrences trouvées, Dernière modification :
yer. The real codes are looked up in a database **for the currently detected terminal type** and you gi... riate, then looks up the correct escape sequences for the detected terminal in the ''terminfo'' databas... this list I'll focus on ANSI/VT100 control codes for the most common actions - take it as quick refere... ''tput'' acronyms are usually the ones dedicated for ANSI escapes! I listed only the most relevant co
netdata
5 Occurrences trouvées, Dernière modification :
nux 64bit**, pre-built static binary installation for any Linux distro, any kernel version - for Intel/AMD 64bit hosts. bash <(curl -Ss https://m... system does not need bash installed, check below for instructions to run it without bash) Linux, inst... nstall from source, on Mac OS X Linux one liner For all Linux systems, you can use this one liner to
ffmpeg
15 Occurrences trouvées, Dernière modification :
share audio online, but it seems like video as a format has many more options: mastodon, twitter, face... 480x480:zoom=1.5:rc=0:gc=200:bc=0:rf=0:gf=40:bf=0,format=yuv420p[v]; [v]pad=854:480:187:0[out]" -ma... 480x480:zoom=1.5:rc=0:gc=200:bc=0:rf=0:gf=40:bf=0,format=yuv420p[v]" -map "[v]" -map 0:a -b:v 700k -... ay with zoom and other options to produce desired form. ====== Show waves ====== <code csharp [enable
shortcut @windows
8 Occurrences trouvées, Dernière modification :
ws 10 ====== **Ctrl+ Shift + V:** Paste without formatting. **Shift + F10**: Display the shortcut menu for the selected item. **Ctrl + Shift + N**: Create ... in reverse order. **Shift + click a taskbar icon for an app**: Open an app or quickly open another ins... of an app. **Ctrl + Shift + click a taskbar icon for an app**: Open an app as an administrator. **Shi
truecolor @terminal
25 Occurrences trouvées, Dernière modification :
{ s="/\\/\\/\\/\\/\\"; s=s s s s s s s s; for (colnum = 0; colnum<77; colnum++) { r = 2... o use the "setaf" and "setab" commands to set the foreground and background respectively. # True Color... of terminfo/ncurses. S-Lang author added a check for $COLORTERM containing either "truecolor" or "24bi... this variable to "truecolor". It has been in VTE for a while and but is relatively new, being still gi
scripting @terminal
29 Occurrences trouvées, Dernière modification :
g that technically influences a script, it's only for us humans. I'm used to seeing/using indentation ... sonally, with some exceptions, I prefer the first form because it supports the visual impression of "th... s ==== [[syntax:ccmd:intro | Compound commands]] form the structures that make a shell script differen... .. elif ...; then ... else ... fi </code> == for == <code> for f in /etc/*; do ... done </code>
putty @terminal
2 Occurrences trouvées, Dernière modification :
utty ====== An open source telnet and SSH Client for the Windows and Unix. ====== from PuTTY Colour Schemes ====== {{:1:url.jpg?200|}} Default Foreground: 255/255/255 Default Background: 51/51
obselete @terminal
46 Occurrences trouvées, Dernière modification :
the [[scripting:nonportable | portability page]] for a discussion on portability issues. This first t... any legitimate uses. These features exist mostly for Bourne, csh, or some other backward compatibility... ''>FILE 2>&1'' |This redirection syntax is short for ''>FILE 2>&1'' and originates in the C Shell. The latter form is especially uncommon and should never be used,
color @terminal
25 Occurrences trouvées, Dernière modification :
{ s="/\\/\\/\\/\\/\\"; s=s s s s s s s s; for (colnum = 0; colnum<77; colnum++) { r = 2... o use the "setaf" and "setab" commands to set the foreground and background respectively. # True Color... f terminfo/ncurses. S-Lang author added a check for $COLORTERM containing either "truecolor" or "24bi... this variable to "truecolor". It has been in VTE for a while and but is relatively new, being still gi
behaviours @terminal
24 Occurrences trouvées, Dernière modification :
ny actions and variable sets that only make sense for the initial user login. That's why all UNIX(r) sh... ki>--login</nowiki>'' option __**Methods to test for login shell mode:**__ * the shell option ''[[in... nds from ''~/.bashrc''. This file should contain, for example, aliases, since they need to be defined i... every user's ''~/.bashrc''. __**Methods to test for interactive-shell mode:**__ * the special param
basics @terminal
11 Occurrences trouvées, Dernière modification :
le specification of the interpreter of that file, for example: <code bash> #!/bin/bash echo "Hello worl... rk "#", which indicates a comment. The shebang is for the operating system, not for the shell. Programs that don't ignore such lines, may not work as sheban... pond with a "''no such file or directory''" error for a nonexistant interpreter specified by the sheban
redirection @scripts
5 Occurrences trouvées, Dernière modification :
terminal** here. Check your preferred UNIX(r)-FAQ for details, I'm too lazy to explain what a terminal ... ists. You can manually override that behaviour by forcing overwrite with the redirection operator ''>|'... ay help cat <<EOF Sorry... No help available yet for $PROGRAM. Hehe... EOF </code> As you see, substi... of the here-documents. The word ''WORD'' is taken for the input redirection: <code> cat <<< "Hello wor
quoting @scripts
19 Occurrences trouvées, Dernière modification :
e-quotes: ''<nowiki>'stuff'</nowiki>'' All three forms have the very same purpose: **They give you gen... troduce strong-quoting (see below) * characters for pattern matching * tilde expansion * pathname... ATIVE: It's also possible to mix-and-match quotes for readability: echo "Here's my test" </code> ====... e (ASCII 033) **\E is non-standard** | | ''\f'' | form feed | | ''\n'' | newline | | ''\r'' | carriage
positional-parameters @scripts
22 Occurrences trouvées, Dernière modification :
t was called. Option-switch parsing (e.g. ''-h'' for displaying help) is not performed at this point. ... lso [[dict:terms:parameter | the dictionary entry for "parameter"]]. ===== The first argument ===== ... /bin/testscript </code> However, this isn't true for login shells: <code> > echo "$0" -bash </code> I... ily influence it (the ''login'' program does that for login shells, by prefixing a dash, for example).
obsolete @scripts
46 Occurrences trouvées, Dernière modification :
the [[scripting:nonportable | portability page]] for a discussion on portability issues. This first t... any legitimate uses. These features exist mostly for Bourne, csh, or some other backward compatibility... ''>FILE 2>&1'' |This redirection syntax is short for ''>FILE 2>&1'' and originates in the C Shell. The latter form is especially uncommon and should never be used,
flac2mp3 @scripts
1 Occurrences trouvées, Dernière modification :
check-script @scripts
3 Occurrences trouvées, Dernière modification :
scripts @nimp
7 Occurrences trouvées, Dernière modification :
port @network
122 Occurrences trouvées, Dernière modification :
mirc @irc
14 Occurrences trouvées, Dernière modification :
dorks @google
35 Occurrences trouvées, Dernière modification :
php @feed
2 Occurrences trouvées, Dernière modification :
web-history @doc
3 Occurrences trouvées, Dernière modification :
redbook @doc
91 Occurrences trouvées, Dernière modification :
code_html @doc
8 Occurrences trouvées, Dernière modification :
tput @debian
4 Occurrences trouvées, Dernière modification :
sec @debian
1 Occurrences trouvées, Dernière modification :
logrotate @debian
24 Occurrences trouvées, Dernière modification :
log @debian
2 Occurrences trouvées, Dernière modification :
iptables @debian
10 Occurrences trouvées, Dernière modification :
ipset @debian
15 Occurrences trouvées, Dernière modification :
hosts.deny @debian
2 Occurrences trouvées, Dernière modification :
cron @debian
5 Occurrences trouvées, Dernière modification :
chmod @debian
1 Occurrences trouvées, Dernière modification :
buster @debian
12 Occurrences trouvées, Dernière modification :
bashrc @debian
1 Occurrences trouvées, Dernière modification :
backup @debian
1 Occurrences trouvées, Dernière modification :
htaccess @apache
1 Occurrences trouvées, Dernière modification :
error @apache
5 Occurrences trouvées, Dernière modification :
osi @network
1 Occurrences trouvées, Dernière modification :
tips @google
2 Occurrences trouvées, Dernière modification :
imap @google:gmail
2 Occurrences trouvées, Dernière modification :
commandes @debian
1 Occurrences trouvées, Dernière modification :
charte @nimp
6 Occurrences trouvées, Dernière modification :
commande_info @debian
8 Occurrences trouvées, Dernière modification :
vpn @debian
1 Occurrences trouvées, Dernière modification :
command @irc
1 Occurrences trouvées, Dernière modification :
eggdrop @irc
1 Occurrences trouvées, Dernière modification :
  • index.txt
  • Dernière modification : 2022/11/08 16:43
  • de 127.0.0.1