Rsync is awesome tool for synchronize local files or directories with files and directories on remote server. Rsync is commonly used for data backup. For rsync installation you can read this article. Below is command line how to use rsync with ssh. You will be asked for a ssh password before rsync can start synchronizing. […]
Read MoreThis error message shown up when I tried to draw chart using JpGraph: To fix the problem, edit file gd_image.inc.php inside JpGraph folder, and disable the line start with JpGraphError::RaiseL(25128); in function SetAntiAliasing: Keywords:jpgraph error 25128jpgraph error: 25128 the function imageantialias() is not available in your php installation use the gd version that comes with […]
Read MoreThe following function is used to get first image URL from WordPress post. Paste below function on /wp-includes/functions.php file. Now you can show the image using this syntax:
Read MoreFew days ago I got complain from my hosting company that my website which is WordPress produced high CPU usage all the time. Below are what I’ve done to fix the problem: I disabled all plugins in WordPress. Result: failed. I switched to default twenty-ten WordPress themes while still disabled all plugins. Result: failed. I […]
Read More