Skip to main content

Posts

Showing posts from 2010

How To: Configure GTalk on Pidgin

Pidgin is an easy to use and free chat client used by millions. Connect to AIM, MSN, Yahoo, and more chat networks all at once. 1. In menu bar Accounts ->  Manage Accounts 2. Just click on Add  , in Protocol select Google Talk & fill the required details. 3.  Go to the Advance Tab and check the Force Old( port 5223 ) SSL      Connect Port : 443      Connect Server : talk.google.com 4. Then Click on Save , Congratulations You Successfully configure the GTalk on Pidgin. Enjoy ............:)      

GCC & G++ Compiler for Windows

Download the software MinGW. Run the MinGw installer , then this window will appear               Select the Use pre-packaged repository catalogs , then next , it will take take time & require a internet connections to downloads files. Now set the environment variable Right Click on Computer -> Properties -> Advance System Settings -> Environment Variables -> System Variable -> edit the Path variable to C:\MinGW\bin; -> ok  Now download & install the gcc & g++ packages if not install in previous download                     Open the cmd prompt & type                                   mingw-get install gcc      (for C)                  after that                                   mingw-get install g++     (for C++)     7.  Congrats gcc & g++ is now insatlled . Use any editor to write the programs .     8.  To compile the program open cmd & type :              for C :   gcc filename.c              for C++:   g++ filename.cpp    

How to use FACEBOOK & ORKUT without ANY PROXY

If you using internet with college or office proxy & in your college campus or office facebook & orkut is not completely block then this work. For FACEBOOK: In Facebook there are many child domains like fr-fr.facebook.com,hi-in.facebook.com etc. So , you can type www.facebook.com in your browser then it block by your proxy server ,then replace www to fr-fr or hi-in & press enter. Facebook login page comes , login with your username & password , when you click on login then again your proxy server block the www.facebook.com , so again replace the www to fr-fr or hi-in and press enter , your facebook profile will comes so whenever your proxy server block the www.facebook.com just simple replace the www to fr-fr or hi-in .   For ORKUT: Same as facebook there is child domain of orkut named images.orkut.com , open this & if it block just replace www to images , then this is work. Please comments