Kill multiple processes at once on linux/unix/*nix
kill `ps -eaf | grep -i sg_file_xfr_client | awk ‘{print $2}’`
kill `ps -eaf | grep -i sg_file_xfr_client | awk ‘{print $2}’`
Download redstone xml rpc from source forge: http://sourceforge.net/projects/xmlrpc/files/%28New%29%20Redstone/ Set classpath to include the jar file. Enable rpc at http://<wordpress site>/wp-admin/options-writing.php compile and run the following code: import redstone.xmlrpc.XmlRpcClient; import java.util.HashMap; public class XmlRpcPoster { public static void main( String[] args ) { // Check command-line arguments if( args.length < 3 ) { System.out.println( “Usage: java XmlRpcPoster […]