index

hidepages plugin - suppressed page: test

Recherche

Voici les résultats de votre recherche.

basics @terminal
46 Occurrences trouvées, Dernière modification :
a Bash script with that filename as a parameter: <code> bash ./myfile </code> There is **no need to add a boring filename extension** like ''.bash'' or ''.sh'... ilename extension is a convention, nothing else. <code> chmod +x ./myfile </code> If the file is executable, and you want to use it by calling only the scrip
redirection @scripts
45 Occurrences trouvées, Dernière modification :
direct this descriptor, you just use the number: <code> # this executes the cat-command and redirects it... to the bit bucket cat some_file.txt 2>/dev/null </code> Whenever you **reference** a descriptor, to poin... e a "''&''" followed by a the descriptor number: <code> # this executes the echo-command and redirects i... ard error target echo "There was an error" 1>&2 </code> The redirection operation can be **anywhere** i
scripting @terminal
43 Occurrences trouvées, Dernière modification :
ines that helped me to read and understand my own code over the years. They also will help to produce code that will be a bit more robust than "if something b... course. But I have seen so much ugly and terrible code (not only in shell) during all the years, that I'm 100% convinced there needs to be //some// code layout and style. No matter which one you use, us
ffmpeg
42 Occurrences trouvées, Dernière modification :
audio file, often autogenerated visuals. All the code is supposed to be used as one line without line-breaks.< ====== Audio Vector Scope ====== <code csharp [enable_line_numbers="true",highlight_line... -map 0:a -b:v 700k -b:a 360k OUTPUT_VIDEO.mp4 </code> The code above creates a mp4 video file with a vectorscope nicely centered inside a 854×480 (480p) vi
quoting @scripts
40 Occurrences trouvées, Dernière modification :
e removed before the command is called! Example: <code> ### NO NO NO: this passes three strings: ### ... MYARG="my multiword argument" command "$MYARG" </code> ===== Per-character escaping ===== Per-charact... not have a special meaning using the backslash: <code> echo \$HOME is set to \"$HOME\" </code> * ''\$HOME'' won't expand because it's not in variable-expan
positional-parameters @scripts
33 Occurrences trouvées, Dernière modification :
ization: __Testscript__ - it just echos ''$0'': <code> #!/bin/bash echo "$0" </code> You see, ''$0'' is always set to the name the script is called with (''>'' is the prompt...): <code> > ./testscript ./testscript </code> <code> > /usr/bin/testscript /usr/bin/testscript </code> However
terminal
31 Occurrences trouvées, Dernière modification :
ow it technically works ===== A terminal control code is a special sequence of characters that is print... any other text). If the terminal understands the code, it won't display the character-sequence, but wil... a matching ANSI escape, you'll see a :?: as the code. Feel free to mail me or fix it. The ANSI codes ... _Capabilities__ section. The //cap-name// is the code to use with tput. A description of each code is a
tips @google
20 Occurrences trouvées, Dernière modification :
of" (ipa) iphone -html -htm -php -asp -txt -pls <code> intitle:"voiture blanche" </code> - trouve les pages contenant voiture ou blanche dans la balise Title. <code>allintitle:"voiture blanche" </code>\\ - trouve les pages contenant voiture et blanche dans la balise T
color @terminal
18 Occurrences trouvées, Dernière modification :
-bit true color: "888" colors (aka 16 milion)\\ <code bash> printf "\x1b[${bg};2;${red};${green};${blue}m\n" </code> The 256-color palette is configured at start an... fy the color itself. This is a good test case: <code bash> printf "\x1b[38;2;255;100;0mTRUECOLOR\x1b[0m\n" </code> - or https://raw.githubusercontent.com/JohnMora
truecolor @terminal
18 Occurrences trouvées, Dernière modification :
24-bit true color: "888" colors (aka 16 milion) <code bash> printf "\x1b[${bg};2;${red};${green};${blue}m\n" </code> The 256-color palette is configured at start an... the color itself. This is a good test case: <code bash> printf "\x1b[38;2;255;100;0mTRUECOLOR\x1b[0m\n" </code> - or https://raw.githubusercontent.com/John
eggdrop @irc
16 Occurrences trouvées, Dernière modification :
s ==== === Utilisateurs de la party line. === <code> Utilisateurs de la Party-line Commandes Fonctio... Arbre representant les bots connectés au botnet </code> === Opérateurs du bot. === <code> Opérateur du bot. Commandes Fonctions .op $nick #chan Met @ un ... Info sur un user .whois $nick Info sur un user </code> === Maitre du bot (master).=== <code> Maître
dorks @google
11 Occurrences trouvées, Dernière modification :
(http://www.i-hacked.com/content/view/23/42) // <code txt> intitle:index.of mkv 2011 1080p -html -htm -... riceless… "login: *" "password= *" filetype:xls </code> ====== Listings of what you want ====== <code txt> * change the word after the parent directory to... -html -htm -php -shtml -opendivx -md5 -md5sums </code> ====== Music ====== intitle:index.of mp3
buster @debian
10 Occurrences trouvées, Dernière modification :
y see this error when you run `apt-get update`: <code> {{{ E: Repository 'http://ftp.us.debian.org/debi... ied. See apt-secure(8) manpage for details. }}} </code> . In order to accept this change, you should ru... my Output. Check if Timidity is running with: <code> {{{ # systemctl status timidity }}} </code> **Stop** and **disable** timidity from future boots with:
iptables @debian
10 Occurrences trouvées, Dernière modification :
ptables.sh (commenter les règles inutiles): \\ <code> #!/bin/bash # IP réservées RESERVED_NET="0.0.0.0... s -A OUTPUT -j LOG_DROP_OUTPUT echo "Terminé." </code> Fichier ** flush_iptables.sh** : <code> #!/bin/bash echo -n "Réinitialisation des règles du firew... es -t nat -X iptables -t mangle -X echo " [OK]" </code> Créer le fichier de chargement du firewall **
redbook @doc
10 Occurrences trouvées, Dernière modification :
vest your browsing data, and even view the source code of said tracker and see exactly how the cookie is... show information to you, using bits of javascript code. This is more of an addon "engine" or developmen... pen a Terminal and enter:</li></ul> <code>sudo apt-get install sun-java6-jdk </code><br><ul> <li>Get the latest install package (yes, the .exe
obsolete @scripts
9 Occurrences trouvées, Dernière modification :
obselete @terminal
9 Occurrences trouvées, Dernière modification :
ip_failover @debian
8 Occurrences trouvées, Dernière modification :
ping @php
7 Occurrences trouvées, Dernière modification :
check-script @scripts
6 Occurrences trouvées, Dernière modification :
reseau @windows
6 Occurrences trouvées, Dernière modification :
hosts.deny @debian
4 Occurrences trouvées, Dernière modification :
interfaces @debian
4 Occurrences trouvées, Dernière modification :
behaviours @terminal
4 Occurrences trouvées, Dernière modification :
bash @debian
3 Occurrences trouvées, Dernière modification :
mirc @irc
3 Occurrences trouvées, Dernière modification :
dnssec @network
3 Occurrences trouvées, Dernière modification :
htaccess @apache
2 Occurrences trouvées, Dernière modification :
bashrc @debian
2 Occurrences trouvées, Dernière modification :
logrotate @debian
2 Occurrences trouvées, Dernière modification :
sec @debian
2 Occurrences trouvées, Dernière modification :
sysv-rc-conf @debian
2 Occurrences trouvées, Dernière modification :
web @doc
2 Occurrences trouvées, Dernière modification :
php @feed
2 Occurrences trouvées, Dernière modification :
tips @js
2 Occurrences trouvées, Dernière modification :
knowledge @network
2 Occurrences trouvées, Dernière modification :
port @network
2 Occurrences trouvées, Dernière modification :
flac2mp3 @scripts
2 Occurrences trouvées, Dernière modification :
portsentry @secu
2 Occurrences trouvées, Dernière modification :
commandes @debian
1 Occurrences trouvées, Dernière modification :
code_html @doc
1 Occurrences trouvées, Dernière modification :
web-history @doc
1 Occurrences trouvées, Dernière modification :
recherche @google
1 Occurrences trouvées, Dernière modification :
echapement @scripts
1 Occurrences trouvées, Dernière modification :
  • index.txt
  • Dernière modification : 2022/11/08 16:43
  • de 127.0.0.1