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 /
es /
zenity /
[ HOME SHELL ]
Name
Size
Permission
Action
figures
[ DIR ]
drwxr-xr-x
calendar.page
3.26
KB
-rw-r--r--
color-selection.page
2.33
KB
-rw-r--r--
entry.page
2.58
KB
-rw-r--r--
error.page
1.73
KB
-rw-r--r--
file-selection.page
3.16
KB
-rw-r--r--
forms.page
3.33
KB
-rw-r--r--
index.page
1.78
KB
-rw-r--r--
info.page
1.79
KB
-rw-r--r--
intro.page
1.99
KB
-rw-r--r--
legal.xml
3.31
KB
-rw-r--r--
list.page
3.72
KB
-rw-r--r--
message.page
1.52
KB
-rw-r--r--
notification.page
3.09
KB
-rw-r--r--
password.page
2.19
KB
-rw-r--r--
progress.page
3.19
KB
-rw-r--r--
question.page
1.75
KB
-rw-r--r--
scale.page
3.07
KB
-rw-r--r--
text.page
3.23
KB
-rw-r--r--
usage.page
9.59
KB
-rw-r--r--
warning.page
1.79
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : entry.page
<?xml version="1.0" encoding="utf-8"?> <page xmlns="http://projectmallard.org/1.0/" type="topic" id="entry" xml:lang="es"> <info> <link type="guide" xref="index#dialogs"/> <desc>Use la opción <cmd>--entry</cmd>.</desc> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>Daniel Mustieles</mal:name> <mal:email>daniel.mustieles@gmail.com</mal:email> <mal:years>2012-2014</mal:years> </mal:credit> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>Jorge González</mal:name> <mal:email>jorgegonz@svn.gnome.org</mal:email> <mal:years>2007-2010</mal:years> </mal:credit> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>Alejandro Aravena</mal:name> <mal:email>raidenblast@gmail.com</mal:email> <mal:years>2005</mal:years> </mal:credit> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>QA: Francisco Javier F. Serrador</mal:name> <mal:email>serrador@cvs.gnome.org</mal:email> <mal:years>2005</mal:years> </mal:credit> </info> <title>Diálogo para la entrada de texto</title> <p>Use la opción <cmd>-entry</cmd> para crear un diálogo de entrada de texto. <app>Zenity</app> devuelve a la salida estándar el contenido del texto introducido.</p> <p>El diálogo de entrada de texto soporta las siguientes opciones:</p> <terms> <item> <title><cmd>--text</cmd>=<var>texto</var></title> <p>Especifica el texto que se muestra en el diálogo de entrada de texto.</p> </item> <item> <title><cmd>--entry-text</cmd>=<var>texto</var></title> <p>Especifica el texto que se muestra en el campo de entrada del diálogo de entrada.</p> </item> <item> <title><cmd>--hide-text</cmd></title> <p>Oculta el texto en el campo de entrada del diálogo de entrada de texto.</p> </item> </terms> <p>El siguiente script de ejemplo muestra cómo se crea un diálogo de entrada de texto:</p> <code> #!/bin/sh if zenity --entry \ --title="Añadir un perfil nuevo" \ --text="Escriba el nombre del perfil nuevo:" \ --entry-text "NewProfile" then echo $? else echo "No ha especificado ningún nombre" fi </code> <figure> <title>Ejemplo de diálogo de entrada de texto</title> <desc>Ejemplo del diálogo de entrada de texto de <app>Zenity</app></desc> <media type="image" mime="image/png" src="figures/zenity-entry-screenshot.png"/> </figure> </page>
Close