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-detach.ui
<?xml version="1.0"?> <interface> <object class="GtkDialog" id="dialog_ua_detach"> <property name="border_width">18</property> <property name="title" translatable="yes">Disable 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> <child internal-child="vbox"> <object class="GtkBox"> <property name="orientation">vertical</property> <property name="spacing">18</property> <child> <object class="GtkBox"> <property name="visible">True</property> <property name="orientation">vertical</property> <property name="spacing">18</property> <child> <object class="GtkLabel"> <property name="visible">True</property> <property name="label" translatable="yes">Disabling Ubuntu Pro will detach your subscription from this machine. Do you want to proceed?</property> <property name="use_markup">True</property> <property name="xalign">0</property> </object> </child> <child> <object class="GtkLabel" id="label_detach_error"> <property name="visible">True</property> <property name="xalign">0</property> <attributes> <attribute name="foreground" value="red"/> <attribute name="scale" value="0.9"/> </attributes> </object> </child> </object> </child> </object> </child> <child internal-child="action_area"> <object class="GtkHButtonBox"> <property name="visible">True</property> <property name="layout_style">end</property> <child> <object class="GtkButton"> <property name="visible">True</property> <property name="label" translatable="yes">No, go _back</property> <property name="use_underline">True</property> <signal name="clicked" handler="on_cancel_clicked"/> </object> </child> <child> <object class="GtkButton" id="button_detach"> <property name="visible">True</property> <property name="label" translatable="yes">_Disable Ubuntu Pro</property> <property name="use_underline">True</property> <signal name="clicked" handler="on_detach_clicked"/> </object> </child> </object> </child> </object> </interface>
Close