Tag Archives: vps
cat /proc/user_beancounters, check the ram usage of openvz VPS
Posted on 01. Dec, 2009 by Yao Yuan.
/proc/user_beancounters [...]
Continue Reading
free cloud server for one month
Posted on 01. Dec, 2009 by Yao Yuan.
vpshive.com is looking for beta volunteers, if you would like to be a volunteer, you can get a free cloud server for one month.
check it http://vpshive.com/
or you view here https://orders.vpshive.com/
PHPINFO http://69.65.4.25/index.php
SPEEDTEST http://69.65.4.25/100mb.bin
unixbench
INDEX VALUES
TEST BASELINE RESULT INDEX
Dhrystone 2 using register variables 376783.7 22634736.3 600.7
Double-Precision Whetstone 83.1 1272.8 153.2
Execl Throughput 188.3 6252.4 332.0
File Copy 1024 bufsize 2000 maxblocks 2672.0 207493.0 776.5
File Copy 256 bufsize 500 maxblocks 1077.0 60483.0 561.6
File Read 4096 bufsize 8000 maxblocks 15382.0 2898828.0 1884.6
Pipe-based Context Switching 15448.6 272466.2 176.4
Pipe Throughput 111814.6 2077794.8 185.8
Process Creation 569.3 12163.7 213.7
Shell Scripts (8 concurrent) 44.8 1612.9 360.0
System Call Overhead 114433.5 2437929.0 213.0
=========
FINAL SCORE 360.8
Continue Reading
Fix WordPress automaticlly upgrade wordpress upgrade automatically ‘Could not copy file……’
Posted on 27. Nov, 2009 by Yao Yuan.
I had moved my weblog to a cheapest vps server, it used to on a share hosting. but at the same time, the problem came . i can not use automaticlly upgrade of wordpress. it’s told me that ‘Could not copy file……’, and i need to fill the ftp infomations when i do it.
i found a funcion get_filesystem_method , the explanation of it
(FTP) it only uses this when it detects that files it creates have the wrong owner name
so, it’s clear… the owner of the dir and php process is different.
login ssh, do this
chown -R apache dir
it’s ok now.




