Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
share /
software-properties /
gtkbuilder /
[ HOME SHELL ]
Name
Size
Permission
Action
dialog-add-sources-list.ui
6.16
KB
-rw-r--r--
dialog-add.ui
8.88
KB
-rw-r--r--
dialog-cache-outofdate.ui
6.58
KB
-rw-r--r--
dialog-cdrom-progress.ui
3.29
KB
-rw-r--r--
dialog-edit-source.ui
10.53
KB
-rw-r--r--
dialog-mirror.ui
15.95
KB
-rw-r--r--
dialog-ua-attach.ui
10.51
KB
-rw-r--r--
dialog-ua-detach.ui
2.59
KB
-rw-r--r--
dialog-ua-fips-enable.ui
3.53
KB
-rw-r--r--
main.ui
94.74
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : dialog-ua-attach.ui
<?xml version="1.0" encoding="UTF-8"?> <interface> <requires lib="gtk+" version="3.16"/> <object class="GtkDialog" id="dialog_ua_attach"> <property name="can-focus">False</property> <property name="border-width">18</property> <property name="title" translatable="yes">Enable Ubuntu Pro</property> <property name="resizable">False</property> <property name="modal">True</property> <property name="type-hint">dialog</property> <property name="skip-taskbar-hint">True</property> <!-- interface-requires gtk+ 3.0 --> <child internal-child="vbox"> <object class="GtkBox"> <property name="visible">True</property> <property name="can-focus">False</property> <property name="no-show-all">True</property> <property name="orientation">vertical</property> <child> <object class="GtkLabel"> <property name="visible">True</property> <property name="can-focus">True</property> <property name="label" translatable="yes">To upgrade to Ubuntu Pro, use your existing free personal, or company Ubuntu One account, or provide a token. <a href="https://ubuntu.com/login">Register a new account</a>.</property> <property name="use-markup">True</property> <property name="wrap">True</property> <property name="max-width-chars">130</property> </object> </child> <child> <object class="GtkBox" id="radio_net_control_box"> <property name="visible">True</property> <property name="orientation">vertical</property> <child> <object class="GtkRadioButton" id="magic_radio"> <property name="label" translatable="yes">Enter code on ubuntu.com/pro/attach</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> <property name="margin-top">30</property> <property name="xalign">0</property> <property name="group">magic_radio</property> <signal name="toggled" handler="on_radio_toggled" swapped="no"/> <signal name="clicked" handler="on_magic_radio_clicked" swapped="no"/> </object> </child> <child> <object class="GtkBox"> <property name="visible">True</property> <property name="can-focus">False</property> <property name="orientation">horizontal</property> <child> <object class="GtkBox" id="pin_label_box"> <property name="visible">True</property> <property name="margin-left">20</property> <property name="margin-top">12</property> <property name="margin-bottom">8</property> <property name="can-focus">False</property> <child> <object class="GtkLabel" id="pin_label"> <property name="label"> </property> <property name="visible">True</property> <property name="selectable">True</property> <property name="can-focus">False</property> <property name="halign">start</property> <property name="margin-left">6</property> <property name="margin-right">6</property> <property name="margin-top">4</property> <property name="margin-bottom">4</property> <attributes> <attribute name="scale" value="2"/> </attributes> </object> </child> </object> </child> <child> <object class="GtkFixed"> <property name="visible">True</property> <property name="valign">center</property> <property name="margin">3</property> <property name="margin-left">9</property> <child> <object class="GtkSpinner" id="pin_spinner"> <property name="visible">True</property> <property name="valign">center</property> </object> </child> <child> <object class="GtkImage" id="pin_status_icon"> <property name="visible">False</property> <property name="valign">center</property> </object> </child> </object> </child> <child> <object class="GtkLabel" id="pin_status"> <property name="margin">3</property> <property name="visible">True</property> <property name="valign">center</property> <property name="use-markup">True</property> </object> </child> </object> </child> <child> <object class="GtkRadioButton" id="token_radio"> <property name="label" translatable="yes">Or add token manually</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> <property name="margin-top">6</property> <property name="xalign">0</property> <property name="group">magic_radio</property> <signal name="toggled" handler="on_radio_toggled" swapped="no"/> </object> </child> <child> <object class="GtkBox"> <property name="visible">True</property> <property name="can-focus">False</property> <property name="no-show-all">True</property> <child> <object class="GtkEntry" id="token_field"> <property name="visible">True</property> <property name="sensitive">False</property> <property name="can-focus">True</property> <property name="margin-left">20</property> <property name="margin-top">12</property> <property name="margin-bottom">12</property> <property name="margin-right">4</property> <property name="width-chars">35</property> <property name="placeholder-text" translatable="yes">Token</property> <property name="halign">start</property> <signal name="activate" handler="on_token_entry_activate" swapped="no"/> <signal name="changed" handler="on_token_typing" swapped="no"/> </object> </child> <child> <object class="GtkFixed"> <property name="visible">True</property> <property name="valign">center</property> <property name="margin">3</property> <child> <object class="GtkSpinner" id="token_spinner"> <property name="visible">True</property> <property name="valign">center</property> </object> </child> <child> <object class="GtkImage" id="token_status_icon"> <property name="visible">False</property> <property name="valign">center</property> </object> </child> </object> </child> <child> <object class="GtkLabel" id="token_status"> <property name="margin">3</property> <property name="visible">True</property> <property name="valign">center</property> <property name="use-markup">True</property> </object> </child> </object> </child> <child> <object class="GtkLabel"> <property name="visible">True</property> <property name="halign">start</property> <property name="margin-left">20</property> <property name="use-markup">True</property> <property name="label" translatable="yes">From your admin, or from <a href="https://ubuntu.com/pro">ubuntu.com/pro</a></property> </object> </child> </object> </child> <child> <object class="GtkBox" id="no_connection"> <property name="visible">False</property> <property name="margin-left">5</property> <property name="margin-top">18</property> <property name="margin-bottom">18</property> <child> <object class="GtkImage"> <property name="visible">True</property> <property name="margin-right">5</property> <property name="stock">gtk-dialog-warning</property> </object> </child> <child> <object class="GtkLabel"> <property name="visible">True</property> <property name="wrap">True</property> <property name="label" translatable="yes">Unable to connect to Ubuntu Pro servers. Check your internet connection.</property> </object> </child> </object> </child> <child> <object class="GtkBox"> <property name="visible">True</property> <property name="orientation">horizontal</property> <property name="halign">end</property> <child> <object class="GtkButton" id="cancel"> <property name="visible">True</property> <property name="margin-right">10</property> <property name="label" translatable="yes">Cancel</property> <signal name="clicked" handler="on_cancel_clicked" swapped="no"/> </object> </child> <child> <object class="GtkBox" id="confirm_net_control_box"> <property name="visible">True</property> <child> <object class="GtkButton" id="confirm"> <property name="visible">True</property> <property name="label" translatable="yes">Confirm</property> <property name="sensitive">False</property> <signal name="clicked" handler="on_confirm_clicked" swapped="no"/> </object> </child> </object> </child> </object> </child> </object> </child> </object> </interface>
Close