/boot/grub/menu.lst
###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 10.2
root (hd0,1)
kernel /boot/vmlinuz-2.6.18.2-34-default root=/dev/hda2 vga=0x314 resume=/dev/hda1 splash=silent showopts
initrd /boot/initrd-2.6.18.2-34-default
Change to:
vga=0x317
Thursday, May 17, 2007
Friday, April 27, 2007
How do I set up my themes to run automatically on startup?
[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/.
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/.
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
Subscribe to:
Posts (Atom)