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-fips-enable.ui
<?xml version="1.0"?> <interface> <object class="GtkDialog" id="dialog_ua_fips_enable"> <property name="border_width">18</property> <property name="title" translatable="yes">Enable FIPS</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">Enabling FIPS cannot be reversed and Livepatch will be permanently disabled. Choose your preferred FIPS option.</property> <property name="xalign">0</property> </object> </child> <child> <object class="GtkRadioButton" id="radio_fips_with_updates"> <property name="visible">True</property> <child> <object class="GtkLabel"> <property name="visible">True</property> <property name="label" translatable="yes"><b>FIPS with updates</b> Installs FIPS 140-2 validated packages and allows for regular security updates.</property> <property name="use_markup">True</property> <property name="xalign">0</property> </object> </child> </object> </child> <child> <object class="GtkRadioButton"> <property name="visible">True</property> <property name="group">radio_fips_with_updates</property> <child> <object class="GtkLabel"> <property name="visible">True</property> <property name="label" translatable="yes"><b>FIPS without updates</b> Installs FIPS 140-2 validated packages. These will not be updated until the next recertification.</property> <property name="use_markup">True</property> <property name="xalign">0</property> </object> </child> </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">Cance_l</property> <property name="use_underline">True</property> <signal name="clicked" handler="on_cancel_clicked"/> </object> </child> <child> <object class="GtkButton"> <property name="visible">True</property> <property name="label" translatable="yes">_Continue</property> <property name="use_underline">True</property> <signal name="clicked" handler="on_continue_clicked"/> </object> </child> </object> </child> </object> </interface>
Close