Monthly Archives: April 2012

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 »