Wordpress
phpmyadmin access problem and change server from URL
2012/09/30
I was having issues with one of the phpmyadmin setups. The first server defined in the config file was not accessible and the theme that I was using was not allowing me to change the server from the …
convert word document to html
2012/06/27
First install the required package: sudo yum install wv Description: […] And here is the list of the programs that this utility provides: /usr/bin/wvAbw /usr/bin/wvCleanLatex /usr/bin/wvConvert …
g flag in :s useless in vim
2011/11/05
Some time back there was a post on vim_use list about the “/g” flag for the search and replace functionality of the vim. And the response of “Tim Chase” on the same was very elaborate and interesting. …
Faster blog with stats removed
2011/06/18
I was thinking of removing the statpress plugin for quite some time now, but did not have a good alternative. Today finally I managed to do this as I had few hours to spare. Now that this is done, you …
Total upload and download on any interface.
2011/06/05
Something that I have been searching for a long time, finally some look inside the <a class=“zem_slink” title=“Procfs” rel=“wikipedia” …
CR Post to Ping.fm not working – resolved.
2011/06/02
Last couple of months I was having a tough time getting the plugins in my wordpress to work with the ping.fm service. This is the only service that I rely on to post my blogs. So, basically I was left …
mysql output to an array for easy parsing.
2011/05/11
Today I was looking for some way to put the output of the mysql output in an array in a bash script. Quick google search yeilded to results something like this: […] <td> <div …
using wordpress CLI to post to wordpress
2011/03/24
There is a very nice post here: How to post content to a WordPress blog from the command line I tried this in Fedora 14 and here is the way to get this working in Fedora […] <td> <div …
analyze debug queries output for wordpress
2011/02/09
Some time back, my website became too slow and I started getting timeout response for quite a lot of my pages. When I analyzed things, I found the issue was with the DB queries taking a lot of time. …
Performance issues resolved with my blog.
2010/10/01
For last 2-3 weeks there were quite a lot of performance issues with my website. I was looking at the same but could not get enough time to have all of them resolved together. Finally I have spent …
Adding a sub-menu in the wordpress admin menu :)
2010/07/29
For the impatient ones, first the code: (in wp-admin folder, open the file menu.php) and locate the code: […] $submenu[’edit.php’][10] = array( _x(’Add …
Getting your wordpress self hosted stats on your console with bash script.
2010/06/29
Some time back I wrote a blog on how to get your site stats using curl in <a class="zem_slink freebase/en/bash" title="Bash" rel="homepage" …