How to Manually Migrate a VZ Container

Have a tricky VPS that vzmigrate just can’t move? Luckily, Virtuozzo (and OpenVZ for that matter) are pretty simple in terms of how the containers are set up. You’re mainly dealing with two locations that data for the container is stored: /vz/private/$VEID /etc/vz/conf/$VEID.conf To manually move a container to another node, all you need to… Read More »

WordPress 3.3.2 Security Release

It’s time to upgrade all your WordPress installs. WordPress 3.3.2 is available now and is a security update for all previous versions.Three external libraries included in WordPress received security updates: Plupload (version 1.5.4), which WordPress uses for uploading media. SWFUpload, which WordPress previously used for uploading media, and may still be in use by plugins.… Read More »

Metatrader on CentOS using wine

1) Enable EPEL Repository ## RHEL/CentOS 6 32-Bit ## # wget http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm # rpm -ivh epel-release-6-8.noarch.rpm ## RHEL/CentOS 6 64-Bit ## # wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm # rpm -ivh epel-release-6-8.noarch.rpm 2) install gnome desktop # yum groupinstall Desktop # yum groupinstall Fonts # yum groupinstall Xfce 3) install wine # yum install wine -y 4) buat vncuser… Read More »