Configure tata indicom photon+ on Mac
Note: For Mountain Lion please check Tata Indicom’s photon+ device comes with the dmg ( installer ) package that you need to connect to the internet. 1. So first step…
learnings, photography, travel, adventures, passions, life etc...
Note: For Mountain Lion please check Tata Indicom’s photon+ device comes with the dmg ( installer ) package that you need to connect to the internet. 1. So first step…
Here are the instructions to setup Mac OS X ( Lion ) for MAMP software development. Basically you will need apache, mysql, php, subversion and may be phpmyadmin. I am…
I am currently on Mac OS X( Snow leopard ) and have installed mysql using macports. I wanted to copy my databases to another machine Mac OS X ( Lion…
Based on my previous blog, here are the instructions to configure Samsung ML2245 on Mac OS X 10.6 ( currently I am on 10.6.7 ) 1. Install following drivers: samsung-gdi-1.816.2.dmg…
Imagine you have wifi enabled cell phone or any other device but you have only wired connection which means you cannot browse/download apps on your mobile. Well it takes just…
If you want to revert your commit use below command svn merge -r : svn commit -m “Reverting bad commit. ”
Yesterday I upgraded my mysql from 5.0.x to 5.1.x. After upgrade inserts started to fail with this error: ERROR 1558 (HY000) at line 146: Column count of mysql.proc is wrong.…
Tata Indicom supply drivers along with photon+ device, but it didn’t work for me on my Mac (Snow Leopard). So I had to manually download it from web. You need…
This blog post cover problems that I faced after upgrading my MacBook Pro from Leopard to Snow Leopard. 1. Firefox v 3.5.3 crashes. – Firefox started to crashed randomly. Especially…
Simply echo PHP_OS; It will print: For Mac: Darwin For Windows Visat: WinNT For Ubuntu: Linux Also if you want to know OS details about users accessing your site, you…