use this resources to install proftpd on centos machine.
http://www.cyberciti.biz/tips/linux-installing-configuring-proftpd-ftp-server.html
Friday, December 31, 2010
Monday, December 27, 2010
reset kloxo password from ssh
found this article: http://client.zanyhost.com/knowledgebase.php?action=displayarticle&id=19
/usr/bin/lphp.exe ../bin/common/resetpassword.php master ##newpassword##
done!
install evms on centos using yum
i'm refering this page
1) Get and *install rpmforge. http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el5.rf.i386.rpm
2) "sudo yum update". It'll take a while to add the new repository. It'll probably download some packages, too (30 megs in my case, but only 8 packages from rpmforge).
3) "yum search evms".
4) "sudo yum install evms.i386".
now installing :)
*install rpmforge: rpm -Uvh rpmforge*
Sunday, December 19, 2010
LVM create new on centos
http://www.tcpdump.com/kb/os/linux/configuring-lvm/intro.html
just store this url for future reference.
expand lvm partition
i found this tutorial.
this will expand logical volume LVM while system is online. cool !
edit: other tools like webmin also can edit/create LVM correctly. :)
power off (shutdown) centos server
my linux box not power off after shutdown command. search across google and found this
trying poweoff command my server & still waiting if this success. :)
Friday, December 17, 2010
install usb device on xen client
currently in mission install usb device into xen windows installation
following instruction from : http://www.virtuatopia.com/index.php/Adding_USB_Devices_to_a_Xen_HVM_domainU_Guest
command lsusb not found.
install lsusb using : yum install usbutils
finally:
[root@localhost ~]# lsusb
Bus 004 Device 001: ID 0000:0000
Bus 004 Device 002: ID 058f:9360 Alcor Micro Corp. 8-in-1 Media Card Reader
Bus 001 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 005 Device 001: ID 0000:0000
Bus 006 Device 001: ID 0000:0000
next? continued..
Tuesday, December 14, 2010
error start xen server on centos hypervm
http://markus.revti.com/2008/08/error-kernel-image-does-not-exist-boothypervm-xen-vmlinuz/
If you have a CentOS Xen Dom0 and experiencing this problem "error: kernel image does not exist:/boot/hypervm-xen-vmlinuz" after upgrading Xen kernel on HyperVM based VPS, here is how to fix it:
cd /usr/local/lxlabs/hypervm/httpdocs/ lphp.exe ../bin/misc/fixcentos5xen.php
this problem is caused by the initrd didn't function correctly on CentOS Xen.
Sunday, December 12, 2010
yum install x windows
if you have minimal install on your centos server, we can add x windows by using this from ssh
yum groupinstall 'X Window System' 'GNOME Desktop Environment' 'Sound and Video'i'm using reference from this website: http://lists.centos.org/pipermail/centos/2006-April/020567.html
Transaction Summary=============================================================================Install 196 Package(s) Update 2 Package(s)Remove 0 Package(s)Total download size: 253 MIs this ok [y/N]: yDownloading Packages: warning: rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID 6b8d79e6
Monday, December 06, 2010
upgrading rh9 to centos
hi.
i found this link to upgrade rh9 to centos 3
remarks: this is failed mission
:)
Subscribe to:
Posts (Atom)