Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.130
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
help /
pt_BR /
zenity /
[ HOME SHELL ]
Name
Size
Permission
Action
figures
[ DIR ]
drwxr-xr-x
calendar.page
2.72
KB
-rw-r--r--
color-selection.page
1.8
KB
-rw-r--r--
entry.page
2.06
KB
-rw-r--r--
error.page
1.23
KB
-rw-r--r--
file-selection.page
2.62
KB
-rw-r--r--
forms.page
2.77
KB
-rw-r--r--
index.page
1.26
KB
-rw-r--r--
info.page
1.28
KB
-rw-r--r--
intro.page
1.5
KB
-rw-r--r--
legal.xml
3.07
KB
-rw-r--r--
list.page
3.23
KB
-rw-r--r--
message.page
1.02
KB
-rw-r--r--
notification.page
2.56
KB
-rw-r--r--
password.page
1.72
KB
-rw-r--r--
progress.page
2.8
KB
-rw-r--r--
question.page
1.25
KB
-rw-r--r--
scale.page
2.52
KB
-rw-r--r--
text.page
2.7
KB
-rw-r--r--
usage.page
8.93
KB
-rw-r--r--
warning.page
1.25
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : notification.page
<?xml version="1.0" encoding="utf-8"?> <page xmlns="http://projectmallard.org/1.0/" type="topic" id="notification" xml:lang="pt-BR"> <info> <link type="guide" xref="index#dialogs"/> <desc>Use a opção <cmd>--notification</cmd>.</desc> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>Rodolfo Ribeiro Gomes</mal:name> <mal:email>rodolforg@gmail.com</mal:email> <mal:years>2009</mal:years> </mal:credit> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>Rafael Fontenelle</mal:name> <mal:email>rafaelff@gnome.org</mal:email> <mal:years>2017</mal:years> </mal:credit> </info> <title>Ícone de notificação</title> <p>Use a opção <cmd>--notification</cmd> para criar um ícone de notificação.</p> <terms> <item> <title><cmd>--text</cmd>=<var>texto</var></title> <p>Especifica o texto que é exibido na área de notificação.</p> </item> <item> <title><cmd>--listen</cmd>=icon: '<var>texto</var>', message: '<var>texto</var>', tooltip: '<var>texto</var>', visible: '<var>texto</var>',</title> <p>Ouve comandos na entrada padrão. Pelo menos um comando deve ser especificado. Comandos são separados por vírgula. Um comando deve ser seguido por dois pontos e um valor.</p> <note style="tip"> <p>O comando <cmd>icon</cmd> também aceita quatro valores pré-definidos tais como <var>error</var>, <var>info</var>, <var>question</var> e <var>warning</var>.</p> </note> </item> </terms> <p>O script de exemplo a seguir mostra como criar um ícone de notificação:</p> <code> #!/bin/sh zenity --notification\ --window-icon="info" \ --text="Existem atualizações de sistema importantes!" </code> <figure> <title>Exemplo de ícone de notificação</title> <desc>exemplo de ícone de notificação do <app>Zenity</app></desc> <media type="image" mime="image/png" src="figures/zenity-notification-screenshot.png"/> </figure> <p>O script de exemplo a seguir mostra como criar um ícone de notificação junto com <cmd>--listen</cmd>:</p> <code> #!/bin/sh cat <<EOH| zenity --notification --listen message: este é o texto da mensagem EOH </code> <figure> <title>Exemplo de ícone de notificação com <cmd>--listen</cmd></title> <desc>Exemplo de notificação com <cmd>--listen</cmd> do <app>Zenity</app></desc> <media type="image" mime="image/png" src="figures/zenity-notification-listen-screenshot.png"/> </figure> </page>
Close