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 /
dbus-1 /
interfaces /
[ HOME SHELL ]
Name
Size
Permission
Action
com.canonical.UbuntuAdvantage.xml
825
B
-rw-r--r--
net.reactivated.Fprint.Device.xml
24.21
KB
-rw-r--r--
net.reactivated.Fprint.Manager.xml
1.39
KB
-rw-r--r--
org.fedoraproject.Config.Printing.xml
9.51
KB
-rw-r--r--
org.freedesktop.Accounts.User.xml
38.74
KB
-rw-r--r--
org.freedesktop.Accounts.xml
9.16
KB
-rw-r--r--
org.freedesktop.Avahi.AddressResolver.xml
1.6
KB
-rw-r--r--
org.freedesktop.Avahi.DomainBrowser.xml
1.69
KB
-rw-r--r--
org.freedesktop.Avahi.EntryGroup.xml
3.51
KB
-rw-r--r--
org.freedesktop.Avahi.HostNameResolver.xml
1.6
KB
-rw-r--r--
org.freedesktop.Avahi.RecordBrowser.xml
1.89
KB
-rw-r--r--
org.freedesktop.Avahi.Server.xml
14
KB
-rw-r--r--
org.freedesktop.Avahi.ServiceBrowser.xml
1.82
KB
-rw-r--r--
org.freedesktop.Avahi.ServiceResolver.xml
1.84
KB
-rw-r--r--
org.freedesktop.Avahi.ServiceTypeBrowser.xml
1.76
KB
-rw-r--r--
org.freedesktop.bolt.xml
15.85
KB
-rw-r--r--
org.freedesktop.ColorHelper.xml
7.95
KB
-rw-r--r--
org.freedesktop.ColorManager.Device.xml
16.48
KB
-rw-r--r--
org.freedesktop.ColorManager.Profile.xml
7.49
KB
-rw-r--r--
org.freedesktop.ColorManager.Sensor.xml
10.56
KB
-rw-r--r--
org.freedesktop.ColorManager.xml
25.75
KB
-rw-r--r--
org.freedesktop.fwupd.xml
26.82
KB
-rw-r--r--
org.freedesktop.GeoClue2.Agent.xml
1.92
KB
-rw-r--r--
org.freedesktop.GeoClue2.Client.xml
4.35
KB
-rw-r--r--
org.freedesktop.GeoClue2.Location.xml
2.58
KB
-rw-r--r--
org.freedesktop.GeoClue2.Manager.xml
2.99
KB
-rw-r--r--
org.freedesktop.GeoClue2.xml
2
KB
-rw-r--r--
org.freedesktop.PackageKit.Transaction.xml
85.9
KB
-rw-r--r--
org.freedesktop.PackageKit.xml
21.5
KB
-rw-r--r--
org.freedesktop.RealtimeKit1.xml
2.18
KB
-rw-r--r--
org.freedesktop.Tracker3.Miner.Files.Index.xml
416
B
-rw-r--r--
org.freedesktop.Tracker3.Miner.xml
2.14
KB
-rw-r--r--
org.freedesktop.UPower.Device.xml
26.61
KB
-rw-r--r--
org.freedesktop.UPower.KbdBacklight.xml
4.08
KB
-rw-r--r--
org.freedesktop.UPower.Wakeups.xml
4.04
KB
-rw-r--r--
org.freedesktop.UPower.xml
7.83
KB
-rw-r--r--
org.gnome.Shell.Extensions.xml
7.72
KB
-rw-r--r--
org.gnome.Shell.Introspect.xml
2.96
KB
-rw-r--r--
org.gnome.Shell.PadOsd.xml
861
B
-rw-r--r--
org.gnome.Shell.Screencast.xml
4.28
KB
-rw-r--r--
org.gnome.Shell.Screenshot.xml
5.6
KB
-rw-r--r--
org.gnome.ShellSearchProvider2.xml
4.39
KB
-rw-r--r--
org.gnome.ShellSearchProvider.xml
3.6
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : org.gnome.Shell.Extensions.xml
<!DOCTYPE node PUBLIC '-//freedesktop//DTD D-BUS Object Introspection 1.0//EN' 'http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd'> <node> <!-- org.gnome.Shell.Extensions: @short_description: Extensions interface The interface used to query and manage extensions. --> <interface name="org.gnome.Shell.Extensions"> <!-- ListExtensions: @extensions: A dictionary of extension infos Get a list of installed extensions. The returned @extensions dictionary maps extension UUIDs to info vardicts. See GetExtensionInfo() for documentation on possible keys. --> <method name="ListExtensions"> <arg type="a{sa{sv}}" direction="out" name="extensions"/> </method> <!-- GetExtensionInfo: @uuid: The UUID of the extension @info: The returned extension info The information returned in the @info vardict depends on the metadata the extension provides, however it is guaranteed to contain the following keys: <variablelist> <varlistentry> <term>uuid s</term> <listitem><para>The UUID of the extension</para></listitem> </varlistentry> <varlistentry> <term>name s</term> <listitem><para>The name of the extension</para></listitem> </varlistentry> <varlistentry> <term>description s</term> <listitem><para> A short summary that describes what the extension does </para></listitem> </varlistentry> <varlistentry> <term>shell-version as</term> <listitem><para>An array of support shell versions</para></listitem> </varlistentry> <varlistentry> <term>type d</term> <listitem><para> The type of extension: <simplelist> <member>1: SYSTEM</member> <member>2: PER_USER</member> </simplelist> </para></listitem> </varlistentry> <varlistentry> <term>state d</term> <listitem><para> The state the extension is in: <simplelist> <member>1: ENABLED</member> <member>2: DISABLED</member> <member>3: ERROR</member> <member>4: OUT_OF_DATE</member> <member>5: DOWNLOADING</member> <member>6: INITIALIZED</member> <member>99: UNINSTALLED</member> </simplelist> </para></listitem> </varlistentry> <varlistentry> <term>path s</term> <listitem><para>The extension directory</para></listitem> </varlistentry> <varlistentry> <term>error s</term> <listitem><para>The most recent error caught in init(), enable() or disable()</para></listitem> </varlistentry> <varlistentry> <term>hasPrefs b</term> <listitem><para>Whether the extension includes preference UI</para></listitem> </varlistentry> </variablelist> By convention, many extensions will also include the following keys: <variablelist> <varlistentry> <term>version d</term> <listitem><para>The extension version</para></listitem> </varlistentry> <varlistentry> <term>url s</term> <listitem><para>The URL to the extension homepage or repository</para></listitem> </varlistentry> <varlistentry> <term>settings-schema s</term> <listitem><para>The ID of a bundled GSettings schema</para></listitem> </varlistentry> <varlistentry> <term>gettext-domain s</term> <listitem><para>The domain used for translations</para></listitem> </varlistentry> </variablelist> --> <method name="GetExtensionInfo"> <arg type="s" direction="in" name="uuid"/> <arg type="a{sv}" direction="out" name="info"/> </method> <!-- GetExtensionErrors: @uuid: The UUID of the extension @errors: The returned errors Get the list of errors that caused the extension to be in ERROR state. --> <method name="GetExtensionErrors"> <arg type="s" direction="in" name="uuid"/> <arg type="as" direction="out" name="errors"/> </method> <!-- InstallRemoteExtension: @uuid: The UUID of the extension @result: The result of the operation Download and install an extension. --> <method name="InstallRemoteExtension"> <arg type="s" direction="in" name="uuid"/> <arg type="s" direction="out" name="result"/> </method> <!-- UninstallExtension: @uuid: The UUID of the extension @success: Whether the operation was successful Uninstall an extension. --> <method name="UninstallExtension"> <arg type="s" direction="in" name="uuid"/> <arg type="b" direction="out" name="success"/> </method> <!-- ReloadExtension: @uuid: The UUID of the extension Reload an extension. --> <method name="ReloadExtension"> <arg type="s" direction="in" name="uuid"/> </method> <!-- EnableExtension: @uuid: The UUID of the extension @success: Whether the operation was successful Enable an extension. --> <method name="EnableExtension"> <arg type="s" direction="in" name="uuid"/> <arg type="b" direction="out" name="success"/> </method> <!-- DisableExtension: @uuid: The UUID of the extension @success: Whether the operation was successful Disable an extension. --> <method name="DisableExtension"> <arg type="s" direction="in" name="uuid"/> <arg type="b" direction="out" name="success"/> </method> <!-- LaunchExtensionPrefs: Deprecated for OpenExtensionPrefs --> <method name="LaunchExtensionPrefs"> <arg type="s" direction="in" name="uuid"/> </method> <!-- OpenExtensionPrefs: @uuid: The UUID of the extension @parent_window: Identifier for the application window @options: Vardict with further options Opens the prefs dialog of extension @uuid. The following @options are recognized: <variablelist> <varlistentry> <term>modal b</term> <listitem> <para>Whether the prefs window should be modal, default: false</para> </listitem> </varlistentry> </variablelist> --> <method name="OpenExtensionPrefs"> <arg type="s" direction="in" name="uuid"/> <arg type="s" direction="in" name="parent_window"/> <arg type="a{sv}" direction="in" name="options"/> </method> <!-- CheckForUpdates: Update all extensions for which updates are available --> <method name="CheckForUpdates"/> <signal name="ExtensionStateChanged"> <arg type="s" name="uuid"/> <arg type="a{sv}" name="state"/> </signal> <!-- ExtensionStatusChanged: Deprecated for ExtensionStateChanged --> <signal name="ExtensionStatusChanged"> <arg type="s" name="uuid"/> <arg type="i" name="state"/> <arg type="s" name="error"/> </signal> <!-- ShellVersion: The GNOME Shell version --> <property name="ShellVersion" type="s" access="read"/> <!-- UserExtensionsEnabled: Whether user extensions are enabled --> <property name="UserExtensionsEnabled" type="b" access="readwrite"/> </interface> </node>
Close