Month: December 2012

  • How to check the memory using of the container in openvz.

    First login to main host then execute the command below. For example we will display the memory using of this container id “1010”. ~#vzlist -a Then select the container id (ex.1010). ~#cat /proc/user_beancounters | grep -A23 “1010:”

  • How do I set up Microsoft Outlook 2007 using POP?

    Step 1:    On your computer, click the Start Menu and select Control Panel. Step 2: If using Windows XP, double-click the Mail icon. If using Windows Vista, Windows 7 or above, type Mail into the search box at the top-right of the Control Panel window to quickly find the Mail icon. Then, double-click it.…

  • How do I set up Microsoft Outlook 2007 using IMAP?

    Step 1:    On your computer, click the Start Menu and select Control Panel. Step 2: If using Windows XP, double-click the Mail icon. If using Windows Vista, Windows 7 or above, type Mail into the search box at the top-right of the Control Panel window to quickly find the Mail icon. Then, double-click it.…

  • How to increase disk quota of your virtual server using OpenVZ.

    Below are the steps on how to increase disk quota of a virtual server running on openvz. 1. Check the disk status of your disk quota. [root@openvz ~]# vzquota stat 101 [root@openvz ~]# vzquota stat 101 resource          usage       softlimit      hardlimit    grace 1k-blocks         631508         2097152        2306867 inodes          29386          200000         220000 2. In this example, I will…

  • How to backup/restore vm from openvz in Centos 5.8

    http://webserverpage.com/?p=237 This is in continuation of the link above. [root@openvz ~]# vzlist -a CTID      NPROC STATUS    IP_ADDR         HOSTNAME 101         12 running   192.168.2.127   subopenvz.com Backup/Restore Openvz VMs with vzdump on CentOS 1. Download and install cstream as it is a depedency for vzdump. http://pkgs.repoforge.org/cstream/ wget http://pkgs.repoforge.org/cstream/cstream-2.7.4-3.el6.rf.i686.rpm rpm -Uvh cstream-2.7.4-3.el6.rf.i686.rpm 2. Download and install vzdump. http://download.openvz.org/contrib/utils/vzdump/ wget…

  • How to install OpenVZ in CentOS 5.6

    Follow the steps below. 1. Turn off SELinux vi /etc/selinux/config /************************************************************************/ SELINUX=disabled SELINUXTYPE=targeted SETLOCALDEFS=0 /************************************************************************/ 2. Reboot the machine then type the command below to see the status of the selinux if it is completely disabled. Reboot 3. Remove the firewall chkconfig iptables –level 2345 off chkconfig iptables –list cd /etc/yum.repos.d wget http://download.openvz.org/openvz.repo rpm –import …

  • How to reset or view your current admin password in PLESK 11 or any version.

    You may need to have a root access to the main server where the PLESK have been installed. Please type the command below to show your current password. [root@centos ]# /usr/local/psa/bin/admin –show-password sKyMI8DrPa6B Below is the command to reset the ‘admin’ user password. [root@centos ]# /usr/local/psa/bin//init_conf -u -passwd

  • Raw SMTP Sending

    [root@centos home]# telnet 127.0.0.1 25 Trying 127.0.0.1… Connected to localhost.localdomain (127.0.0.1). Escape character is ‘^]’. 220 centos.centos.com ESMTP Postfix HELO webserverpage.com 250 mail.webserverpage.com MAIL FROM: <barrack.obama@usa.com> 250 ok RCPT TO: <choi@webserverpage.com> 250 ok DATA 354 go ahead From: “Barrack Obama” Subject: President Message Peace! . 250 ok 1354599764 qp 21307