Category: Problems
-
Forcefully close application in Linux command, Kill process in Linux
In this post i will show you how to forcefully close any application in Linux. I was using JDeveloper and unfortunately it got hang I tried to close it but i was unable to do it. I was looking some functionality like task manager in windows and found some commands to do this task. Following…
-
Bridged Adapter problem, Host-only adapter problem Linux solved
From couple of weeks i was facing problem while setting my network setting in Virtual box. I explored lot of resources but unable to solve that problem. At last i figure out the issue and solve this problem and now i am sharing here and it could saves much time of others whom are facing…
-
IO Error: Connection reset by peer: socket write error, Connection Closed SQL Developer
From couple of days i was facing IO Error: Connection reset by peer: socket write error, Connection Closed in my SQL Developer. I connected with Remote server DB. After wasting much of time i got the solution, Now i am sharing it, if it could save time of who is facing this issue. I hope it…
-
msvcr100.dll missing problem solved
Recently I tried to run Oracle SQLDeveloper but I was getting the error that msvcr100.dll missing from your system. I tried with different JDK version but in vain. This can come while installing any other software as well. To resolve this problem just download and install Microsoft Visual C++ 2010 Redistributable Package. it will solve your…