# see "man logrotate" for details
# rotate log files weekly
weekly
# keep 4 weeks worth of backlogs
rotate 4
# create new (empty) log files after rotating old ones
create
# uncomment this if you want your log files compressed
#compress
# packages drop log rotation information into this directory
include /etc/logrotate.d
# no packages own wtmp, or btmp — we'll rotate them here
/var/log/wtmp {
missingok
monthly
create 0664 root utmp
rotate 1
}
/var/log/btmp {
missingok
monthly
create 0664 root utmp
rotate 1
}
# system-specific logs may be configured here
Sunday, January 4, 2009
Logs
Wednesday, December 10, 2008
Select my Java
update-alternatives --config java
This command would show you available varients of the command configuring, and let you choose the one you desired.
Monday, December 8, 2008
GnomeBaker
Monday, November 17, 2008
Openoffice and JRE
openoffice.org-java-commonwas missing.
Saturday, November 8, 2008
VC++ Runtime Error
Tuesday, November 4, 2008
Ubuntu 8.10
I have just upgrade one of my machine to from 8.04 LTS to 8.10 as I heard the new version brings in speed improvement. Although the upgrade went mostly okay, the problem is it broke my display setting. I am using a NVidia graphics card, and it didn't work in the new version.
Surely, if I am determine, I can edit the xorg.conf to get things to work. However, I am disappointed by the lack of graphical configuration tool for xorg. Since I am using a KVM switch, the auto detect function doesn't work. In the past, I can use displayconfig-gtk to force the setting. Unfortunately, Ubuntu decide to phase it out.
If you ask me an area which I really want Ubuntu to be improved upon, this is it, this is the one! A simple, working graphics setting utility similar to those found on a Mac or even on Windows
ATi Mobile Radeon LY6
Option "BusType" "PCI"
Section "device" #
Identifier "device1"
Boardname "ATI Radeon"
Busid "PCI:1:0:0"
Driver "radeon"
Option "DynamicClocks" "True"
Option "AccelMethod" "EXA"
Option "DMAForXv" "OFF"
Option "BusType" "PCI"
Option "SubPixelOrder" "NONE"
# Option "DRI" "OFF"
Screen 0
EndSection