< Browse > Home /

| Mobile | RSS

View currently running MySQL queries in realtime

Sometimes you might want to view MySQL queries as and when they are being executed. This is possible with the MySQL General Query Log. In this post, I try to explain how to use query logging feature to view live running MySQL queries.

[ More ] July 18th, 2010 | 1 Comment | Posted in Linux / Unix, Web Development |

Saving wget file with different filename

Anyone who has worked with Linux must be familar with the wget utility. wget utility allows you to download files from a remote server using HTTP, HTTPS and FTP protocols. Downloading files using wget is as simple as wget http://www.joycebabu.com/my-photo.jpg Where http://www.joycebabu.com/my-photo.jpg is the file to be downloaded. By default wget saves the file with [...]

[ More ] January 4th, 2010 | Comments Off | Posted in Linux / Unix |

Copying multiple files simultaneously using scp utility

How to copy multiple files using the Secure Copy (scp) utility.

[ More ] January 1st, 2010 | 2 Comments | Posted in Linux / Unix |