Update HyperVM’s port 8887 SSL
June 20th, 2009Update the program.pem & program.ca at
/usr/local/lxlabs/hypervm/etc
Update the program.pem & program.ca at
/usr/local/lxlabs/hypervm/etc
wget http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm wget http://rpms.famillecollet.com/enterprise/remi-release-5.rpm rpm -Uvh remi-release-5*.rpm epel-release-5*.rpmyum --enablerepo=remi update php
How to manually install:
create C:\Perl\site\lib\Win32\Daemon
copy test/* to C:\Perl\site\lib\Win32\Daemon
copy daemon.htm history.txt Win32-daemon.ppd to C:\Perl\site\lib\Win32\Daemon
create C:\Perl\site\lib\auto\Win32\Daemon\
copy bin/* to C:\Perl\site\lib\auto\Win32\Daemon\
And you get working Win32::Daemon for 5.10
zmprov gacf zimbraLmtpPermanentFailureWhenOverQuota TRUE
find / -perm 777 -print
find / home -user apache -print
> websrvmng –reconfigure-webmail
> defpackagemng –fix –type=webmail.horde
>
mdadm -A /dev/md3 –force # force to assembly the RAID
mdadm –detail /dev/md3 # show the details on the RAID configuration
mdadm /dev/md3 -a /dev/sdd1 #add in the additional partition into the RAID
xm create -c xen_1521
If you have a situation where your ext2 or ext3 filesystem’s primary superblock is corrupted, you need to pass one of the backup superblocks to fsck program. In this case you can find the backup superblocks by using mkfs program. All you have to do is, run mkfs with “-n” option, ere mkfs is run in dry mode. It will not destroy your filesystem, it only prints out what it will do on real mkfs procedure.By the way, you have to add the parameters if you have used when your filesystem originally created to get correct values.
eg. mke2fs -n /dev/sda1
and now you can pass your backup superblock number to fsck (fsck.ext2,fsck.ext3) with “-b” parameter.
originated: http://lserinol.blogspot.com/2008/11/finding-backup-superblocks-on-ext2-and.html