| md 的个人资料My Works日志列表 | 帮助 |
My Works |
|||||
|
10月25日 How to Install Grub If corrupted or after windows installation. Steps are given bellow: 1. Boot your system with Debian Bootable CD ** Important: Let the boot process complete so the Hard Drive can Load. 2. Press ALT+F2 ie. go to console 2. mkdir /debian mount /dev/sdx /debian chroot /debian grub root (hd0,0) setup (hd 0) 10月15日 Stop Double Bounce in qmail!!!spam has
been a great problem now a days. If you use qmail u must experiencing
some irritating double bounce problem. create a dummy mail address like dump.mail@yourdomain.com Then edit .qmail file of the address that u have created that is dump.mail 10月9日 valid User Check in QmailHi all, here is little tuning for small qmail box with for valid user checking. download patch to qmailsource directoryor anywhere you want. wget http://code.dogmap.org/qmail/qmail-1.03-realrcptto-2006.12.10.patch add the following at at /etc/tcp.smtp :allow,QMAILRRTDENYALL="1" save and exit. qmailctl cdb WOW its works for me hope it will for you.... hwclock Problem..in debian etch.. Hi
all...i have continiously facing the thing that your clock setting may
changed when your debian box reboot. Here is the simple solution to get hold of it...... First Check using hwclock Output: select() to /dev/rtc to wait for clock tick timed out #!/bin/sh /sbin/hw chmod +x /sbin/hwclock vi /etc/default/rcS append the following line HWCLOCKPARS="--directisa" save and exit Thats all...done.
|
|||||
|
|