So many seraches and finally got an easy solution.
1)Start your Ubuntu in recovery mode
2)Select Drop to root shell prompt from the window that appears. Sometimes that window appears for a very small duration. So keep pressing DOWN-ARROW key after you start in recovery mode.
3)A prompt will appear.
# passwd your_username
# passwd new_password
# sync
# reboot -f
And you are done!!
Friday, July 29, 2011
Wednesday, July 27, 2011
ATM simulator
Ever wondered how the processing happens in daily used ATM??
Feels simple to use. See this to get whats behind the scene.
Feels simple to use. See this to get whats behind the scene.
Download
Tuesday, July 26, 2011
Monday, July 25, 2011
"Port 8080 required on local host already in use" error
Common error haan?
Download
Often get this error using apache tomcat,jboss or weblogic and dont know how to free these ports.
Here is a 284 kb software to free the ports for you..in less than a minuteDownload
Saturday, July 23, 2011
Want a mini project for your college submission..??
Here is a java swing based project on Automobile sale and purchase... Extend it,modify it or use it as such.... All for free!! :-)
Download >>here<<
Friday, July 22, 2011
Struck in compatibility problem? Find the version of java components you use.
Often messed up with incompatible jsp/servlet/application server version...
A hack to find it all....
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Insert title here</title>
</head>
<body>
Working with server: <%= application.getServerInfo() %><br>
Your servlet version is: <%= application.getMajorVersion() %>.<%= application.getMinorVersion() %> <br>
Your jsp version is: <%= JspFactory.getDefaultFactory().getEngineInfo().getSpecificationVersion() %><br>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Insert title here</title>
</head>
<body>
Working with server: <%= application.getServerInfo() %><br>
Your servlet version is: <%= application.getMajorVersion() %>.<%= application.getMinorVersion() %> <br>
Your jsp version is: <%= JspFactory.getDefaultFactory().getEngineInfo().getSpecificationVersion() %><br>
</body>
</html>
Save as .jsp and run in eclipse!!
Welcome to my blog!!!
You are a computer student or a software engineer?
Well this is a place for you.
For a student this will always be a place for learning and help and for a professional, a place of handy snippets and hacks. Stay tuned!
Subscribe to:
Posts (Atom)