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 /
help /
C /
system-admin-guide /
[ HOME SHELL ]
Name
Size
Permission
Action
appearance.page
538
B
-rw-r--r--
autostart-applications.page
1.88
KB
-rw-r--r--
backgrounds-extra.page
4.6
KB
-rw-r--r--
dconf-custom-defaults.page
4.03
KB
-rw-r--r--
dconf-keyfiles.page
3.09
KB
-rw-r--r--
dconf-lockdown.page
3
KB
-rw-r--r--
dconf-nfs-home.page
2.97
KB
-rw-r--r--
dconf.page
2.02
KB
-rw-r--r--
dconf-profiles.page
3.99
KB
-rw-r--r--
dconf-snippets.xml
1.62
KB
-rw-r--r--
desktop-background.page
3.75
KB
-rw-r--r--
desktop-favorite-applications.page
4.58
KB
-rw-r--r--
desktop-lockscreen.page
3.02
KB
-rw-r--r--
desktop-shield.page
2.91
KB
-rw-r--r--
extensions-enable.page
2.44
KB
-rw-r--r--
extensions-lockdown.page
3.32
KB
-rw-r--r--
extensions.page
1.82
KB
-rw-r--r--
fonts.page
2.53
KB
-rw-r--r--
fonts-user.page
1.7
KB
-rw-r--r--
gsettings-browse.page
2.65
KB
-rw-r--r--
index.page
593
B
-rw-r--r--
keyboard-compose-key.page
2.43
KB
-rw-r--r--
keyboard-layout.page
3.93
KB
-rw-r--r--
legal.xml
295
B
-rw-r--r--
lockdown-command-line.page
4.74
KB
-rw-r--r--
lockdown-file-saving.page
2.8
KB
-rw-r--r--
lockdown-logout.page
2.46
KB
-rw-r--r--
lockdown-online-accounts.page
3.34
KB
-rw-r--r--
lockdown-printing.page
2.74
KB
-rw-r--r--
lockdown-repartitioning.page
2.92
KB
-rw-r--r--
lockdown-single-app-mode.page
4.53
KB
-rw-r--r--
login-automatic.page
2.49
KB
-rw-r--r--
login-banner.page
2.59
KB
-rw-r--r--
login-enterprise.page
4.66
KB
-rw-r--r--
login-fingerprint.page
2.74
KB
-rw-r--r--
login-logo.page
3.21
KB
-rw-r--r--
login.page
687
B
-rw-r--r--
login-userlist-disable.page
1.84
KB
-rw-r--r--
logout-automatic.page
4.58
KB
-rw-r--r--
mime-types-application.page
4.23
KB
-rw-r--r--
mime-types-application-user.page
4.04
KB
-rw-r--r--
mime-types-custom.page
4.06
KB
-rw-r--r--
mime-types-custom-user.page
4.03
KB
-rw-r--r--
mime-types.page
3.85
KB
-rw-r--r--
network.page
431
B
-rw-r--r--
network-server-list.page
2.2
KB
-rw-r--r--
network-vpn.page
1.6
KB
-rw-r--r--
overrides.page
1.74
KB
-rw-r--r--
power-dim-screen.page
3.46
KB
-rw-r--r--
processes.page
4.54
KB
-rw-r--r--
session-custom.page
3.58
KB
-rw-r--r--
session-debug.page
2.22
KB
-rw-r--r--
session-user.page
3.05
KB
-rw-r--r--
setup.page
318
B
-rw-r--r--
software.page
795
B
-rw-r--r--
sundry.page
387
B
-rw-r--r--
user-settings.page
870
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mime-types.page
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="mime-types"> <info> <link type="guide" xref="software#management" /> <link type="seealso" xref="mime-types-application" /> <link type="seealso" xref="mime-types-application-user" /> <link type="seealso" xref="mime-types-custom-user" /> <revision pkgversion="3.12" date="2014-06-17" status="review"/> <credit type="author copyright"> <name>Petr Kovar</name> <email>pknbe@volny.cz</email> <years>2014</years> </credit> <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/> <desc>MIME types are used to identify the format of a file.</desc> </info> <title>What are MIME types?</title> <p> In GNOME, MIME (<em>Multipurpose Internet Mail Extension</em>) types are used to identify the format of a file. The GNOME Desktop uses MIME types to: </p> <list> <item> <p> Determine which application should open a specific file format by default. </p> </item> <item> <p> Register other applications that can also open a specific file format. </p> </item> <item> <p> Provide a string describing the type of a file, for example, in a file properties dialog of the <app>Files</app> application. </p> </item> <item> <p> Provide an icon representing a specific file format, for example, in a file properties dialog of the <app>Files</app> application. </p> </item> </list> <p> MIME type names follow a given format: </p> <screen> <var>media-type</var>/<var>subtype-identifier</var> </screen> <p> <sys>image/jpeg</sys> is an example of a MIME type where <sys>image</sys> is the media type, and <sys>jpeg</sys> is the subtype identifier. </p> <p> GNOME follows the <em>freedesktop.org Shared MIME Info</em> specification to determine: </p> <list> <item> <p> The machine-wide and user-specific location to store all MIME type specification files. </p> </item> <item> <p> How to register a MIME type so that the desktop environment knows which applications can be used to open a specific file format. </p> </item> <item> <p> How the user can change which applications should open what file formats. </p> </item> </list> <section id="mime-database"> <title>What is the MIME database?</title> <p> The MIME database is a collection of all MIME type specification files that GNOME uses to store information about known MIME types. </p> <p> The most important part of the MIME database from the system administrator’s point of view is the <file>/usr/share/mime/packages/</file> directory where the MIME type related files specifying information on known MIME types are stored. One example of such a file is <file>/usr/share/mime/packages/freedesktop.org.xml</file>, specifying information about the standard MIME types available on the system by default. That file is provided by the <sys>shared-mime-info</sys> package. </p> </section> <section id="mime-types-more-information"> <title>Get more information</title> <p> For detailed information describing the MIME type system, see the <em>freedesktop.org Shared MIME Info specification</em> located at the freedesktop.org website: </p> <list> <item> <p> <link href="http://www.freedesktop.org/wiki/Specifications/shared-mime-info-spec/"> http://www.freedesktop.org/wiki/Specifications/shared-mime-info-spec/</link> </p> </item> </list> </section> </page>
Close