Check Public IP in Unix (Linux)

Use the below code to check your public IP from your linux console. wget -q -O – checkip.dyndns.org|sed -e ‘s/.*Current IP Address: //’ -e ‘s/

1 Comments , , , , ,

How to reset mysql root password (Windows)

Of course, it is not my post. But I wrote it here for a back up for myself. I got this from some website, it works ! Steps1) Stop running Mysql service  first (Administrative tools > Services ) Open command prompt (cmd) and reach the directory  (using CD command) where Mysql bin  is installed (eg: [...]

1 Comments , , , , , , , , , , , , ,