Welcome to docker.ru hosting provider linux mirror located at Moscow, Russian Federation.
Server configuration: Linux with OpenZFS, 2 x E5-2670v2, 128 GB ECC memory, 12 x 4 TB raidz2 + 1 TB SSD for L2ARC.
Network: 20 gbps uplink, IPv4 (185.253.23.31), IPv6 (2a04:8580:ffff:fffe::2).
My hostname is mirror.docker.ru
You can set system-wide settings using either the graphical GConf editor or the command line utility, gconftool-2. Examples of each method are given below.
![]() | Caution |
---|---|
You should make sure that all users are logged out before changing any system-wide default or mandatory preference settings. |
When logged in as root, you can use GConf editor to set system-wide default and system-wide mandatory settings by opening a special GConf editor window. For example, to set mandatory system-wide settings, run GConf editor and choose New Mandatory Window from the File menu as shown in Figure 1-2.
![]() | Tip |
---|---|
Refer to the Configuration Editor Manual (available through the online help system) for more detailed information on using the GConf editor. |
For example, using gconftool-2 you can set the system-wide default number of workspaces to 5 by issuing the command:
# gconftool-2 --direct --config-source \ xml:readwrite:/etc/gconf/gconf.xml.defaults \ xml:readwrite:/etc/gconf/gconf.xml.defaults --type int --set \ /apps/metacity/general/num_workspaces 5 |
![]() | Tip |
---|---|
Refer to the GConf Section of the GNOME Desktop System Administration Guide (available through the online help system) for more detailed information regarding the use of gconftool-2. |