It was announced few months back. All devoted fb users were so eagerly following the news, the news about the gmail killer facebook email. Last night I got the much awaited Facebook email invitation. I was so happy to see that message. I gladly … [Continue reading]
Useful basic commands for Networking
Tools and network performance analysis ifconfig [up] ifconfig [down|delete] ethereal to launch ethereal tcpdump –i tool to capture and analyze packets netstat –w [seconds] –I [interface] display network settings and statistics udpmt –p [port] –s … [Continue reading]
How to find saved passwords in Firefox or Google Chrome?
For the ease of using internet on a personal computer we often save our passwords in the web browser (Remember the pop up with "save the password", "not now", "never for this site"). It saves you from the pain of entering the passwords in the … [Continue reading]
How to Add, Remove or Edit Environment variables in Windows 7?
To add/remove or edit Environment variable in windows 7 follow these steps: Go to Control Panel Click on System and Security Choose System Choose Advanced System Setting in the left side bar In this System Properties window select Advanced … [Continue reading]
How to import a blog from WordPress to Blogspot?
To keep the same blog on Wordpress and Blogspot, export/import feature is most convenient tool. Follow these steps (divided into 3 parts): WordPress: Go to Dashboard Look for Tools in the left sidebar Choose the Export feature You can apply … [Continue reading]
How to enable “call phone” in gmail?
In the fourth quarter of 2010 gmail launched its newest and most attractive feature "Call Phone" which enable a gmail user to call to any land-line/mobile phone in US and Canada for free (introductory offer). This free calling is extended through … [Continue reading]
How to download various music links at once using DAP?
Most of the music download websites provides separate links for all the songs of the same album. You have to download them one by one by right clicking and choosing save target as option. This is very tedious and tiresome. An alternate and very … [Continue reading]
Basic Networking Commands in Unix
I would like to discuss the basic Unix commands useful for networking: Network interfaces commands: ifconfig –a ---- Show all interfaces ifconfig ------shows the configuration (like IP, MAC, SubNet, IPV6) of a particular interface ifconfig … [Continue reading]
Java code for GUI of a chat program
I worked on the GUI of a chat program in Java. I would like to share the experience as well as codes of my program. The code which I am going to share is a stand alone GUI i.e. its not a complete chat program but just the windows without any … [Continue reading]