Unlearn to learn: The art of learning is in unlearning. We all say that learning is important and we keep learning throughout our life knowingly or unknowingly. But it is too rare to be heard that we have to learn the process of unlearning to learn new and better things. In my experience, unless we learn the unlearning trick, it is at times impossible to be in the learning mode. In fact, little deeper you delve into this and you will understand that unlearning is inherent into learning.
Showing posts with label VISTA. Show all posts
Showing posts with label VISTA. Show all posts
Sunday, December 2, 2007
Another VISTA mystery demystified.
Recently I changed my user status from Administrator to Std. User for security reasons as advised and publicized by Microsoft and the first problem I faced was very irritating, irritating because net search did not help much in fixing it. In fact I thought that there is something wrong with my keyboard or some configurations I might have changed in Remote Desktop Connections details which I am unable to recall to undo. Suddenly it struck to my mind and the same was advised online i.e. run mstsc (command for remote desktop) with Administrator credential and then try. And it did the trick. You must be wondering that I did not state the problem and have talked of the solution. I do understand. Problem was non-working of CTRL and SHIFT keys of my keyboard on the remote machines connected through the remote desktop connection of VISTA and it did make my life miserable because I could not use famous combinations like CTRL+A. Anyway, now I am relieved.
Monday, November 26, 2007
How to find which application is using a particular port in Vista
It is really a nightmare to live with any Microsoft Operating System. Except the polishing of the appearance on the old operating systems, nothing major seems to have been accomplished in VISTA. And adjusting with any MS OS is another problem. Recently I was trying to host a website with VISTA IIS and it failed to start with port 80. Which means that some other program is using port 80. Now it tough to find which program is using port 80. Following are the steps to have this problem fixed.
1. To run command prompt in elevated mode, simply press the Win key; type cmd; press Ctrl+Shift+Enter; and then hit Alt+C to confirm the elevation prompt. In fact this way you can run any application in the elevated mode.
2. Try `netstat -bno -p tcp' on the command line which prints plenty of information like PID and name of the application using the ports.
3. Find the application (in my case it was skype) which is using port 80. Stop that from Task Manager and map your website to port 80 and restart IIS.
1. To run command prompt in elevated mode, simply press the Win key; type cmd; press Ctrl+Shift+Enter; and then hit Alt+C to confirm the elevation prompt. In fact this way you can run any application in the elevated mode.
2. Try `netstat -bno -p tcp' on the command line which prints plenty of information like PID and name of the application using the ports.
3. Find the application (in my case it was skype) which is using port 80. Stop that from Task Manager and map your website to port 80 and restart IIS.
Subscribe to:
Posts (Atom)