Category Archives: Tutorial

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 »

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 »

Setting Outlook Menggunakan SMTP SSL port 465

Akhir-akhir ini beberapa ISP menutup port 25/tcp sehingga pengiriman email melalui email client seperti Outlook atau lainnya tidak bisa dengan error seperti di bawah ini: The connection to the server has failed. Account: ’emailaccount.mydomain.com’, Server: ‘mail.mydomain.com’, Protocol: SMTP, Port: 25, Secure(SSL): No, Socket Error: 10051, Error Number: 0x800CCC0E Untuk mengatasi masalah tersebut, silakan ubah setting… Read More »