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 : session-custom.page
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="session-custom"> <info> <link type="guide" xref="sundry#session" /> <link type="guide" xref="login#management" /> <revision pkgversion="3.12" date="2014-06-17" status="review" /> <credit type="author copyright"> <name>minnie_eg</name> <email>amany.elguindy@gmail.com</email> <years>2012</years> </credit> <credit type="editor"> <name>Jana Svarova</name> <email>jana.svarova@gmail.com</email> <years>2013</years> </credit> <credit type="editor"> <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>Create a custom session by installing a desktop session file.</desc> </info> <title>Create a custom session</title> <comment> <cite date="2012-11-19" href="mailto:amany_elguindy@gmail.com">minnie_eg</cite> <p>This assumes the reader knows how to edit files as the root user and how to navigate through the manual page. By the end of this page, the reader will be able to create custom sessions with different options.</p> </comment> <p>To create your own session with customized configuration, follow these steps:</p> <steps> <item><p>Create a <file>.desktop</file> file in <file>/etc/X11/sessions/<var>new-session</var>.desktop</file>. Make sure that the file specifies the following entries:</p> <code>[Desktop Entry] Encoding=UTF-8 Type=Application Name=<input>Custom session</input> Comment=<input>This is our custom session</input> Exec=<input>gnome-session --session=new-session</input></code> <p>The <code>Exec</code> entry specifies the command, possibly with arguments, to execute. You can run the custom session with the <cmd>gnome-session --session=<var>new-session</var></cmd> command.</p> <p>For more information on the parameters that you can use with <cmd>gnome-session</cmd>, see the <link its:translate="no" href="man:gnome-session">gnome-session</link> man page.</p> </item> <item><p>Create a custom session file in <file>/usr/share/gnome-session/sessions/<var>new-session</var>.session</file> where you can specify the name and required components for the session:</p> <code>[GNOME Session] Name=<input>Custom Session</input> RequiredComponents=<input>gnome-shell-classic;gnome-settings-daemon;</input></code> <p>Note that any item that you specify in <code>RequiredComponents</code> needs to have its corresponding <file>.desktop</file> file in <file>/usr/share/applications/</file>.</p> </item> </steps> <p>After configuring the custom session files, the new session will be available in the session list on the GDM login screen.</p> <section id="custom-session-issues"> <title>Known issues</title> <p>On a Debian or Debian-based system, the following error may occur:</p> <screen>Xsession: unable to launch "" Xsession --- "" not found; falling back to default session.</screen> <p>Should this happen to you, follow these steps to change the <file>/etc/X11/Xsession.d/20x11-common_process-args</file> file:</p> <steps> <item><p>Change <code>STARTUP_FULL_PATH=$(/usr/bin/which <input>"$1"</input>|| true)</code> to <code>STARTUP_FULL_PATH=$(/usr/bin/which <input>$1</input> || true)</code> </p></item> <item><p>Change <code>STARTUP=<input>"$1"</input></code> to <code>STARTUP=<input>$1</input></code> </p></item> </steps> </section> </page>
Close