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.10
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 /
gl /
zenity /
[ HOME SHELL ]
Name
Size
Permission
Action
figures
[ DIR ]
drwxr-xr-x
calendar.page
2.47
KB
-rw-r--r--
color-selection.page
1.56
KB
-rw-r--r--
entry.page
1.82
KB
-rw-r--r--
error.page
1022
B
-rw-r--r--
file-selection.page
2.41
KB
-rw-r--r--
forms.page
2.54
KB
-rw-r--r--
index.page
1.05
KB
-rw-r--r--
info.page
1.05
KB
-rw-r--r--
intro.page
1.26
KB
-rw-r--r--
legal.xml
2.88
KB
-rw-r--r--
list.page
2.95
KB
-rw-r--r--
message.page
807
B
-rw-r--r--
notification.page
2.29
KB
-rw-r--r--
password.page
1.47
KB
-rw-r--r--
progress.page
2.35
KB
-rw-r--r--
question.page
1.01
KB
-rw-r--r--
scale.page
2.26
KB
-rw-r--r--
text.page
2.45
KB
-rw-r--r--
usage.page
8.56
KB
-rw-r--r--
warning.page
1.04
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : scale.page
<?xml version="1.0" encoding="utf-8"?> <page xmlns="http://projectmallard.org/1.0/" type="topic" id="scale" xml:lang="gl"> <info> <link type="guide" xref="index#dialogs"/> <desc>Use a opción <cmd>--scale</cmd>.</desc> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>Fran Dieguez</mal:name> <mal:email>frandieguez@gnome.org</mal:email> <mal:years>2011-2012.</mal:years> </mal:credit> </info> <title>Diálogo de escala</title> <p>Use a opción <cmd>--scale</cmd> para crear un diálogo de escala.</p> <p>O diálogo de escala admite as seguintes opcións:</p> <terms> <item> <title><cmd>--text</cmd>=<var>TEXTO</var></title> <p>EStabeleza o texto do diálogo. (Predeterminado: «Axustar o valor da escala»)</p> </item> <item> <title><cmd>--value</cmd>=<var>VALOR</var></title> <p>Set initial value. (Default: 0) You must specify value between minimum value to maximum value.</p> </item> <item> <title><cmd>--min-value</cmd>=<var>VALOR</var></title> <p>Estableza o valor mínimo. (Predeteminado: 0)</p> </item> <item> <title><cmd>--max-value</cmd>=<var>VALUE</var></title> <p>Set maximum value. (Default: 100)</p> </item> <item> <title><cmd>--step</cmd>=<var>VALUE</var></title> <p>Set step size. (Default: 1)</p> </item> <item> <title><cmd>--print-partial</cmd></title> <p>Print value to standard output, whenever a value is changed. </p> </item> <item> <title><cmd>--hide-value</cmd></title> <p>Ocultar o valor nun diálogo.</p> </item> </terms> <p>O seguinte script de exemplo mostra como se crea un diálogo de calendario:</p> <code> #!/bin/sh VALUE=`zenity --scale --text="Select window transparency." --value=50` case $? in 0) echo "Seleccionouse $VALUE%.";; 1) echo "Non se seleccionou ningún valor.";; -1) echo "Produciuse un erro non esperado.";; esac </code> <figure> <title>Exemplo de diálogo de escala</title> <desc>Exemplo do diálogo de escala de <app>Zenity</app></desc> <media type="image" mime="image/png" src="figures/zenity-scale-screenshot.png"/> </figure> </page>
Close