[Desktop Entry]
Exec=superkaramba {location of theme file}.theme
Name={theme name}
Type=Application
X-KDE-StartupNotify=false
Then save it as {theme}.desktop into /home/{user}/.kde/Autostart/.
Friday, April 27, 2007
Tuesday, April 24, 2007
Split DNS
Installations of Zimbra behind a firewall often require the creation of some form of split DNS. This is because the Postfix mail system used by Zimbra performs a DNS lookup when attempting to route email to the back-end message store. Frequently, this is the same physical host as Postfix. The DNS server frequently returns the external address of the mail host, not the internal address. Depending on how the firewall and network are configured, the external address may not even be reachable from the mail host, and mail will not be delivered.
A Split DNS avoids this problem by providing an internal DNS server that can be used to resolve the internal address of the server. This guide will detail how to set up a very specific, single-host DNS server that can be installed on the Zimbra host itself so that it can resolve its own address. This should not be used for a multi-node Zimbra installation, and should not be used as the DNS server for any other hosts on your network.
http://wiki.zimbra.com/index.php?title=Split_dnsWednesday, April 18, 2007
Verify Zimbra Server Operation
1. | Type su - zimbra. |
2. | Type zmcontrol status. The services status information is displayed. All services should be running. |
See the CLI Command appendix in the Administration Guide for more zmcontrol commands.
Monday, April 9, 2007
dvd burning
Burn data file to DVD:
growisofs -Z /dev/dvdrecorder -R -J /home/file-name
Merge a new session to an existing one:
growisofs -M /dev/dvdrecorder -R -J /home/file-name
Blanking a rewritable DVD:
growisofs -Z /dev/dvdrecorder=/dev/zero
growisofs -Z /dev/dvdrecorder -R -J /home/file-name
Merge a new session to an existing one:
growisofs -M /dev/dvdrecorder -R -J /home/file-name
Blanking a rewritable DVD:
growisofs -Z /dev/dvdrecorder=/dev/zero
Thursday, April 5, 2007
enabling xgl
Xgl is not activated automatically when we install it. To turn it on, run the "Desktop Effects" control panel. (Available from the Control Center in GNOME, or by running the command "gnome-xgl-settings" from a terminal or the Run dialog in KDE.)
http://en.opensuse.org/Using_Xgl_on_SUSE_Linux#Using_and_Configuring_Compiz
http://en.opensuse.org/Using_Xgl_on_SUSE_Linux#Using_and_Configuring_Compiz
Tuesday, April 3, 2007
ISPConfig
ISPConfig is an open source hosting control panel for Linux. ISPConfig is licensed under BSD license.
http://www.ispconfig.org
http://www.ispconfig.org
Subscribe to:
Posts (Atom)